9 C
Texas

CATEGORY

Linux

How to install Laravel on CentOS 8?

We recently talked about CakePHP on CentOS 8. It is a pretty good PHP framework and fast in terms of generating the application as...

Centos7 and 8 uses docker-compose to install zabbix

Build and run a zabbix system through docker's basic operation command, which involves zabbix-server, zabbix-web-Nginx-mysq, and mysql container. Operation up relatively tedious, and every...

Use tar command to archive/compress files/folders in Linux

tar is a Linux utility. It is stand for tape archive. tar command is use to collect many files/directories into one archive file, often...

How to install jenkins on CentOS 8 / RHEL 8

Jenkins is a free and open-source automation server written in Java. It is Released under the MIT License. Jenkins helps to automate the non-human...

Use the ss to display more socket connection information in Linux

Ss is an abbreviation for Socket Statistics. As the name suggests, the ss command can be used to get socket statistics, which can display...

How to install Yarn on CentOS 8?

The development of web applications is a process that many people don't know and think is something very easy to do. However, those of...

How to Manage partitions in CentOS 8 / RHEL 8

Disk partitioning or disk slicing is the creation of one or more regions on secondary storage, so that each region can be managed separately....

Check your CPU Temperature in Linux

lm_sensors (Linux-monitoring sensors), is a free open source tool for Linux that provides tools and drivers for monitoring temperatures, voltage, humidity, and fans. It...

du command to Check file/folder disk usage in Linux

Linux du (Disk Usage) is a Unix/Linux command. It used to check disk usage of files and directories on Linux system. There are many...

How to install CakePHP on CentOS 8?

Installing and using a PHP framework is a great idea to develop quality web applications. This is because the frameworks have configurations and conventions...

Latest news