Linux Tutorials
Install And Remove Software In Manjaro Paid Members Public
Since their inception, Linux distributions have come a long way. It used to be difficult for new users to accomplish simple actions like installing an application on Linux. The desktop environments are significantly easier to grasp now than they were previously. One of the most exciting aspects of the progress
Install LAMP On Manjaro Paid Members Public
LAMP stands for Linux, Apache, MySQL/MariaDB, and PHP or Perl or Python. If you are using Manjaro, you can easily install LAMP on Manjaro. Manjaro is one of the cleanest Linux distributions available. If you are using Manjaro for web development, you can easily install LAMP on Manjaro Linux.
Set up Email Server With Virtualmin For Unlimited Emails & Storage Paid Members Public
In the Linux cPanel series, I reviewed Virtualmin, one of the best open-source cPanels for websites and email servers. Virtualmin is built on top of Webmin, another great, free & open source website control panel. What’s great about Virtualmin is that it lets users straightforwardly create virtual servers. It
[Fixed] How to Fix "lsb_release command not found" Error in Linux Paid Members Public
lsb_release is an important command for bash scriptwriters. It lets the user know about the currently installed Linux distribution, the specific version, and the codename. Yesterday I was trying to set up a Raspberry pi web server for my client and found out the script I was running to
How To Change SSH Port In Linux Paid Members Public
We wrote a detailed article on what SSH is and how to use SSH to connect to a remote server. In this article, you will learn why and how to change the default SSH port. Why change the default SSH port? If your Linux distro does not have SSH pre-installed,
How To Set Up Canonical Livepatch On Ubuntu 20.04 "Focal Fossa" Paid Members Public
Canonical Livepatch was introduced in Ubuntu 16.04. The livepatch option allows you to install kernel updates without a system reboot. It is a great option, and servers must have it enabled to prevent system reboot. The upcoming Ubuntu 20.04 “Focal Fossa” supports Canonical Livepatch. Livepatch important for servers
How To Upgrade To Ubuntu 20.04 "Focal Fossa" Paid Members Public
The Ubuntu 20.04 Beta version is out for testing with a list of interesting changes and new features. You can read what’s new in Ubuntu 20.04 Beta. If you like to test all the features by yourself, download the ISO and install the OS, or you can
Manage Linux Users & Linux Groups Paid Members Public
Linux, as we all know, is a multi-user operating system. If you have multiple users on a desktop or a server, you can easily manage multiple Linux user accounts and provide permissions to each account. In this article, you will learn – * How to manage users and groups on a Linux