See all tags

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. 

Added by humancoder 8 months ago

Streaming mp3 to Apple Airport

http://nanocrew.net/software/justeport/ 

Added by humancoder 1 year, 2 months ago

python setyp.py sdist SVN Revision

Extract an SVN revision number from `git log` and then invoke `python setup.py sdist` 

Added by humancoder 1 year, 3 months ago

Rename files using pattern

A useful snippet that allows you to rename files using a pattern 

Added by humancoder 1 year, 3 months ago

Caps Lock mod

This disables Caps Lock and transforms it into Ctrl. Also the last line disables mouse acceleration 

Added by humancoder 1 year, 8 months ago

Mplayer in no-frame-window

It's a simple scrypt that start mplayer showing your webcam in no-frame window positioned in the ... 

Added by vkolev 1 year, 10 months ago

Bash touch script

A simple bash line to generate touch commands from file in format: filename|original-timestamp 

Added by andreich 1 year, 11 months ago

MyISAM to InnoDB and latin1 to utf8

Switch from MyISAM to InnoDB and from latin1 to utf8 easy and painlessly. 

Added by humancoder 2 years ago

SVN Auto Commit

This is a dirty hack to use SVN as FTP with version control. You don't want ... 

Added by humancoder 2 years ago

BASH sync a folder on multiple servers

The script will copy all the files from a folder on multiple servers. If you run ... 

Added by darie 2 years ago