Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
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:
Wednesday, July 11, 2012
How to fix random Youtube sound glitch in Ubuntu
›
How to fix Adobe Flash Player on Youtube It seems that sometimes when I upgrade my Abode Flash Player, both of my web browsers, Firefox ...
Saturday, July 7, 2012
How to Extract a .7z file in Linux
›
How to extract a .7z files To install the packages: sudo apt-get install p7zip In Linux, when you would like to extract a ".7z...
How to install Microsoft Fonts for LibreOffice on Ubuntu
›
How to install Microsoft fonts When installing Ubuntu, it may not come with Microsoft Fonts such as "New Times Roman" and ...
Thursday, July 5, 2012
How to use crontabs in Linux
›
How to create a crontab Open your terminal and run: crontab -e This will be for your user. Usually this should open up your cront...
‹
›
Home
View web version