- /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
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.
Thursday, July 22, 2010
Wifi with the Dell e1505
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.
Saturday, December 5, 2009
Issues with Netbeans IDE: Part 2
And later, this.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\%USER%>java -jar "C:\Documents and Settings\%USER%\M
y Documents\NetBeansProjects\Summervale Resort\dist\Summervale_Resort.jar"
Exception in thread "main" java.lang.NoClassDefFoundError: summervaleresort/java
Caused by: java.lang.ClassNotFoundException: summervaleresort.java
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: summervaleresort.java. Program will exit.
And in a newly created package to fix this I got a new error.
C:\Documents and Settings\%USER%>java -jar "C:\Documents and Settings\%USER%\M
y Documents\NetBeansProjects\JavaApplication2\dist\JavaApplication2.jar"
Exception in thread "main" java.lang.NoSuchMethodError: main
And yet here is another post. After getting Netbeans up and running, I wrote my programming assignment and hit the same wall I had hit before(last time I used it). I have spent many google searches on this to absolutely no avail, so hopefully this will help someone else. Okay, here was the problem. Every time I tried to run the code after a successful build I hit a
"No main classes found"
message or the weirder errors when trying to run from command prompt.
In the end, however; I found a thread with someone else with the same issue, and no, he never found it out as far as the forum went. Here was the problem. It seems that some people don't want .java files imported into their .jars for some reason, so the default behavior for Netbeans IDE 6.7.1 in all of its wisdom is to ignore both .java and .form files. So, if you happen to write your main code in a .java file, the program will never load it, and therefore no main class will exist.
SOLUTION:
Right click the package and click properties
Expand the build option and click on packaging.
There is a line that says "Exclude from Jar file" with a textbox beside it.
Clear it. Tada! Done.
If that isn't it/you aren't using .java files, make sure that in the run option (in the same area as the build option) that your class is indeed the main class listed there.
That's all for now. Hope that helped.