Welcome To Snipplr


Everyone's Recent Bash Snippets



1 ... 28 29 30 31 32 ... 41
The Drupal website will be updated every 45 minutes after the hour.
2 626 posted 15 years ago by chrisaiv
A common Drupal problem: how to save e.g. your blocks configuration without dragging an X Gig database around. A simple command that dumps a table in a way that it can be inserted into SVN. Every row is dumped as a single line, and they are sor...
1 634 posted 15 years ago by berkes
1 701 posted 15 years ago by wdso
These are two separate code snippets. One is for a crontab, the other to be run by cron. Together they create a new folder every day and fills it with 240 jpeg images (10 per hour) of whatever it is that you're doing. The next step for me is t...
1 566 posted 15 years ago by ThomasGHenry
find . | xargs grep 'string' -sl The -s is for summary and won't display warning messages such as grep: ./directory-name: Is a directory The -l is for list, so we get just the filename and not all instances of the match displayed in the results...
2 898 posted 15 years ago by mattkenefick
1 790 posted 15 years ago by fnurl
Lists folders in a directory by size
1 779 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 456 posted 15 years ago by nategood
This is the command to re-enable apache after you disabled it.
0 495 posted 15 years ago by bhubbard
Find out which version of Perl is installed on the server.
0 482 posted 15 years ago by bhubbard
Allows you to send out a email listing all files over 10MB.
0 664 posted 15 years ago by bhubbard
1 635 posted 15 years ago by wdso
About the dd command: dd if=<source> of=<target> bs=<byte>("USUALLY" some power of 2, not less than 512 bytes(ie, 512, 1024, 2048, 4096, 8192, 16384[/b], but can be ANY reasonable number.) skip= seek= conv=<conversion>. Source is the data being...
0 594 posted 15 years ago by webonomic
you have to collect the filenames from 'find' in an input file then open the input in this script
0 696 posted 15 years ago by rowntreerob
0 659 posted 15 years ago by hlubek
I needed a quick way to resize and save to a folder lots of images. Imagemagick is magic indeed!
1 961 posted 15 years ago by zerolab
0 522 posted 15 years ago by kfaulk1
0 488 posted 15 years ago by kfaulk1
the call to the url for the ad results in redirect to the 'banner' or image file
0 603 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 885 posted 15 years ago by Dorgendubal
0 542 posted 15 years ago by java2025
1 ... 28 29 30 31 32 ... 41