The recommendation now is to use ED25519 whenever you can. Commands Using ED25519 Using RSA -C is optional, if not used then the login and machine name is going to be used instead. Use -b to specify key size. Ways to create SSH keys on macOS On Mac OSX and Linux You just get to Terminal and start typing: You can use either your email address as label or … [Read more...]
How to Fix Ubuntu Missing add-apt-repository Command
If you happened to see a "sudo: add-apt-repository: command not found" error when typing sudo add-apt-repository command, then you need to install the software-properties-common package by typing the following: This error typically happens when you try to add a PPA to install any program that's not in the official repositories in Ubuntu. Further Reading Ubuntu Linux Unleashed 2021 … [Read more...]
What To Do Next After Installing Linux Mint
After installing Linux Mint, these are the things you may want to keep it up to date and configured properly. Get Updates Open Update Manager by clicking on the shield icon on the bottom right-hand corner (see inset) and click on the Install Updates button. Or from the terminal run the following command: Set UTF-8 Locale Open Terminal and type in this command: You will see this … [Read more...]
Installing Apache, MySQL and PHP on Linux Mint
This setup is intended for those who need to get their system up and running to do PHP web development. It is not recommended for production websites. Install Apache Open Terminal and type: At the end of installation you will see a message saying: * Starting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for … [Read more...]
How to Install Sublime Text in Linux
This short tutorial is based on the link provided on the bottom of this post with slight modifications. The example is shown with 64-bit version of Linux Mint. Download Sublime Text Open your browser and go to Sublime Text and download the file to directory Downloads. Setup Open Terminal and type in the following command: Then type in this command to extract the file: Once the … [Read more...]