beneberle


Member since 06/18/2009

15 snippets

4271 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

beneberle's Recent Bash Snippets



« Prev 1 Next »
http://yuji.wordpress.com/2010/06/11/git-delete-remote-branch/
1 859 posted 12 years ago by beneberle
This example will go get the latest version of wordpress and save it as "wordpress-latest.tar.gz" in the current directory. Note, don't include the protocal (http://) in the url.
0 652 posted 12 years ago by beneberle
Combine multiple smaller incremental commits into larger ones, perfect for encouraging you to commit often while enabling you to summarize a day's work into one, or more, simplified commit. WARNING: Only do this on commits that haven’t been push...
0 715 posted 12 years ago by beneberle
If you need to zip a directory named folderName and ignore all .DS_Store files, then do the following:
0 648 posted 12 years ago by beneberle
0 568 posted 12 years ago by beneberle
First, find the proper package from http://www.joomla.org/download/ and copy its path. Then, over ssh, navigate to the root of the joomla install and perform these commands. In the case of an upgrade, this will overwrite in place the needed files, an...
0 677 posted 12 years ago by beneberle
Big ups to Tom Gidden for this one. If you\'re not all that happy about some of the changes in iTunes 10, or if you\'d rather look through your own library instead of the itunes store, give these a try.
0 618 posted 13 years ago by beneberle
the -r means it's recursive, the f suppresses the need to confirm every file deletion.
0 690 posted 13 years ago by beneberle
You will be prompted for a password after issuing this command
1 625 posted 13 years ago by beneberle
Replace filename with the name you want to give the zip file. The .zip extension is automatically appended to the end of the filename. Replace inputfile1 and inputfile2 with the names of the files you wish to include in the zip archive. You can inclu...
2 812 posted 13 years ago by beneberle
0 569 posted 14 years ago by beneberle
The first directory listed is the one to copy, the second is where it's copied to.
0 526 posted 14 years ago by beneberle
Turn On or Off Hidden Files in Terminal
0 581 posted 14 years ago by beneberle
this will chmod the current directory, and all sub directories and files.
0 1413 posted 14 years ago by beneberle
« Prev 1 Next »