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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hardlinks vs Symlinks. | |
Create hard links by default, symbolic links with --symbolic. | |
Hardlinks | |
``` | |
$ln target_file link_name | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Login or/and connect | |
nordvpn login | |
nordvpn c | |
nordvpn c Germany | |
# Debug | |
sudo journalctl -u nordvpnd > ~/Desktop/daemonlog.txt | |
nordvpn set technology openvpn | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
OlderNewer