Monthly Archives: November 2012

[HOWTO] How to setup eclipse for Linux development

Start the Eclipse IDE. Make sure you are in your Workbench and select “Install New Software” from the “Help” pull-down menu. Select indigo – http://download.eclipse.org/releases/indigo from the “Work with:” pull-down menu. Expand the box next to Programming Languages and select the Autotools Support for CDT … Continue reading

Posted in Uncategorized | Leave a comment

[Linux] How to setup X11vnc to share same session under linux

install and set password – sudo apt-get install x11vnc – x11vnc -storepasswd create autostart entry – cd .config – mkdir autostart – cd autostart – nano x11vnc.desktop – paste following text: [Desktop Entry] Encoding=UTF-8 Type=Application Name=X11VNC Comment= Exec=x11vnc -forever -usepw … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Setup a Bare GIT repository

Setup a Bare GIT repository At the time of writing, git-http-push cannot remotely create a GIT repository. So we have to do that at the server side with git. Another option is to generate an empty bare repository at the … Continue reading

Posted in Uncategorized | Leave a comment