×


Blog


Enable SSH on Ubuntu 20.04 - Step by step guide ?

This article covers how to enable ssh on Ubuntu 20.04 LTS Linux system. In fact, the idea behind using SSH is to establish a secure connection with another computer in the network. However, the remote computer must have a running SSH server, otherwise, we won't be able to connect it using command or SSH client from our local computer.


How to Generate Public and Private Keys for SSH ?

  • Open command line- Terminal or Prompt on your local system.
  • Enter SSH key generator command that will generate the  key ssh-keygen.
  • Hit the Enter key.
  • (optional) Then you can enter a password in order to add an additional barrier when establishing the connection. Otherwise, simply press the Enter key two times, if you don't want the system to ask for an additional password query.
  • Ultimately, two files are created in the hidden directory ".ssh" under your user directory: "id_rsa" and "id_rsa.pub". The "rsa" in the file name stands for the cryptography used, but you don't have to worry about it. The file extension "pub" stands for "Public", so it is the public key. Whereas the file without any extension is your private key.


Install LAMP in Ubuntu 20.04 - Step by step guide ?

This article covers how to install LAMP on Ubuntu 20.04 and run the Apache module of the PHP. In fact, PHP code can be executed via the Apache web server; PHP module of Apache and PHP-FPM.


Different ways of Updating Ubuntu 20.04 / 18.04

This article covers the concept of keeping your Ubuntu system updated. You can either Update Ubuntu via the command line or via the Software Updater GUI tool.


Install Microsoft Powershell on Manjaro Linux - Step by step guide ?

This article covers how to install Microsoft Powershell on Manjaro Linux. Infact, Powershell consists of a cross-platform command-line shell and associated scripting language.


Install Microsoft Teams on Manjaro 21 Linux - Step by step guide ?

This article covers how to install MS Teams on our Manjaro Linux machine. In fact, Microsoft Teams is a communication platform used for Chat, Calling, Meetings, and Collaboration. Generally, it is used by companies and individuals working on projects.


Install Spotify Via Snap Store on Linux Mint 20 - Step by step guide ?

This article covers how to install Spotify on our Linux Mint 20.2 machine.