Web Design, Graphic Design, and open source software! I love GIMP, Blender and InkScape (as well as a few others). I hope to make tutorials and show you the ropes so you can make beautiful web pages.
Wednesday, March 24, 2010
How to get Flash on Google Chrome in Fedora 12 x64
Monday, March 22, 2010
Windows Steady State and nostalgia
Friday, March 19, 2010
CACLS in a Batch File
Wednesday, March 17, 2010
Installing Sun Java on Fedora 12 and making it work on Google Chrome
The problem is that Fedora is that they only have Open Source
installed by default, normally this is cool but not everyone uses
totally open source all the time. Sun Java programmers are some of
those people. I have a big, huge (kinda sick) love for "Flame"
(http://www.escapemotions.com/experiments/flame/#top) but it requires
Java..
So here is how I got Java to work on my Fedora 12 install:
1) Download Java from Sun..
2) Sun will give you a ".bin" file (yeah, WTF!?!)..
3) Now you have to open a console, change to the directory where you
don downloaded Java...
4) chmod a+x jre-6u18-linux-x64-rpm.bin
5) now you ./jre-6u19-linux-x64-rpm.bin
6) read the EULA and type "yes"
Java is now installed in /usr/java, the trick now is to let Google
Chome know about it.
7) in the console window as su, go to /opt/google/chrome/plugins
8) make a link to the java browser plugin library: ln -s
/usr/java/default/lib/amd64/libnpjp2.so
restart Google Chrome and give it a try!
Tuesday, March 16, 2010
Restore ZIP File/Compressed Folder in XP after WinZIP Removal
been since Windows XP was launched). The native "Compressed Folder"
functions of Windows XP were just better than WinZIP, even if you
could specify a higher compression with WinZIP Zip files.
No matter your opinion, many users still install WinZIP without buying
it. I am not one to violate license agreements, if you must install
some ZIP tool install 7zip at least, so I have removed a few installs
of WinZIP in my day. WinZIP just happens to burn a bridge on the way
out of the system and not restore the ZIP functionality of XP --
almost like throwing the bird to your boss as you are walked out by
security after getting fired...
To restore the native ZIP file functionality in XP (maybe Vista for
all I know) the following works for me:
1) Open a command prompt and run: REGSVR32 ZIPFLDR.DLL
2) then run: assoc .zip=CompressedFolder
3) you are done!
Script to bind/enable network clients to adapters
Since there are so many and I am very lazy, I wanted a script to enable the ms_msclient..
but finding none I tried to locate how to do it in the registry..
but finding no way I changed the setting and watched the results in ProcMon..
but finding nothing I went to find a scriptable application to use..
then I found nvspbind ( nvspbind ). Now I can make a script that calls this little command line application ( the "XP" version worked for me -- I don't get the distrobution files on the web page). A BIG thank-you to Keithmanage ( keithmange )!!
Popular Posts
-
So, you are a hard working nerd and have a windows computer to manage routers with. You also have a lot to do and would rather automate som...
-
WOW, reason 9,746 to move to Linux. My parents have a laptop with Vista on it. Not a big deal, should do normal stuff and not require much...
-
This applies, in my case, to a Virtualbox VM running Backtrack 5r2. I have a network I inherited. It has been a source of pain that few ...