Welcome To Snipplr


Everyone's Recent Snippets Tagged Bash



1 ... 7 8 9 10 11 ... 17
Sample BASH .profile for use in cygwin for windows.
0 498 posted 13 years ago by gripnrip
0 511 posted 14 years ago by alemani
This script calculates the network speed up/down
0 520 posted 14 years ago by alemani
This Ruby script generates the [Gnome Terminals For Rails script](http://snipplr.com/view/32227/gnome-terminals-for-rails/ "Gnome Terminals For Rails").
0 422 posted 14 years ago by draq
Found it on wiki
0 535 posted 14 years ago by TEHEK
This will recursively search your directory tree (starting at dir ‘dot’) and chmod 755 all directories only. find . -type d -exec chmod 755 {} \; Similarly, the following will chmod all files only (and ignore the directories): find . -...
1 681 posted 14 years ago by MikeyLikesIt
An easy was to tunnel remote Couchdb instance into a local machine using ssh tunneling, by using the 5893 local port we enable the local instance to run (replication is only a click away).
0 822 posted 14 years ago by narkisr
Usage: `imgsize [file(s)]`
0 539 posted 14 years ago by nijgnet
Usage: `tidyup [file(s)]`
0 416 posted 14 years ago by nijgnet
Tunneling vnc over ssh
0 645 posted 14 years ago by narkisr
0 852 posted 14 years ago by evertwh
procedure for updating drupal core.
0 444 posted 14 years ago by MikeyLikesIt
This can be used to check if an update of a CMS (or blog, plugin, ...) changed something in the frontend (content or HTML). Run the script with the file that contains the urls as parameter: `wiff.sh urllist.txt` urllist.txt contains the urls...
0 680 posted 14 years ago by ascarion
delete all svn files recursive
1 628 posted 14 years ago by manuelstofer
Put this line in your .bashrc. If the user has a directory named 'bin' then that will be added to the PATH. All scripts in that path (wich are executable) will be available as commands to that user.
0 965 posted 14 years ago by berkes
Conversión de un archivo .dmg en .iso en MacOSX. Este código forma parte del artículo "Crear imagen ISO con Automator"
0 619 posted 14 years ago by Bloomy
0 522 posted 14 years ago by ascarion
First there was: [http://snipplr.com/view/15246/color-coded-svn-status](http://snipplr.com/view/15246/color-coded-svn-status) Then there was: [http://snipplr.com/view/16540/color-coded-svn-status-v2](http://snipplr.com/view/16540/color-coded-svn-s...
0 730 posted 14 years ago by philchristensen
Lowercase .JPG extension
0 640 posted 14 years ago by vigoncas
> <code>__Usage:__<br> > ./svn-export.sh [repository/subdir] [rev1] [rev2]</code>
0 623 posted 14 years ago by tcmacdonald
HSH is a cool haskell library that allows you to leverage your shell scripting prowess in haskell programs. In this simple broadcatcher, I use curl for http get, and other standard unix tools for tracking history (so we don't get the same file twice...
1 856 posted 14 years ago by softmechanics
0 655 posted 14 years ago by tm
1 ... 7 8 9 10 11 ... 17