Basic Git Commands

git

Basic walk through of some simple git commands to get you started working with remote repositories. We’ll go over some of the basic commands that you’ll need to know to pull, update, commit and push your work within git.

Continue reading

How to Exit TigerVNC from Full Screen Mode

Make your connection to your remote vncserver.  I’m using TigerVNC. If you find yourself stuck in full screen mode, use the context menu to get back into a windowed mode. On linux, you can access the vncviewer menu by using “F8”, then select exit full screen option. If this does not work, on the client vncviewer, check the config file, under .vnc/default.tigervnc (if you are using TigerVNC check the line: “MenuKey=F8” and use the corresponding…

Continue reading