James McDonald

Fedora 18 is too Modern for Progress 9.1E

Upgraded my home workstation to Fedora 18 and almost had an apoplexy when the following error was thrown when attempting to use a progress utility while connected to a remote server. Unable to use your terminal. Check your PROTERMCAP file. (443) ** Could not find...

Getting Mozilla Firefox 3.6 Runing on Fedora 18

The errors I encountered and the libraries I had to install to get Mozilla Firefox 3.6.28 running on Fedora 18. ./firefox ./firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory yum install...

QCAD 3.0.0 on Fedora 18

This is what I did to get QCAD Professional 3.0 running on Fedora 18 I don't know exactly which package or step fixed it so I'm including everything. It may or may not help you. Just tried to run QCAD and got this error: ./qcad ./qcad: line 38: 4338 Segmentation fault...

btrfs – still unstable so best to pass

Just installed Fedora 18 on physical hardware and selected btrfs. Did the following on a 1TB volume: dd if=/dev/zero of=test bs=1M count=6144 rm -rf test The rm process went to 90%+ CPU and took 2 minutes to delete the 6GB file. Write performance for dd was OK at...

VMWare Workstation 9 on Fedora 18

From here: http://communities.vmware.com/thread/432151?tstart=0 yum install kernel-* # split for readability and modified for # portability across kernel version upgrades cp /usr/src/kernels/`uname -r`/include/generated/uapi/linux/version.h \ /lib/modules/`uname...

VMWare vSphere 5.1 Install Configure Manage

It's Friday night and I've just finished 5 days of VMWare vSphere training. I haven't done too many instructor lead training sessions during my years in IT. Most of the time it's been home and self study followed by certification exams. But I must say I was pleasantly...

VMWare vSphere vCenter Learning

Certification Flowchart http://www.vmwarelearningpaths.com Documentation http://www.vmware.com/support/pubs/vsphere-esxi-vcenter-server-pubs.html  Hardware & Software Compatibility http://www.vmware.com/resources/guides.html Hardware for home and/or Lab you can...

Windows 7 Search Improvements and Bug Work-a-round

Improvements http://lifehacker.com/5887848/make-windows-search-a-million-times-more-useful-with-these-simple-tweaks Bug work-a-round While looking at how to make Windows 7 search inside PDF's I found that I am effected by a PDF iFilter bug. With this link as the fix...

Rackspace 1st Generation vs OpenCloud CPU Specs

I have a 512MB RAM 20GB HDD 1st generation rackspace cloud server the result of cat /proc/cpuinfo shows 4 processors. processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 4 model name : Quad-Core AMD Opteron(tm) Processor 2374 HE stepping : 2 cpu MHz :...

Spiceworks Server Busy

Problem: Just tried to connect to a Spiceworks instance and received the Spiceworks Server Busy page. Cause: Discovered if spiceworks-httpd.exe is running but can't connect to the spiceworks.exe process it will throw this error so it's not necessarily an accurate...

Create USB Start Up Disk In Fedora from an ISO

There are several utilities to transfer a Live CD Image to  USB  (usb-creator, liveusb-creator, unetbootin). And they fall under the heading of "Live CD to USB Drive Transfer Tools" I believe these do a lot of unpacking and reconfiguration to get the USB key to boot...