Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
Friday, July 22, 2011
Ubuntu - Trash Can
›
Open Terminal and follow the commands: gconf-editor go to apps > nautilus > desktop check trash_icon_name It should appear on you...
Monday, July 18, 2011
How to hack WebAssign for eBooks
›
If you use WebAssign, sometimes they give you the button to the "Read It" which shows the section of the book. However, you might ...
Monday, July 4, 2011
How to get Free Mobile 3G/4G Tethering
›
Using Operating System(No Software, No Root) Ubuntu (Tested on Droid X) Disclaimer - must have Bluetooth on your computer 1. Turn B...
Saturday, July 2, 2011
How to change your Hostname in Linux
›
When first starting on the linux operating system such as Ubuntu, you may be prompted to create a hostname(computer name). Here is how you ...
Sunday, June 26, 2011
HelloWorld in Bash Scripting
›
HelloWorld.sh #!/bin/sh echo Hello World! Create a Document > Empty File > Copy and Paste > File > Save As or rename > (f...
HelloWorld with Batch Scripting
›
HelloWorld.bat @echo off echo HelloWorld! pause exit Create a Text Document > Copy and Paste > File > Save As > (name).bat D...
Friday, June 17, 2011
How to use Old Addons in Mozilla FireFox
›
DISCLAIMER: This does not work for all addons! When going to a Mozilla FireFox add-on download page (eg. https://addons.mozilla.org/en-US...
Thursday, June 16, 2011
How to add the Force Quit Button in Ubuntu 11.04+
›
If you use Ubuntu 11.04+ Unity(app panel to the left), you cannot add application shortcuts to the top panel any more. In order to add a Fo...
5 comments:
‹
›
Home
View web version