Categories
Tags
aastra apache asterisk centos cheatsheet chrome cisco comic dd dropbox email esxi fedora file sharing find gmail gnome google grep im feeling lucky linux migration networking olf openfiler openoffice replace rpl scm search security sed sp3 spyware ssh storage subversion tips tomcat twitter ubuntu vmware voip windowsArchives
Monthly Archives: October 2009
Find Text and Find/Replace Easier Than You Think in Linux
How to search all files for a text string:
grep -lr string ./ > results.txt
-l will print only the path and file names of the matches.
Search all files of a certain name for a certain string:
grep -lr string ./ | grep filename
Yes, do specify ./ if you are doing all directories within current.
(source and more info)
Find [...]
Open Source storage server
This is not going to be a full review, but more a general take on things.
Since moving from VMware Server to ESXi to host my virtual machines, I’ve been very interested in looking into some more of the advanced features of ESX and ESXi yet most of these require iSCSI. I remember from a few [...]
Installing Dropbox on Ubuntu (and others)
I’ve been using dropbox to sync and share files between my various computers for quite some time, and overall have been very pleased. However, one area things are not so great… documentation for installation on Linux. After having to reinstall on my notebook, I decided to somewhat document the hidden part of the process.
After downloading [...]
Remove bonded interface in OpenFiler