Top 3 Video Players for Ubuntu

Best Ubuntu Media Players

There are many free and open-source video players for Ubuntu. Most of them do the basic tasks pretty well and you won’t miss anything you know from Windows that you could use on Ubuntu. However, some players offer additional features and you can choose which one is best for you based on the feature list. … Read more

Improving Notebook Battery Life in Ubuntu with TLP

Ubuntu Improve Battery Life

TLP is a free, open-source, and feature-rich utility for optimizing battery consumption on laptops running Ubuntu and other Linux distributions. You can find it in both CLI and GUI versions for your convenience. TLP comes with a default configuration that is pretty much perfect for your operating system and the underlying machine. All you need … Read more

Play MP3 Files on the Ubuntu Command Line

Play MP3 Files on Ubuntu Shell

If, like me, you like to do all your Ubuntu tasks from the command line, you’ll also be looking for ways to play audio files, especially mp3s, from the command line. In this article, we’ll tell you how to install and use the famous command-line program Sox to listen to mp3s in your terminal. We … Read more

How to set up NTP Server and Client on Debian 11

NTP Server and Client on Debian

NTP stands for Network Time Protocol. It is a protocol or service used to synchronize the clock of your client computers with the clock of a server. The server’s clock is also synchronized with the Internet. In this article, I’ll show you how to set up an NTP server in your environment and synchronize the … Read more

How to Install GNU Octave on Ubuntu 20.04

GNU Octave on Ubuntu

GNU Octave is an interpreted high-level programming language with numerous software features intended mainly for numerical computations. It provides solutions for numerical linear and nonlinear problems and for performing various other numerical experiments with compatible languages such as MATLAB. Octave provides extensive graphical features for visualization and data manipulation. Typically it is used through its … Read more

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