
How Do I Use the top Command?
The Linux top command is a useful tool for monitoring system performance and resource usage. It shows a table of processes and their CPU, memory, …
The Linux top command is a useful tool for monitoring system performance and resource usage. It shows a table of processes and their CPU, memory, …
A signal 11 error, commonly know as a segmentation fault, means that the program accessed a memory location that was not assigned. If you receive …
A swap partition (at least 256 MB) — swap partitions are used to support virtual memory. In other words, data is written to a swap …
The /proc file system is a special file system that provides information about processes and other system information in a hierarchical file-like structure. Unlike regular …
Swap Space and Types of Swap Swap space is a memory virtualization concept that allows Linux to use disk space as an extension of RAM …
Red Hat Enterprise Linux 3 / 4 / 5 and above => Old Red hat Linux version => CentOS 4 and above => Fedora Linux …
Computer hardware is the term for the physical components that make up a computer system. These include the case, CPU, RAM, monitor, mouse, keyboard, storage …
The GRUB configuration file can be found in /boot/grub/. [root@root /boot/grub]# ls -la grub.conf menu.lst -rw——- 1 root root 1037 Oct 28 11:41 grub.conf lrwxr-xr-x …
First, you must make sure that your domain name is live and pointing to the server that your hosting account is on. You will NOT …
1) Be sure the file permissions are set correctly on the cgi that you are trying to run start with 755. 2) Always upload and …
A quick and usefull command for checking if a server is under ddos is: netstat -anp |grep ‘tcp\|udp’ | awk ‘{print $5}’ | cut -d: …