ssh-keygen -t rsa -b 4096 -C "[email protected]" -f ~/.ssh/gitlab25
Rename the result file from ~/.ssh/ to your own name: e.g. gitlab25
gitlab25 gitlab25.pub
ssh-keygen -t rsa -b 4096 -C "[email protected]" -f ~/.ssh/gitlab25
Rename the result file from ~/.ssh/ to your own name: e.g. gitlab25
gitlab25 gitlab25.pub
sudo add-apt-repository ppa:alessandro-strada/ppa | |
sudo apt update && sudo apt install google-drive-ocamlfuse | |
# Mount a folder. | |
google-drive-ocamlfuse /home/jazio/Documents/2023.XpeditionToraTora |
# Login or/and connect | |
nordvpn login | |
nordvpn c | |
nordvpn c Germany | |
# Debug | |
sudo journalctl -u nordvpnd > ~/Desktop/daemonlog.txt | |
nordvpn set technology openvpn | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
DEBIAN UBUNTU MINT | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
# PHP | |
sudo apt update | |
sudo apt install php php-cli php-fpm php-json php-pdo php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath | |
php -v | |
Hardlinks vs Symlinks. | |
Create hard links by default, symbolic links with --symbolic. | |
Hardlinks | |
``` | |
$ln target_file link_name | |
``` |
Rocky Linux https://rockylinux.org/ (from Community Enterprise Operating System) Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®. It is under intensive development by the community.
Special boot modes | |
Recovery: With the device powered off, hold Volume Up + Power. Keep holding both buttons until the “MI” logo appears on the screen, then release. | |
Download: With the device powered off, hold Volume Down + Power. Keep holding both buttons until the word “FASTBOOT” appears on the screen, then release. | |
Steps. |