Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
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
Wednesday, August 15, 2012
How to disable AppleMobileDeviceService.exe on Windows
›
How to disable AppleMobileDeviceService.exe To disable the service, launch services.msc Windows + R > Type services.msc Right...
Friday, August 3, 2012
How to disable IPV6 in Ubuntu
›
How to disabled IPV6 First, check to see if you are running IPV6(there is more than just one way to check): ip a | grep inet netstat ...
Monday, July 23, 2012
How to burn ISOs to CD-RW/DVD-RW in Linux
›
How to burn ISO files to CD-RW/DVD-RW in Linux List the devices to write with: cdrecord -scanbus After running this command, match t...
How to erase CD-RW/DVD-RW in Linux
›
How to wipe a CD-RW/DVD-RW on linux Run this command to make sure that the cd is unmounted: umount /dev/cdrom Use the "cdrecord...
2 comments:
How to remove EXIF data from Images in Linux
›
Ubuntu Linux Install jhead: sudo apt-get install jhead To see all the extra data that is stored in the JPG, run this: jhead -v FILE...
Thursday, July 19, 2012
How to take screenshots on your Android Phone
›
How to take screenshots with Android 4.0(Ice Cream Sandwich) Simply hit these buttons at the same time: Power Button + Volume Down ...
2 comments:
‹
›
Home
View web version