How to Make a SWAP file in Linux
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are…
Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged in a Linux distribution. In this section, I will provide articles related to Linux tips and tricks.
To learn more about Linux, I suggest reading this book from Amazon.
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are…
In this article, I will discuss how you can use CloudWatch to monitor your AWS EC2 instance's RAM and Apache access log. CloudWatch is a monitoring tool provided by AWS…
What is PHP? According to Wikipedia, PHP is a general-purpose scripting language especially suited to web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994; the PHP…
This article will tell you the exact steps to set up PHP with Nginx in Amazon Linux 2, one of the most secured server operating systems available in 2023 What…
In this article, I will show you how you can install PHP 7.2 with Apache 2.4 in Amazon Linux 1, which will help you to start your blog site or…