23.5 C
Texas

CATEGORY

Tutorials

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...

Move and Rename file/folder with mv command

mv (move) is a Unix command that moves one or more files or directories from one place to another. It is also used to...

Change default runlevel in CentOS 8 / RHEL 8

Centos 8 is just released days, the world is full busy to download create his own test lab based on Redhat System, Let...

How to install Slim Framework on Debian 10?

Web development in Debian 10 is quite common. This is due to the robustness of the operating system. Therefore, many developers who seek in...

how to use Linux head and tail commands

What is Head Command? head is a program on Unix and Unix-like operating systems used to display the beginning of a text file or piped...

Copy file/folder Using cp Command in Linux

cp (copy) is a command in various Unix and Unix-like operating systems for copying files and directories. The command has three principal modes of...

Latest news