type the below command and change the below criteria to suite to your search : find /ENTER/PATH -type f -print0 | xargs -0 grep -i […]
Shutdown ubuntu/esx/redhat server From windows using plink
The easiest way to execute any command from windows using putty installation. The example below you can shutdown your linuxbox server from windows using shutdown […]
Skype problem
In the meantime, you can follow the steps below to fix the problem manually. Windows If the Skype icon is displayed in the system tray […]
HowTo – Batch Image Resize on Linux
Suppose you want resize every your photos to put it on web. As you know, you can’t upload your photos on a web page with […]
Top command Description
Description of few parameters of top command: wa = Waiting for I/O us = User space sy = system/kernel ni = Nice Process id = […]
Find Duplicate IP address
Log in as root and type the following # arping -D -I eth0 -c 2 10.5.70.2 ARPING 10.5.70.2 from 0.0.0.0 eth0 Unicast reply from 10.5.70.2 […]
Facebook Chat Now Available with XMPP Pidgin
Configure Pidgin . Do Ctrl+A to open the ‘Accounts’ window, then ‘Add’. On the ‘Basic’ tab, select the XMPP Protocol. Username: Your Facebook username Domain: […]
Linux Setfacl Getfacl ACL examples
Some Basic examples of setting permissions to Files. Granting an additional user read access $ setfacl -m u:lisa:r file Revoking write access from all groups […]
Remove screen saver from linux
Linux disable screen blanking i.e. preventing screen going blank It is easy to disable screen saver under X window. But when it comes to text […]
how to check folder/directory capacity in linux
NAME du – estimate file space usage SYNOPSIS du [OPTION]… [FILE]… DESCRIPTION Summarize disk usage of each FILE, recursively for directories. Mandatory arguments to long […]