Remove Old Logs from Linux
Example Remove logs older than 5 days
Example Remove logs older than 5 days
In a typical UNIX/LINUX-style file listing, a file will be displayed in the following way: Output: The first character indicates the file type. It can be a regular file (-), directory (d), a symbolic link (l), or other special types of files. The following nine characters represent the file permissions, three triplets of three characters … Read more
How do I extract a gz file? Use gunzip command as follows: How do I extract a tar.gz file?
Here are several ways to kill all the processes in linux. Where username is my userid. or Show processes run for a username and sshd
SMART (Self-Monitoring, Analysis, and Reporting Technology) allows you to see the status or overall health of a hard drive. This information is instumental in providing warning signs of problems with a hard drive. All Linux distributions provide the smartmontools package, which contain the smartctl program used to display SMART information from attached drives. This package … Read more
Source: http://kb.odin.com/en/118378 php version – php-5.4.31 CentOS 6.5 Plesk Panel 12.0 Current php version 5.3 1. SSH to your Plesk server (or Apache Service Node for Parallels Plesk Automation) as root, download the PHP source, unpack it, and configure it: Note: You MUST USE THE PREFIX SWITCH in order for your new PHP to be … Read more