Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
Monday, November 21, 2011
How to hack MasteringEngineering with unlimited Attempts
›
Extra Tries and Answers Ok, we all have been screwed over mastering engineering because of drawing vectors or simply being a decimal point...
10 comments:
Thursday, November 17, 2011
How to create Desktop Icons in Ubuntu
›
Desktop Icons Where program is located: echo $SHELL Creating the Terminal Icon on the Desktop, just like Ubuntu 10.04 gnome-desktop-i...
Wednesday, October 26, 2011
How to setup ADB for Linux terminals
›
Run adb from terminal Since the new Eclipse and Android SDK install I had to redo this: Open your .bashrc, located in your /home/"...
Eclipse - Dependency Issues
›
Failure to Launch Early this morning I loaded up Eclipse after the latest update(Indigo). To my surprise, all my extra plugins such as ADT...
Friday, October 7, 2011
How to disable Avahi Daemon
›
Disable package: avahi-daemon open config file: sudo gedit /etc/default/avahi-daemon set: AVAHI_DAEMON_START = 1 you might also have ...
1 comment:
Friday, September 23, 2011
How to fix 'for' loop initial declarations are only allowed in C99 mode in Eclipse
›
For loop problem Once again, programming in C using Eclipse in Linux is great, however when using "for" loops I get this error: ...
3 comments:
How to fix undefined reference to `sqrt' in Eclipse
›
Math.h problem Programming in C using Eclipse in Linux is great, however when i added variables that were doubles into the "sqrt...
4 comments:
Thursday, September 8, 2011
How to change your MAC Address
›
Media Access Control address(MAC) Linux in General (3 Possible Ways): sudo ifconfig wlan0 down - turn device off sudo ifconfig wlan0 hw ...
‹
›
Home
View web version