HOWTO – Child-Proofing Internet Access on Kubuntu

[UPDATED 10-18-2009 - Numerous old typos fixed, several new typos added, syntaxes corrected, updates made for newer versions of stuff, better instructions, cooler errors, and even a little more attention to detail paid.]
[CREDIT for getlists.sh goes to Step By Step - www.maynidea.com. Thank you for this script, and sorry it took so long to [...]

How Many RAM Slots are You Using?

I was cleaning out my blogroll, which led to this great tip from Jeff’s Healthcare IT blog (as well as the previous post about default passwords).  Instead of opening up your case, this command will tell you what is in use.  Should be similar for other Linux flavors as well.
sudo dmidecode -t 17
Visit his site [...]

Default Logins and Passwords for Network Devices

Great info to have – so change your defaults ASAP.
Visit Technofriend’s blog for the details.

Fix for VMware-Server error – “version `GCC_4.2.0′ not found”

I have had to employ this fix more than once, so it goes on the blog.  It applies to VMware-Server 1.x on newer kernels – I dunno if the 2.x version has the same issue.
Thanks Dave.
The fix:

cd /usr/lib/vmware/lib
/usr/lib/vmware/lib$ sudo mkdir bak
/usr/lib/vmware/lib$ sudo mv libgcc_s.so.1/libgcc_s.so.1 bak/

Make sure to run the vmware command in a console [...]

HOWTO – Tunnelling RDP over SSH, Windows to Windows

For when you have a need to access one Windows box from another using RDP (like from XP to Server 2003, perhaps), and you want to do it securely – tunnel it over SSH.
Link for using PuTTY
Link for using OpenSSH for Windows (the link to the SSHSecureShellClient may not work, so you might have to [...]

HOWTO – Vanilla Kernel 2.6.28.3, VMware Server 1.0.8, and Kubuntu 8.04…

First off, this was a mild pain, to put it royally.  The steps from my previous post are the same, but when stepping through the new features in the “make oldconfig” or “make menuconfig” portions, two things stand out:

When prompted about firmware blobs in the kernel, one of the questions does not have a (Y,m,n,?) [...]