Foogazi - foogazi.com - Foogazi.com
General Information:
Latest News:
OpenSSH Tips and Tricks 20 Jan 2011 | 10:14 am
Joe ‘Zonker’ Brockmeier has a nice write up on some pretty helpful OpenSSH tricks. Two of the tricks he lists is X forwarding with SSH, and using the SSH fuse filesystem. Both of which I use on a dail...
OpenSSH Tips and Tricks 20 Jan 2011 | 05:14 am
Joe ‘Zonker’ Brockmeier has a nice write up on some pretty helpful OpenSSH tricks. Two of the tricks he lists is X forwarding with SSH, and using the SSH fuse filesystem. Both of which I use on a dail...
6 Tricks with AWK 19 Jan 2011 | 07:20 pm
Learn how to remove duplicate entries, sum the size of a selected group of files, show the most used command in your history, and a few more cool AWK tricks here. Bookmark This Page: Hide Sites
6 Tricks with AWK 19 Jan 2011 | 02:20 pm
Learn how to remove duplicate entries, sum the size of a selected group of files, show the most used command in your history, and a few more cool AWK tricks here. Bookmark This Page: Hide Sites
Quickzi: Replace all spaces with a dot in vim 26 Nov 2010 | 05:30 am
Here’s a quick tip on how to replace all spaces with a dot in vim: And here’s how to remove all trailing spaces at the end of each line: Have any more vim quick tips? Let’s hear them in the comments...
Quickzi: Replace all spaces with a dot in vim 26 Nov 2010 | 12:30 am
Here’s a quick tip on how to replace all spaces with a dot in vim: :%s/[ \t]/./ And here’s how to remove all trailing spaces at the end of each line: :%s/\s\+$// Have any more vim quick tips? Let’s he...
Quickzi: Find files older than 5 days 24 Nov 2010 | 01:52 pm
Here’s a quick command line tip to find files older than 5 days, and execute an action on those files: This command searches for files that are older than 5 days, and sends the output to oldfiles.txt...
Quickzi: Find files older than 5 days 24 Nov 2010 | 08:52 am
Here’s a quick command line tip to find files older than 5 days, and execute an action on those files: find /home/foo/* -mtime +5 -exec echo {} > oldfiles.txt \; && mail -s "files older than 5 days" f...
Linux How To Reset Gnome Settings in Ubuntu 8 Jul 2010 | 08:08 am
Have you ever messed around with your Ubuntu Gnome settings only to find out you broke something? Here is a quick write up on how to reset your gnome settings in Ubuntu. In short, you basically need ...
Linux How To Reset Gnome Settings in Ubuntu 8 Jul 2010 | 04:08 am
Have you ever messed around with your Ubuntu Gnome settings only to find out you broke something? Here is a quick write up on how to reset your gnome settings in Ubuntu. In short, you basically need t...