FDUPES: Linux CLI tool to delete duplicate files
FDUPES is a program for identifying duplicate files residing within specified directories. Search a folder fdupes /path/to/search Delete duplicated files fdupes --delete /path/to/folder
FDUPES is a program for identifying duplicate files residing within specified directories. Search a folder fdupes /path/to/search Delete duplicated files fdupes --delete /path/to/folder
If you want to test a e-mail or test whether the spamassassin rule is working or not, you can use the following command spamassassin -t /the_message.txt Then you will get…
1. check the exim mail query by specific the sender or recipient Sender: exiqgrep -f sender@domain.com Recipient: exiqgrep -r recipient@domain.com 2. Get the message_id from above and add…
1. Umount the filesystem and check it with e2fsck umount /var/lib/vz e2fsck -f /dev/mapper/pve-data 2. Re-size the file system of /dev/mapper/pve-data (Let said to 500GB) resize2fs /dev/mapper/pve-data 500G 3. Resize the Logical Volume of…
Since to the patch of php bug #43227 There is no more effect on .htaccess 'php_value mbstring.func_overload' setting. The work-around is to set func_overload into Apache virtualhost config file. php_admin_value…
When you got "23: Out of resources when opening file" or "1016: Can't open file" from Directadmin backup output or mysqldump output, it is all about open-file-limit what you need…
Sometime, you have to Ctrl-C the running yum update. However, it will make the yum or some software brake the dependency and make problem. You may use yum-complete-transaction to resume…
delete rhgb and quiet from /etc/grub.conf
In directadmin, mail can be forwarded to other mail box / e-mail address by setting forarder. However, the setting for master account and virtual account are different. here is the…
Download From http://sourceforge.net/projects/rkhunter/ Install tar zxvf rkhunter-* cd rkhunter-* ./installer.sh --install cd .. rm -rf rkhunter* Run /usr/local/bin/rkhunter --update to update the database Run /usr/local/bin/rkhunter --propupd to create pre-required MD5…