Linux

Centos Failed Update Kernel

Today I did a kernel update on my server with Centos 7 OS. At the end of the update process, I...
habibzain
1 min read

Easy Fix Missing mirrorlist http://mirrorlist.centos.org on CentOS 7

When running yum update or command that utilize the yum system, errors similar to the following are produced: If you’re encountering...
habibzain
1 min read

Easy Create Laravel Project with Composer

Requirement Laravel, a popular PHP framework, is renowned for its elegant syntax and robust features, making it a top choice for...
habibzain
1 min read

Virtualbox Change Storage Size

Changing the storage size of a virtual machine in VirtualBox involves a few steps. Here’s a general guide. Backup your Virtual...
habibzain
35 sec read

Easy Setup Logrotate Nginx Ubuntu

Log rotation is an important aspect of managing log files on a Linux system, including those generated by Nginx. Logrotate is...
habibzain
1 min read

Export Import Putty Session

In the world of secure terminal emulation, PuTTY stands out as a reliable and widely-used tool for connecting to remote servers....
habibzain
1 min read

Setup dnsmasq on CentOS / RHEL / Rocky / Almalinux 7/8/9

In the realm of networking and system administration, efficient DNS (Domain Name System) management is crucial for seamless communication between devices....
habibzain
1 min read

How to Use TAR Command on Linux/Unix

The TAR command, short for Tape Archive, is a powerful utility in Linux and Unix systems that allows users to create...
habibzain
2 min read

Easy Unzip Command Linux

Linux comes to handling compressed files, the unzip command is a go-to tool for extracting the contents of zip archives. In...
habibzain
1 min read

Easy Compress File and Folder with Zip Command Linux

Hi Dude. Sometimes as a sysadmin you can forget trivial things. Includes ZIP compression and extract methods. Zip command linux for...
habibzain
1 min read

Increase php Request Timeout

If we have apps build with php, PHP has its own configuration settings for request timeout. You can Increase php Request...
habibzain
1 min read

Apache Increase Request Timeout

Increasing the request timeout in Apache typically involves adjusting the Timeout directive in your Apache configuration. The Timeout directive defines the...
habibzain
1 min read