Monthly Archives: October 2012
-
definitive guide to downloading
2October 24, 2012 by aubreykloppers
Ok, so you want the latest TV programs and unlike the rest of the world, you are in South Africa? …
Continue reading -
Linux – Bulk rename. (Debian – All other flavors added)
1October 22, 2012 by aubreykloppers
How to bulk rename files from the terminal If you have a directory of files that you would like to …
Continue reading -
Ubuntu – Changing your HostName.
Leave a commentOctober 22, 2012 by aubreykloppers
To change your hostname, all you have to do is follow these steps: vi /etc/hosts add value: “127.0.1.1 <FQDN><HOST>” run …
Continue reading -
What a nice site!
Leave a commentOctober 17, 2012 by aubreykloppers
Quick injection: I came across this site, looking for some interesting recipes. Well worth looking through: http://www.savoryreviews.com/
-
z-Push and zimbrabackend: The Zimbra companion for Mobility.
1October 16, 2012 by aubreykloppers
from the z-Push webpage: Z-Push Mobile data synchronization is becoming increasingly important for many people, and various standards have arisen …
Continue reading -
Migrating Zimbra 7 from CentOS 5 to Zimbra 8 on CentOS 6 – The definitive guide.
2October 4, 2012 by aubreykloppers
Earlier I wrote on the steps needed to create a successful migration of Zimbra from Centos5 to Centos6. I am …
Continue reading -
Creating an ovf – command-line style
Leave a commentOctober 4, 2012 by aubreykloppers
Download and install “VMware OVF Tool” – 32/64 bit. cd to “c:\program files\vmware\vmware ovf tool” run ovftool: >ovftool.exe “vi://10.0.0.10/TESTMACHINE/” c:\test.ovf …
Continue reading -
The correct way of running tcpdump
Leave a commentOctober 2, 2012 by aubreykloppers
tcpdump -n ‘host <HOST>’ Where <HOST> is the host you want to check. You can then do a ‘telnet <HOST:80>’ …
Continue reading -
CentOS 6.x: Networking
2October 1, 2012 by aubreykloppers
Some pointers getting your network up-and-running: Enable eth0, change from DHCP to STATIC by: # vi /etc/sysconfig/network-scripts/ifcfg-eth0