Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
Sunday, October 21, 2012
How to compile inline Assembly in C
›
How to compile Assembly inline with C Make sure you have 32-bit libraries, install them: apt-get install gcc-multilib #include ...
Friday, October 5, 2012
How to install Sublime Text 2 on Ubuntu
›
How to install Sublime Text 2 for Ubuntu To install them: sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get updat...
Saturday, September 22, 2012
How to install Gnome 3 on Ubuntu
›
How to install Gnome 3 on Ubuntu: To install them: sudo add-apt-repository ppa:gnome3-team/gnome3 sudo apt-get update sudo apt-get...
How to completely remove Unity from Ubuntu
›
How to completely remove Unity from Ubuntu: Make sure to have another Desktop installed! Remove the packages for Unity: sudo apt-...
2 comments:
Monday, September 17, 2012
How to install Subversion in Ubuntu
›
How to install subversion To install the packages: sudo apt-get install subversion Then you can download copies of svns: svn che...
Monday, September 10, 2012
How to install the WX Python package in Ubuntu
›
How to install Python WX for creating Python GUIs WX is a cross-platform GUI kit for Python. To install the packages: sudo apt-get...
Thursday, August 30, 2012
How to install Objective C on Ubuntu
›
How to install Objective C packages: To install them: sudo apt-get install gobjc gnustep gnustep-make gnustep-common To compile file...
Saturday, August 25, 2012
How to play .mp4 files on Ubuntu
›
How to play .mp4 files Simply install these packages: sudo apt-get install gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
‹
›
Home
View web version