Welcome To Snipplr


Everyone's Recent Snippets Tagged Bash



1 ... 10 11 12 13 14 ... 17
Put this script in your path and you can start your scripts located in ~/.groovy/scripts from everywhere. Tags: Bash, Linux, Groovy
0 994 posted 16 years ago by mahome
Lists folders in a directory by size
1 1051 posted 16 years ago by ping_ch
obviously change url. you'll get (better formatted) something like... curl -o /dev/null -w %{time_total}\\n http://www.google.com % Total % Received % Xferd Average Speed Time Time Time Current D...
0 656 posted 16 years ago by nategood
you have to collect the filenames from 'find' in an input file then open the input in this script
0 911 posted 16 years ago by rowntreerob
* Resized images are generated into TARGET_DIR. * Change the resolution (800x800 in my example) and quality (80) as you want. * The command keeps the image's proportion. 1600x1200 will be converted into 800x600, 1200x1600 into 600x800. _Notice_:...
2 1189 posted 16 years ago by Dorgendubal
0 795 posted 16 years ago by java2025
Useful when you have to deal with ClassNotFoundException. The command looks for all jar in the current directory and any sub-directory, and checks if the jar contains the specified class. The command lists all matching jars.
0 1164 posted 16 years ago by Dorgendubal
Useful to quickly identify processes listening to ports (to eventually kill them).
0 930 posted 16 years ago by Dorgendubal
Useful to convert all matching files from one encoding to another. Some examples:
1 1256 posted 16 years ago by Dorgendubal
* _HOST_: remote host * _PORT_: ssh port (default 22) * _PATH_: remote path to synchronize
0 777 posted 16 years ago by Dorgendubal
1 1021 posted 16 years ago by hokasu
1. Save under .gnome2/nautilus-scripts/ 2. Right click some video file 3. Select Scripts->toFlv Works with multiple files.
1 1196 posted 16 years ago by ping_ch
0 893 posted 16 years ago by ping_ch
0 922 posted 16 years ago by benpjohnson
Some nice base aliases, still need to go through them
2 1053 posted 16 years ago by narkisr
Running a btrace script takes two separate steps by default: 1. Running jps to get the Java process ID. 2. Running btrace on the ID. A simple awk script can merge the two into a single step.
0 899 posted 16 years ago by narkisr
How to run a KVM VM with no X (server environment, originally seen at http://blog.bodhizazen.net/?p=40).
0 828 posted 16 years ago by narkisr
Clear files in /tmp directory that are older than three days - terminal/cron this is a very simple example - could also remove by last access time, etc.
0 907 posted 16 years ago by inkdeep
0 780 posted 16 years ago by eugegim
0 880 posted 16 years ago by zachwood
This snippet shows how to restore HEAD after using Git's reset method (see http://gitready.com/2009/01/17/restoring-lost-commits.html?disqus_reply=5271828#comment-5271828).
0 885 posted 16 years ago by narkisr
Alle Verzeichnisse überprüfen: [script name] verzeichnis1 verzeichnis2 Alle Dateien vom Typ *html: [script name] verzeichnis1 verzeichnis2
0 750 posted 16 years ago by endorfin
To see how we can set default values for bash script variables inside bash script
0 1046 posted 16 years ago by jaduks
To find the latest file in a particular dir
1 1008 posted 16 years ago by jaduks
0 565 posted 16 years ago by kevinberny
1 ... 10 11 12 13 14 ... 17