Windows XP Run Commands and Shortcuts Windows XP Home / Pro Run Commands and Short Cuts How To - Click Start, Click Run (or simply use the shortcut Windows logo+R) and enter the co…
Kernel Configuration Warning: The LSI Logic drivers in the 2.6.19+ kernel do not work with VMware. Set your SCSI type to BusLogic instead. (Please note the exception for VMWare Wor…
shell> mysql -u username -p mysql> PURGE BINARY LOGS TO 'mysql-bin.000015'; Alternatively, you can remove the binary older than a specific date. shell> mysql -u username -…
export GREP_OPTIONS='--color=auto' GREP_COLOR='100;8'
#Advanced Options "/S /v"/qn REBOOT=R""
RPM Based Linux Flavors like CentOS need additional information in the Init script in order to work properly with chkconfig : # description: Description of the script # processnam…
#!/usr/bin/perl # wgrep.pl - windowed grep utility #!/usr/bin/perl # wgrep.pl - windowed grep utility use strict; use IO::File; use IO::Handle; my ($before,$after,$show_stars,$show…
0: Which process has port 22 open? #!/usr/bin/ksh # # PCP (PID con Port) # v1.10 08/10/2010 Sam Nelson sam @ unix.ms # # If you have a Solaris 8, 9 or 10 box and you can't # instal…
Found another useful thing on the web. This is the quick guide to rescan and configure newly added LUNS in Linux. To configure the newly added LUNS on RHEL: # ls /sys/class/fc_host…
perl -e 'use POSIX qw(strftime); print strftime "%a %b %e %H:%M:%S %Y",localtime(time()- 3600*24*2);'