Using apt-get or synaptic install lynx libwxgtk2.8 libwxgtk2.8-dev libgtk2.0-dev Test::POD::Coverage As root run CPAN with the command to install wx. You may have to configure CPAN prior to using it. I chose to follow dependencies and kept most of the defaults. sudo...
GNU/Linux
Dia has some cool new network icons
Dia is a drawing and diagramming application for Linux or Windows. I have used it for a long time to draw network and flow diagrams for my work. However I've always been a bit whelmed of the under variety, by the 2 dimensional icons for some things. While there is a...
VMWare Server 1.0.7 libgcc_s.so.1 error
The errors: /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2) /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_4.2.0' not found...
xsane “Failed to create file: Permission Denied” error
Today I tried to run xsane as my normal account and it didn't detect my scanner. I traced the problem to insufficient permissions because my account wasn't a member of the "scanner" group, hence, because I didn't have permission to the scanner devices xsane wouldn't...
Windows XP printing to a HP PSC1610 connected to a Ubuntu Computer
On Ubuntu Using sudo system-config-printer publish the printer and enable sharing for the LAN. This will allow IPP printing but restrict clients to the local network IP Addresses only. On Windows XP Add a printer and choose: A network printer, or a printer connected...
Windows Solitaire vs AisleRiot Solitaire
If you have a vision impaired person who wants to play solitaire then ditch Windows and Install a Gnome Desktop based Linux distribution (Ubuntu, Fedora etc). The cards in the Windows version of Solitaire are tiny. However the cards in the AisleRiot Solitaire in Gnome...
Ubuntu Disk Stuff – running fsck at next reboot
How to schedule a disk check for the next reboot. As root or using sudo do the following: Method 1: Use the forecfsck file method touch /forcefsck shutdown -r now Note: This command seems to check all partitions when run Method 2: Up the mount count above the fsck...
gOS Beta 3 – Really is Beta
Installed it and found several useability issues that were show stoppers for me. wbar is a nice idea visually, but not being able to restrict launched applications to a certain area of the screen meant the wbar got occluded by applications and then you are up for...
The YouTube Icon doesn’t work in gOS 3 Beta
Been trying to run Youtube from the desktop of gOS 3 Beta. Nadda Zip is happening. The cause: No permissions to the desktop file ls -al /usr/share/applications/youtube.desktop -rw------- 1 root root 216 2008-08-05 01:02 /usr/share/applications/youtube.desktop The fix:...
Convert Redhat 3.1 VMWare Server VM to VMWare ESX Server 3i using VMWare Convertor – Error loading operating system
I just attempted to convert a Redhat 3.1 VMWare Server 1.04 VMImage using VMWare Convertor 3.03 to VMWare ESX Server 3i v 3.5. The VMWare Convertor conversion completed successfully and loaded the VM to the ESX Server however when I booted the VM on the ESX Server I...