Category Tutorials

How to Install Java on Ubuntu

Install Java In Ubuntu 20.04 LTS

Welcome to another tutorial article from LinuxForDevices! Today we will learn how to install Oracle Java on Ubuntu 20.04. Java is a high-level programming language which is mainly used for object-oriented programming. You may need to install Java in order…

Reset Your Terminal in Linux

Reset The Linux Terminal

Want to know how to reset your terminal in Linux? Sometimes you may accidentally redirect binary output to your terminal and would need to reset it so that all the text clears out and you have your scrollbar back. Other…

The complete guide to rm command on Linux

A Complete Guide To The Rm Command In Linux

The rm command in the Linux terminal is used to remove or delete objects such as files, symbolic links and directories. However, to delete a directory, you have to use extra options with the command. You should be very careful…

Rename a Directory in Linux: 3 Methods

Different Ways To Rename A Directory In Linux

If you achieve a goal using a different method than the one which society uses, does the method even matter? Well, in the case of Linux-based operating systems, there is usually more than one way through which you can complete…