Related Content
Installing G-Mouse GPS Receiver And Reading GPS Data On A Raspberry PI
I was looking to add GPS to my Raspberry Pi (specifically the Clockwork uConsole) and found this USB GPS Receiver with 2m Extension Cable
Using The Fingerprint Scanner On Pop! OS 22.04
I work on a couple of ThinkPad laptops (T490 and a P14s) and whilst they have fingerprint scanners I haven't really considered using them. I once attempted to get a fingerprint scanner working in Linux on an old HP laptop and that experience put me off trying again.
Timing Page Responses With Curl
Timing web requests is possible in curl using the -w or --write-out flag. This flag takes a number of different options, including several time based options.
Turning On Or Off Fn Mode In Ubuntu Linux
I was typing on my Keychron K2 keyboard today and realised that I hadn't used the
Repointing A Symlink To A Different Location
In Linux, creating a symlink is a common way of ensuring that the directory structure of a deployment will always be the same. For example you might create a symlink so that the release directory of release123/docroot will instead be just current.
Finding My Most Commonly Used Commands On Linux
I'm a proponent of automation, so when I find myself running the same commands over and over I always look for a way of wrapping that in an alias or script.
Comments
alias grep='grep --color=auto'
Submitted by hdaz on Fri, 12/12/2014 - 11:18
PermalinkAdd new comment