Unix Tutorial Digest – June 1st, 2018
Here is some light reading for the weekend: some news about Unix, a few useful articles and some tips from the past Unix Tutorial articles.
Here is some light reading for the weekend: some news about Unix, a few useful articles and some tips from the past Unix Tutorial articles.
Because I own a number of Raspberry Pi systems, I get roughly the same question quite regularly about each one of them: …
Just a quick tip today, should help all of you who are setting up their very first Linux/Apache/PHP/MySQL (LAMP) …
Raspberry Pi 4 Someday you may realise that you had your Raspberry Pi for so long that you no longer remember what OS …
Traditionally I’ve been configuring OpenVPN in a scenario where each client would have a unique certificate. This …
Red Hat Ansible If you’re managing configuration with Puppet or Chef, chances are you’ve heard of Ansible as …
There are three ways to access the command line interface in Ubuntu, as on any Linux and UNIX distribution. One is …
If you need to change or add a passphrase to your existing SSH private key just use ssh-keygen, the same tool which …
Change Passphrase ssh-keygen -p If you need to change or add a passphrase to your existing SSH private key just use …
In a nutshell ssh-agent allows you to unlock your private SSH key once and add it to the agent so you can keep using it …