Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
February 21 2012
November 03 2009
Using Git to create Backup's
mkdir /Volumes/usb-stick/Documents.git
cd /Volumes/usb-stick/Documents.git
git --bare init
cd ~/Documents
git init
git add ./
git commit
git remote add origin /Volumes/usb-stick/Documents.git
git push origin master
...
edit files
...
git commit
git push
to clone the documents on another machine
git clone /Volumes/usb-stick/Documents.git .
Reposted by
daftmilk
October 20 2009
October 18 2009
October 09 2009
How to set number of open files on linux
open /etc/security/limits.conf
add line
foo TAB - TAB nofile TAB 32000
the above exmple sets the number of open file's for username 'foo' to 32000
October 02 2009
Jetty Security with Realm's
How to setup security constraintOctober 01 2009
YUI Theater: Satyen Desai — "YUI 3: Design Goals and Architecture"
September 24 2009
September 02 2009
Deep Dive: JDK 7 With Danny Coward
Admin Crawl - nutch - GitHub
Nutch Gui Crawl PluginAdmin Url Upload - nutch - GitHub
Nutch Gui Url Upload PluginAdmin Configuration - nutch - GitHub
Nutch Gui Configuration PluginAdmin Instance - nutch - GitHub
Nutch Gui Instance PluginAugust 25 2009
Gravatar
Video: Tom Preston-Werner, Chris Wanstrath and Scott Chacon — Git, GitHub and Social Coding
August 21 2009
Pro Git - Table of Contents
german translation of the pro git book.August 20 2009
Play fullscreen
great getting started tutorial about the using of google's SketchUp
August 19 2009
Nutch Gui: Screenshot of the Admin Instance Plugin
Older posts are this way
If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.



