How to Install MySQL 8 on CentOS 8

CentOS MySQL 8

MySQL Server is the most popular tool used for relational databases. It hosts multiple databases using a single server where allows multi-user can access these databases individually. At the time, when we are writing this article MySQL Server 8.0 is available for installation. This version introduced some new features that are not compatible with some … Read more

3 Ways to Power off Debian

Debian Poweroff

Along with many other routine tasks, Linux administrators also have to perform a safe shutdown or reboot. It seems the simplest task but should be done in a secure way. Our systems are continuously running processes. If the system is not properly powered off, files and processes will not safe closely, might result in corrupted … Read more

How to install CentOS 7 Server and Desktop

CentOS Server and Desktop Installation

This tutorial will show you how to install the latest version of CentOS Linux 7 on a dedicated server or desktop machine. The same steps will work on private or public cloud virtual machines too. CentOS is a stable Open Source Linux distribution and one of the most popular Linux platforms based on Red Hat … 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

How to Install ProFTPD with TLS on Ubuntu 20.04 LTS

ProFTPD with TLS on Ubuntu 20.04

Transferring files via FTP (File Transfer Protocol) is probably still one of the most popular ways to upload files to a server. ProFTPD is a popular and versatile FTP server that is available as open-source software and supports TLS (SSL) for secure connections. By default, FTP is an insecure protocol as passwords and data are … Read more

How to Change Cursor Size on Ubuntu Desktop

Ubuntu Cursor Size

When we move to a new house, we set it up according to our needs. The same is the case when moving to a new desktop environment. Visibility and ease of use is a great concern for any user when working on a computer system. The cursor size, among many other visual features, is one … Read more