Toggen Blog
Tech tips
Articles
Latest
Command to find which Server NIC is Connected to which Cisco Switch Port
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...
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]...
