Menu
TAG

Linux Tutorials

Install And Remove Software In Manjaro
Linux Tutorials 7 min read

Install And Remove Software In Manjaro

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 is that numerous distribution teams have created package management systems that allow the software to be installed across the Linux environment. One package can be installed on al

Linux TutorialsUncategorizedhow-to
Install LAMP On Manjaro
Linux Tutorials 8 min read

Install LAMP On Manjaro

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. All the required packages are already available in the default repositories. Install LAMP On Manjaro Before installing any package, update the system using pacman. sudo pacman -Syu

Linux TutorialsUncategorizedhow-to
Set up Email Server With Virtualmin For Unlimited Emails & Storage
Linux Tutorials 7 min read

Set up Email Server With Virtualmin For Unlimited Emails & Storage

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 lets managing multiple websites on one server and keeping all the websites separate from each other. So if one website is using PHP 7, the other could use any other version, or diff

Linux TutorialsSetup web serverSystem Administration
[Fixed] How to Fix "lsb_release command not found" Error in Linux
Linux Tutorials 2 min read

[Fixed] How to Fix "lsb_release command not found" Error in Linux

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 set up certain packages needed to know the distribution name. The script was using lsb_release command to know the distribution’s name but failed with the error “lsb_release command not found”. I thou

Linux TutorialsUncategorizedhow-to
How To Change SSH Port In Linux
Linux Tutorials 2 min read

How To Change SSH Port In Linux

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, it’s easy to install. Use the package manager to install SSH or read this article. When trying to connect to the remote server, the basic command requires the username and the IP of the remote server. ssh username@ip_add

Linux TutorialsSystem AdministrationUncategorized
How To Set Up Canonical Livepatch On Ubuntu 20.04 "Focal Fossa"
Linux Tutorials 3 min read

How To Set Up Canonical Livepatch On Ubuntu 20.04 "Focal Fossa"

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 If Ubuntu powers your server, then you should enable Canonical Livepatch. Livepatch will silently install Kernel updates without requiring a system reboot. However

Linux TutorialsUncategorizedhow-to
How To Upgrade To Ubuntu 20.04 "Focal Fossa"
Linux Tutorials 4 min read

How To Upgrade To Ubuntu 20.04 "Focal Fossa"

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 also upgrade to Ubuntu 20.04 from any previous installation. Upgrade to Ubuntu 20.04 “Focal Fossa” Before upgrade to Focal Fossa, you should fully update your current installation. So log into your Ubuntu and update the system by runnin

Linux TutorialsUncategorizedhow-to
Manage Linux Users & Linux Groups
Linux Tutorials 9 min read

Manage Linux Users & Linux Groups

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 system * Create a new user account in Linux * Add user to a group in Linux * Create user group in Linux * Remove user group in Linux * Manage Linux Users * Linux User Groups * Create a new u

Linux TutorialsUncategorizedhow-to
How to Install Eclipse on Ubuntu
Linux Tutorials 5 min read

How to Install Eclipse on Ubuntu

Eclipse is an open-source integrated development environment (IDE) widely used for Java development. It is one of the most popular IDEs for Java developers due to its rich features and plugins. Eclipse is also used to develop programming languages like Python, C++, and PHP. In this article, we will get familiar with Eclipse features and how to install Eclipse on Ubuntu. * Eclipse Features * User Interface * Code Editor * Debugging * Top 7 Linux Window Managers *

Linux TutorialsReviewsUncategorized
How to Install AppImage on Ubuntu: A Step-by-Step Guide
Linux Tutorials 6 min read

How to Install AppImage on Ubuntu: A Step-by-Step Guide

The majority of Linux users have no issues installing or removing applications. Every distro you use will have a package manager that can handle anything. But as the Linux community grows, developers try to keep things even more straightforward and stable for end-users and developers. * One file equals One app * How to install appimage on Ubuntu? * Integrate appimage with system * How To Migrate WordPress Manually To New Host * Uninstall appimage from Ubuntu * Update appima

Linux TutorialsUncategorizedhow-to
Copy files & directories in Linux
Linux Tutorials 6 min read

Copy files & directories in Linux

In Linux, we copy files as we do in any other operating system available today. We open up a file manager, select a file to copy, and paste it anywhere we want. But what if you want or need to copy files or directories in Linux through the command line or apply some additional filters before copying? Well, that’s easy. Copying files or directories locally If you need to copy files or directories locally from one directory to another, there is a simple command for that – cp. c

Linux TutorialsUncategorizedhow-to
[Fixed] Kali Linux Stuck At Black Screen On Boot
Linux Tutorials 3 min read

[Fixed] Kali Linux Stuck At Black Screen On Boot

Kali Linux is the best Linux distribution for penetration testing. It has almost every tool you need to test your system against hundreds of vulnerabilities. Recently, I saw a few questions floating around the internet about Kali Linux not being able to boot correctly. To run into the problem, I made a Kali Linux bootable USB and booted it into live mode with the USB. The system stuck on a black screen on boot. Though I was able to select and boot into the graphical installer.

Linux TutorialsUncategorizedhow-to