How to execute a .run or .bin file in CentOS 8

CemtOS Execute Files

There are some files that we are downloaded from the internet that have extensions of .bin or .run. To run such files, we have to set the permission to execute those files. A .bin or .run file is a self-extracting binary file in Linux and Unix Operating systems. For example, Java and Flash are two … Read more

How to install VMware Workstation on Centos 8

VMWare Workstation on CentOS 8

VMware Workstation is a software that is used for virtualization. Using a virtual machine, you can operate multiple operating systems on a single host computer. VMware workstation pro is used to create a single instance for Windows or Linux simultaneously. The concept of virtualization is useful not only for individuals also important for enterprises and … Read more

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

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 the LAMP Stack on CentOS 8

CentOS LAMP Server

LAMP is an acronym of Linux, Apache, MySQL, and PHP. It is a free and open-source stack used by developers and website administrators to test and host their Web applications. It comes up with 4 components which are Apache (used for hosting a website), MySQL or MariaDB, and PHP – a popular scripting language used … Read more