- Place it in the right place
cp /path/to/my/key/id_rsa ~/.ssh/id_rsa
cp /path/to/my/key/id_rsa.pub ~/.ssh/id_rsa.pub
Read more…cp /path/to/my/key/id_rsa ~/.ssh/id_rsa
cp /path/to/my/key/id_rsa.pub ~/.ssh/id_rsa.pub
Read more…sudo pacman -S gst-plugins-base-libs gst-libav gst-plugins-base gst-plugins-good
sudo pacman -S webkit2gtk
Create a directory with run file
sudo mkdir /etc/runit/sv/servdir
sudo nvim /etc/runit/sv/servdir/run
Read more…The command is
mkdir longtitleproject && cd $_
In bash, the $_
variable is the last argument given to the previous command. In this case, the name of the directory you just created.