How to install Android Studio on Ubuntu

Android Studio installation

Android Studio is the most widely used Integrated Development Environment (IDE) for Android mobile application development. Android Studio is developed by Google and can run on various operating systems such as Windows, macOS, and Linux. Most of the currently popular Android applications are developed using Android Studio. This tool has several built-in features that provide … Read more

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

4 Ways to View the Partition Table in Linux

View Linux Partition Table

As Linux administrators, we always need to look at the partition table of our hard drive. This helps us reorganize old drives by making room for more partitions, and also make room for new drives if needed. You can create a maximum of four primary partitions on a hard disk, but a number of logical … Read more

5 Ways to speed up your Ubuntu System

Make Ubuntu faster

As you become a regular and experienced Ubuntu user, you may notice that the speed of your Ubuntu system decreases over time. This may be due to a variety of applications you have installed from time to time, or because your configuration settings are not optimal for a faster Ubuntu experience. In this article, I’ll … 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