networking
Tag6 Tips For Exhibiting at a Trade Show or Conference
If you’ve spent any time wandering around the exhibition booths in between speakers at a conference you may have noticed a few familiar..
10 Reasons to Attend Atlassian Summit 2013
Recently Atlassian put out an announcement about their upcoming conference called the Atlassian Summit 2013. Unfortunately it is being..
Facebook’s IPO Buoyancy and Afternoon Beers
Facebook’s recent IPO flop must have sent some shivers down the spine of not only some unfortunate investors but also Social Media gurus..
Crucial and World IPv6 Day
World IPv6 day is a “test flight” for IPv6 across the internet, with large networks such as Google, Facebook, Yahoo!, Akamai, and many..
XenServer: Under the hood
One thing you notice online when working in virtualisation is the lack of resource explaining the engines / drive trains / gear boxes..
Hacking XenServer: Open vSwitch Controller (DVSC) Changing Password
If you have had trouble getting access to the Distributed vSwitch Controller (DVSC) in XenServer, then you are not alone!
While doing..
Removing NIC Configuration on XenServer
If you ever wondered how to remove the physical NIC configuration on a Citrix XenServer machine, this is how you can do it:
xe..
IOS: Clearing IP from ARP Cache
A quick easy way to clear an IP from the ARP cache on an IOS switch/router is:
clear ip arp [ip address]
How to reset interface counters in Cisco IOS
You can easily reset the interface counters on an interface in Cisco IOS by running the following command:
clear counters GigabitEthernet..
How to monitor/capture packets on Linux
Question: How do I monitor all traffic on a Linux host, or for a particular port?
Answer: You can use the application tcpdump, here are..