Archive for September, 2011

Gitolite : error parsing gitolite.rc

Posted: 29th September 2011 by admin in Git

If you face something like this after you have started Git Server, then you are in trouble like me. To fix this issue you need to SSH into the server 1. run gl-setup /path/to/git.pub 2. this will generate new gitolite.rc.new file 3. rename it to gitolite.rc 4. nano gitolite.rc 5. change the REPO mask to 0022 (if you [...]

Tweetdeck Acquired by Twitter

Posted: 26th September 2011 by admin in Uncategorized

 

Ultimate Guide to APT

Posted: 22nd September 2011 by admin in Bash

Commands  All of these commands must be run as root or with superuser privileges, see sudo for more information. Replace <package_name> with the name of the package you are attempting to install. sudo apt-get install ubuntu-desktop   Installation commands apt-get install <package_name> This command installs a new package. apt-get build-dep <package_name> This command searches the repositories and [...]

LSOF -i :80 in Linux counterpart in Windows

Posted: 20th September 2011 by admin in Commands, Windows

Use netstat -aon | findstr 0.0:80 In below line replace 123 with PID tasklist | findstr 123

Amazon AWS Java Client

Posted: 20th September 2011 by admin in Amazon Cloud, Android

Hi Guys, Just finished building Cloud desktop java client which can quickly start Linux Amazon Instance, this dude can also monitor uptime on server and schedule system shutdown after a defined period. I just loved building cloud tools. Future updates. Android Version On the Way.