A technical journal of my experiences with computers. Whenever I hit a problem, I'll post it up here and document my solution for the good of mankind (and myself when I forget how to fix the same issue in 3 months). Additionally, if I find a technical story that is just too important to not mention, I might post up a link and synopsis of it.
Tuesday, December 14, 2010
Victory Over Itunes (Or why Itunes skips podcasts in a playlist)
Essentially here is the entire explanation of what I had to fight to search for and find, but hopefully it will help others.And Apple, there is nothing wrong with mixing podcasts with music. Period.
Thursday, July 22, 2010
Wifi with the Dell e1505
- /pool/main/p/patch/patch_2.5.9-5_i386.deb
- /pool/main/d/dkms/dkms_2.1.0.1-0ubuntu1_all.deb
- /pool/restricted/b/bcmwl/bcmwl-kernel-source_5.10.91.9+bdcom-0ubuntu4_i386.deb
Monday, February 22, 2010
Windows Update Issues
- Open Command Prompt by Start -> Run and type "cmd"
- On the Command Prompt, type "net stop wuauserv". This is done so that you will terminate the windows automatic update service to allow us to delete the cache files
- Still on the Command Prompt, type "cd /d %windir%" or "cd\windows"
- Type "rd /s SoftwareDistribution"
- Thats it, the cache has been purged. Now we need to restart the windows automatic update service again. To do that, type "net start wuauserv"
Thursday, February 18, 2010
How to force HTTPS
Source:http://noscript.net/features
Thursday, December 10, 2009
Adventures in MegaVideo bypassing
Illimitux.net - Remove MegaVideo, Megaupload and Veoh limitation
MegaStreaming - MEGAVIDEO Unlimited Web Streaming
The first is a Firefox Addon (that loads the French addon page), which claims to do many types of circumvention including rapidshare and Megavideo, but as of right now, it doesn't work for MegaVideo. On the firefox addon page it received 3 stars, and each person cited on and off functionality of the addon, and at the moment I seem to be experienceing the latter.
Conclusion: Doesn't work well, I'm not going to use it.
Second one, just a link to another streaming site that tries to re-stream the video link. No joy, MegaVideo detected that I was over my limit immediately(as in after 2 seconds as usual) and I was unable to watch.
Conclusion: Didn't work, and I won't ever know if it did, but I'll assume that it doesn't.
Guess I'll just have to wait.
Netbeans Autosave
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=2404 Linked. I'll comment on here if it doesn't work, but I suspect that it will.
Sunday, December 6, 2009
Linux Themes
Adventures in theme installing.
Step one- Downloaded GTK+ theme, dragged it into my theme manager, instant change. Violia!
Step two - Trying to install compiz fusion and emerald beryl theme manager. Doesn't exist for debian so I am compiling it from source.
Simple, ./configure, make, make install.
So far to get this simple process to work, I've installed 5 applications, each claiming to need one program, and really wanting the -dev version of it, usually a library.
Oop, got some fun errors on the make command. Non-reproducable error = hardware/os issue. Fun.
make all-recursive
make[1]: Entering directory `/home/joshua/Desktop/emerald/emerald-0.7.6'
Making all in libengine
make[2]: Entering directory `/home/joshua/Desktop/emerald/emerald-0.7.6/libengine'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/joshua/Desktop/emerald/emerald-0.7.6/libengine'
Making all in src
make[2]: Entering directory `/home/joshua/Desktop/emerald/emerald-0.7.6/src'
gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I../include -DLOCALEDIR="\"/usr/local/share/locale"\" -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -g -O2 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c:5652: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/joshua/Desktop/emerald/emerald-0.7.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/joshua/Desktop/emerald/emerald-0.7.6'
make: *** [all] Error 2
I don't think I'm going to continue down this path....but we can mark up one score for the computer.