10 Funny Commands in Linux

Linux Funny Commands

On Linux, the Terminal is used quite often to maintain the system. But besides doing serious work, there are also some funny commands, which I will show you below. Here, we are using Ubuntu 20.04, but you can basically use any other Linux operating system. Yes command When you type yes on terminal with a ... Read more

How to Install and Uninstall .deb Files on Ubuntu 22.04

Ubuntu .deb Installation

All Debian-based distributions. like Debian, Ubuntu and Linux-Mint utilize the Deb installation package format. Thousands of deb packages are available in the Ubuntu repository, that can be installed via Ubuntu Software Center or the apt and apt-get programs from the command line. Unfortunately, not all applications are available through Ubuntu or third-party repositories. Those applications ... Read more

10 Important Things You Should Do After Installing Ubuntu Desktop

Ubuntu Desktop First Steps

Ubuntu is the most popular among the Debian-based Linux distribution which is composed of free and open-source software. Server, Core for IoT, and Desktop are the three official editions released by Ubuntu. Nowadays most Linux users who are new as well as experienced developers and programmers prefer Ubuntu in day-to-day life. Whenever you install the ... Read more

How to set JAVA_HOME path on Ubuntu

JAVA Home Path

Introduction JAVA_HOME is an operating system environment variable that stores the location of the java installation folder. Every time a java program or application is run, this variable is invoked. You need to set up the JAVA_HOME variable correctly to run your java program otherwise you will encounter this error message “Error: JAVA_HOME is not ... Read more

How to check .deb Package Dependencies in Ubuntu

Ubuntu Package dependencies

Most software or application in Ubuntu, does not come as one package and it depends on other packages to work as intended. These supporting packages are called dependency packages as they are required for the proper working of the software. Usually, the package manager in your system automatically resolves these dependencies, but sometimes an issue ... Read more

How to Remove Directories in Linux

Remove Directory on Linux

Spring cleaning is not only necessary for homes, Your Linux Mint 20 file system also needs to be decluttered regularly. An organized file system will save you or the system administrator a lot of headaches in the long run. In this article, you will learn how to remove your directories to organize your file system. ... Read more