Recommended Services
Supported Scripts
Category: RedHat
Disk Space Management on Redhat/CentOS Servers
Finding the directories with large number of inodes:
clear;echo "Detailed Inode usage: $(pwd)" ; for d in `find -maxdepth 1 ...
Disable IPv6 on redhat/CENTOS
1. add the below option in the file “/etc/default/grub and add ipv6.disable=1”
# cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="ipv6.disable=1 crashkernel=auto rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
** add the ...
Restore a specific table from MySQL Dump
In order to restore a particular table from an entire DB DUMP first we need to extract the content ...
Change WordPress URL through functions.php file
Changing the Wordpress URL can be done by editing the functions.php located in the theme folder, in most of ...
Clear Exim Mail Queue
Spamming is one of the things we often face as administrators in the day to day work, if you ...
Windows Applications that are also available for Linux OS
Ever wondered whether your favourite windows applications are available for Linux OS ? We bring you 7 most popular ...