Fixing kernel error AMD-Vi IO_PAGE_FAULT – Linux
Without any clear reason, today an error appeared on my home server, in fact the server crashed and did not respond to any commands, the
How to Update Linux Kernel to 5.5.0
To upgrade to linux 5.5.0 kernel, you can perform the following steps: 1st) Download the following files to an empty folder (for 64bit & generic
Stop Random Standy/Sleep in Ubuntu-Linux Server
My Ubuntu Server 18.04, is without a monitor / keyboard connected (headless server) and has been running for several years, but today I updated to
How to Change Partition Label Names on Linux: EXT4 / EXT3 / EXT2
The most popular options are to use commands e2label or tune2fs used for changing label of ext4, ext3 or ext2 type partitions: # e2label /dev/sdf1
Reload new entry in fstab – fast and easy way – Linux
A fast and easy way to reload new entries in /etc/fstab is to use the linux mount command: @ sudo mount -a or with verbose
Common HTTP response status codes
200 OK The request has succeeded and depends on the HTTP method (The most common response code): GET: the resource has been fetched & is
How long a process has been running on linux server ? by PID or Name
If you want to see how long a process has been running on linux, all you have to do is find on its PID and
Get PHP MAJOR,MINOR and RELEASE Version Number – Linux Server
To find out the current version of php active on the server, there are basically two simple solutions and both use the php command with
PHP-FPM Service – How to start,stop,reload – Ubuntu Linux Severs
Used with many web servers like Apache, Nginx, and other, PHP-FPM is a FastCGI process manager for PHP. Sometimes we need to restart the server for