Snippets tagged with bash
Update git repos oneliners
Update all the git repos in one directory in one line. A git-svn and git-pull example.
Streaming mp3 to Apple Airport
http://nanocrew.net/software/justeport/
python setyp.py sdist SVN Revision
Extract an SVN revision number from `git log` and then invoke `python setup.py sdist`
Rename files using pattern
A useful snippet that allows you to rename files using a pattern
Caps Lock mod
This disables Caps Lock and transforms it into Ctrl. Also the last line disables mouse acceleration
Mplayer in no-frame-window
It's a simple scrypt that start mplayer showing your webcam in no-frame window positioned in the ...
Bash touch script
A simple bash line to generate touch commands from file in format: filename|original-timestamp
MyISAM to InnoDB and latin1 to utf8
Switch from MyISAM to InnoDB and from latin1 to utf8 easy and painlessly.
SVN Auto Commit
This is a dirty hack to use SVN as FTP with version control. You don't want ...
BASH sync a folder on multiple servers
The script will copy all the files from a folder on multiple servers. If you run ...
