Welcome To Snipplr
Everyone's Recent Bash Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Installs drupal using the provided database credentials with the provided localization, creates admin account with the given name and password
0
696
posted 12 years ago by klickreflex
How to automatically login with SSH. Also known as “key-based authorization with SSH†or simply “publickey authorizationâ€.
0
846
posted 12 years ago by tinytiger
Find and replace contents of files ending in .php with nothing. then append contents of template.php to all files in directory
0
810
posted 12 years ago by zlincoln
Add the first line in terminal and press return.
Add second line in terminal press return to refresh the dock
0
653
posted 12 years ago by klagraff
Use this snippet in Linux shell to install RVM and set it up for use with Sprockets.
0
825
posted 12 years ago by symsec
Set the last parameter to the number of cores.
End with 'killall perl'
0
691
posted 12 years ago by beaknit
Tests whether the script has been invoked with the correct number of parameters.
0
685
posted 12 years ago by triffel
iconv -l to show all available encodes, replace xxx with you file ext
0
815
posted 12 years ago by rabc
I am using git and working on master branch. This branch has a file called app.js .
I have an experiment branch in which I made a bunch of changes and tons of commit. Now I want to bring all the changes done only to app.js from experiment to maste...
0
1121
posted 12 years ago by satie83
I have a Git repository with few branches and dangling commits. I would like to search all such commits in repository for a specific string.
0
989
posted 12 years ago by satie83
Boot Minecraft on an Ubuntu 64-bit instance with 2GB of RAM
0
766
posted 12 years ago by stevedecoded
You’ll receive a list of your stale remote-tracking branches. If you run it without –dry-run option, it will remove them for you.
0
905
posted 12 years ago by satie83
If you only want to show directories, replace "-type f" with "-type d".
0
909
posted 12 years ago by tinytiger
How to package a phonegap project for debug and run it on the connected device
0
995
posted 12 years ago by tinytiger
A fast way to delete many files without getting an 'Argument list too long' error as wold be the case with 'rm'.
0
780
posted 12 years ago by tinytiger
This script will parse the auth.log and return results depending on the argument entered. To run the script enter one of the following.
./auth success or ./auth fail
1
1192
posted 12 years ago by _reydin_
This script will do a daily backup of directories. If the files has not changed then it creates a hard-link to the file. If the file has changed then it will copy the new file. The backup is not much larger than the directories being backed up.
1
991
posted 12 years ago by _reydin_
This shows the local and remote branches along with the most recent commit for each branch.
0
1068
posted 12 years ago by satie83
Hash of the commit which you want to show a303aa90779efdd2f6b9d90693e2cbbbe4613c1d
0
1403
posted 12 years ago by satie83
Fetches resources from a remote host with specified crawl depth.
0
533
posted 12 years ago by paullombard
It can be useful to take a peek at what Apache is doing but I always forget the location of the Apache logs so I can use tail.
0
805
posted 12 years ago by inreflection7