tr -c “[:digit:]” ” ” < /dev/urandom | dd cbs=$COLUMNS conv=unblock | GREP_COLOR="1;32" grep --color "[^ ]"
Set audible alarm when an IP returns online
ping -i 60 -a IP_address Waiting for your server to finish rebooting? Issue the command above and you will hear a beep when it comes online. The -i 60 flag tells ping to wait for 60 seconds between ping, putting less strain on your system. Vary it to your need. The -a flag tells ping…
Execute a command without saving it in the history
‘spacebar’ command This is sample output – yours may be different. $ echo this goes to history this goes to history $ echo this wont go to history this wont go to history $ history 1 echo this goes to history 2 history Prepending one or more spaces to your command won’t be saved in…
Search google from CLI
perl -e ‘$i=0;while($i<10){open(WGET,qq/|xargs lynx -dump/);printf WGET qq{http://www.google.com/search?q=site:g33kinfo.com&hl=en&start=$i&sa=N},$i+=10}’|grep ‘//g33kinfo.com/’ curl -A Mozilla http://www.google.com/search?q=Linux |html2text -width 80 html2text http://www.google.com/search?q=searchtermhere dig +short txt linux.wp.dg.cx -wikipedia search check gmail from command line curl -u username –silent “https://mail.google.com/mail/feed/atom” | perl -ne ‘print “\t” if //; print “$2\n” if /< (title|name)>(.*)< \/\1>/;’
Want to send yourself a file quickly?
If your mail server is properly set up then you can go: mail -s “Boo Boo” [email protected] < file.txt
Faster Ubuntu Upgrade
When the new version of Ubuntu (9.10) is released, thousands of people connect their computers to the Ubuntu servers to complete the upgrade. Even on a fast internet connection, downloading new versions of almost all current applications will take a long time. Coupled with everyone else trying to download from the same place at the…
Ctrl+Alt+Del to open System Monitor in Ubuntu
If you want to enable Ctrl+Alt+Del to open System Monitor you have to do this: Go to System->Preferences->Keyboard Shortcuts and search for “Logout” action (that is under Desktop actions) and you will see that Ctrl+Alt+Del combination is associated to Logout shortcut. You have to click on that shortcut and press Backspace if you want to…
ClamTk 4.20
ClamTk is a GUI frontend for ClamAV. ClamTk is a GUI front-end for ClamAV antivirus projects, using Gtk2-perl. It is designed to be an easy-to-use, point and click virus scanner for Linux systems. Requirements: · Gtk2-Perl Author/Maintainer : ClamTk Team Home Page : http://clamtk.sourceforge.net/index.html Changelog : http://sourceforge.net/projects/clamtk/ Screenshot : http://sourceforge.net/dbimage.php?id=79490 Download [ 4.20 ] :…
Installing Multitail
From ghacks.net The easiest way to install multitail is to issue the command (since you’ll be working in the command line anyway): sudo apt-get install multitail or yum install multitail Once the application is installed you are ready to go (there is no configuration necessary). Running multitail —————– The structure of the multitail command is:…
-
Recent Posts
-
Archives
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- October 2020
- September 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- August 2019
- June 2019
- March 2019
- February 2019
- January 2019
- November 2018
- August 2018
- July 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- October 2017
- June 2017
- December 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- March 2016
- February 2016
- September 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
-
Meta