Table of Contents
1. Compiler Codes2. Important Resources
3. File Locations
4. Terminal Shortcuts
5. Gnome Shortcuts
Compiler Codes
For C:
Simple Git Tutorial
Html, CSS, XML Tutorials
Devhelp online
Samples
Media/Images
gcc filename.c `pkg-config --cflags --libs gtk+-3.0` -o filename
./filename
For Vala:valac --pkg gtk+-3.0 filename.vala
./filename
For Python:python filename.py
Important Resources
Developer Documentation Wiki
Includes: tutorials, checkboard
Simple Git Tutorial
http://spheredev.org/wiki/Git_for_the_lazy
Html, CSS, XML Tutorials
http://www.w3schools.com/html/html_css.asp
Devhelp online
http://developer.gnome.org/gtk3/stable/
Location of Certain Files
Pages/gnome-devel-docs/platform-demos/C/
Samples
/gnome-devel-docs/platform-demos/C/samples/
Media/Images
/gnome-devel-docs/platform-demos/C/media/
Terminal Shortcuts
sudo yum update -- updates linux
yelp <page file>--shows pagegedit <filename>--shows file in gedit ("notepad program")
cd .. --goes back to previous directorycd <directory item> --change directoryls -- shows everything in current directorypwd --present working directoryctrl + c --cancel current action in terminaltab -- completes the rest of the commandmkdir <folder name> -- creates a new folder
fpaste <filename> -- pastes your code to fpaste
Gnome Shortcuts
ctrl + alt +shift + down/up -- moves current window to the workspace below or abovectrl + alt + down/up -- navigates to the workspace below or aboveclicking on name in top right + later holding alt -- shows the shut off option!

