This commands queries the delicious api then runs the xml through xml2, grabs the urls cuts out the first two columns, passes through uniq to remove duplicates if any, and then goes into linkchecker who checks the links. the links go the blacklist in ~/.linkchecker/blacklist. please see the manual pages for further info peeps. I took me a few days to figure this one out. I how you enjoy it. Also don't run these api more then once a few seconds you can get banned by delicious see their site for info. ~updated for no recursive Show Sample Output
this command extends your logical volume. then it does a resize2fs on it as well. added the -r switch to make it launch resize. Show Sample Output
source::: http://nvie.com/posts/a-successful-git-branching-model/ git branch -d myfeature Deleted branch myfeature (was 05e9557) Show Sample Output
source::: http://nvie.com/posts/a-successful-git-branching-model/
git checkout develop
Switched to branch 'develop'
git merge --no-ff myfeature
Show Sample Output
Source ::: http://nvie.com/posts/a-successful-git-branching-model/
Creating a feature branch
When starting work on a new feature, branch off from the develop branch.
git checkout -b myfeature develop
Show Sample Output
this creates a tree of your branch merges. very useful if you want to follow the features you add. Show Sample Output
shows some logging for the git repo. Show Sample Output
Just the commands for the lvreduce I keep forgetting.
if you happen to start with out the -C switch then you a killall -USR1 e2fsck
Compare the disk space for the new and old drive
Step#2 Create a copy of the bootload and partition table!
Quick grab of the data to the new disk!
just a alternative using a saved html file of all of my bookmarks. works well although it takes awhile.
tells you the number of lines in said file, and then tail the last 100 lines ( or how many are messed up) then u take the total amount of lines and then subract the 100 or so lines u DONT WANT, then do a head -n $new_number and then redirect it to new file.db
my $.02 Show Sample Output
commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.
Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.
» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10
Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):
Subscribe to the feed for: