Command to find out which ethernet card is connected to which Cisco switch port show mac-address-table | include b8ac.6f98 10 b8ac.6f98.4cdf DYNAMIC Gi0/23 1 b8ac.6f98.4cd7 DYNAMIC Gi0/8 1 b8ac.6f98.4cd9 DYNAMIC Gi0/3 Where the above values are: Vlan Mac Address Type...
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...
How do I install .msi files on WINE?
wine msiexec /i iSilo605W32Setup.msi
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...
NT_STATUS_ACCESS_DENIED when listing a new system-config-samba created share in Fedora 18
[myuser@mypc ~]$ smbclient //mypc/myshare -U myuser Enter myuser's password: Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 4.0.0] smb: \> ls NT_STATUS_ACCESS_DENIED smb: \>q [myuser@mypc ~]$ smbclient -L mypc Enter myuser's password: Domain=[MYDOMAIN] OS=[Unix]...
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...
Fedora 18 Installer Disk Partitioning Needs Serious Rethink
I am just trying to install Fedora 18 onto physical hardware configured with a 128GB SSD and a 2TB HDD. In the installer it gives you the option to choose the target devices. However it's "intelligent" automatic partitioner decides to put root on the 2TB volume and...
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...
Rackspace Cloud Hosting Currently has no ability to import OVF or OVA
This is fine if you do all your development in the cloud but what if you want to do local development and then parcel up your vm and load it up to the Rackspace cloud... Just sayin'. OVF - open virtualization format multi-file format. OVA is OVF tarred...
Fedora 18 Released
Fedora 18 has been released. Many Gnome 3 improvements. http://fedoraproject.org Get yours while it's hot.
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 :...
Create multiple sibling directories using bash mkdir
I wanted a directory structure of /u5/db/prod /u5/db/test So I was wondering how you create multiple directories on one level without doing it across multiple commands. To do it in one line: mkdir -p /u5/db/{prod,test}
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...