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 708 posted 15 years ago by mahome
Lists folders in a directory by size
1 737 posted 15 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 428 posted 15 years ago by nategood
you have to collect the filenames from 'find' in an input file then open the input in this script
0 667 posted 15 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 846 posted 15 years ago by Dorgendubal
0 513 posted 15 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 849 posted 15 years ago by Dorgendubal
Useful to quickly identify processes listening to ports (to eventually kill them).
0 655 posted 15 years ago by Dorgendubal
Useful to convert all matching files from one encoding to another. Some examples:
1 924 posted 15 years ago by Dorgendubal
* _HOST_: remote host * _PORT_: ssh port (default 22) * _PATH_: remote path to synchronize
0 524 posted 15 years ago by Dorgendubal
1 706 posted 15 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 848 posted 15 years ago by ping_ch
0 602 posted 15 years ago by ping_ch
0 630 posted 15 years ago by benpjohnson
Some nice base aliases, still need to go through them
2 759 posted 15 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 622 posted 15 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 561 posted 15 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 632 posted 15 years ago by inkdeep
0 496 posted 15 years ago by eugegim
0 587 posted 15 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 601 posted 15 years ago by narkisr
Alle Verzeichnisse überprüfen: [script name] verzeichnis1 verzeichnis2 Alle Dateien vom Typ *html: [script name] verzeichnis1 verzeichnis2
0 514 posted 15 years ago by endorfin
To see how we can set default values for bash script variables inside bash script
0 750 posted 15 years ago by jaduks
To find the latest file in a particular dir
1 760 posted 15 years ago by jaduks
0 349 posted 15 years ago by kevinberny
1 ... 10 11 12 13 14 ... 17