How to customize Bash Terminal prompt on Debian 10

Customize Bash Prompt

The bash Linux shell provides many customization options for the prompt that you can use not only to incorporate various features in the prompt but also to differentiate them through different colors. In this article, we will use various examples to customize and recolor the prompt of our Terminal application that will enable you to … Read more

Check Dependencies of a Package in Ubuntu and Debian

Apt package dependencies

We know that most of the packages we install on our Linux operating system cannot work correctly without other prerequisite packages installed. Such prerequisite packages are called dependencies. Sometimes you want to find out the dependencies of a particular package. So today, I will show you three ways to check and list the dependencies of … Read more

Scheduling a Task on Linux Using Crontab

Schedule Linux Task with Crontab

Cron helps us to run tasks automatically in the background in defined intervals. Cron is e.g. used to automatically create backups every night to sync files e.g. once an hour or to start updates or download files at specific intervals. This tutorial will show you how to set up and edit cronjobs using the crontab … Read more

How to install Android Studio on CentOS 8

CentOS Android Studio

Android Studio is a well-known software tool for Android application development. It is developed by Google and available for installation on many different operating systems like Linux, Windows, and macOS. Android Studio is a feature-rich tool to develop mobile applications and user interfaces. In this article, I will explain the installation of Android Studio on … Read more