How to Start, Stop or Restart Services in Ubuntu

Ubuntu Manage Services with Systemd, Service command and Init scripts

As with all other operating systems, Linux has services and other processes that run in the background to perform certain important functions while the system is running. When the system is booted, the services start automatically and continue to run in the background until the system is shut down. However, you can also start, stop … Read more

How to install Java (JDK and JRE) on Ubuntu 20.04 LTS

Ubuntu Java JDK and JRE

Java is the most widely used programming language. It can be used to create server and desktop applications, and Java runs on almost all operating systems, including Mac OS, Windows, and Linux. Java applications are also used on game consoles and cell phones, for example, the Android operating system uses Java as an app programming … Read more

How much RAM is installed on your Ubuntu system

How much RAM installed on Ubuntu

When you want to install a new program on your computer, the very first thing you ask is the amount of memory this program needs to work perfectly. The reason for this is that before the actual installation, you need to make sure whether your computer system is capable of running the program or not. … Read more

Three Internet Radio Clients for the Debian 11 Terminal

Media Player

There are so many music players that support audio streaming, but what if you’d rather listen to your favorite radio stations without leaving the comfort of the command line? There are actually quite a few command-line music players that let you listen to radio stations directly in the terminal. These are quite simple and handy … Read more

How to Remotely Manage Ubuntu Server with SSH

Ubuntu SSH

You may often have to access remote servers to administer, manage, and troubleshoot and there are several ways to do this. You may use telnet to login to remote servers; FTP allows transferring files between different servers. However, these programs are not secure enough for connecting to critical servers. SSH, secure shell is a cryptographic … Read more

3 Ways to Reboot Ubuntu through the Command Line

Reboot Ubuntu on Commandline

Most Linux users, especially admins, depend upon the command line to perform frequent tasks on Ubuntu; one such task is rebooting/restarting your system. We tend to restart our systems for various reasons. One of these reasons is that some software requires rebooting at the end of the installation so that it can become fully operational. … Read more