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 [...]
Archive for September, 2011
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, WindowsUse netstat -aon | findstr 0.0:80 In below line replace 123 with PID tasklist | findstr 123
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.