Introduction Output drops are caused by traffic rates exceeding the maximum bandwidth specification of the interface. Solution There are actually only 2 solutions to output drops: Increase the Interface speed Reduce the traffic throughput If you have monitoring in place
Bulk Replace Spaces in File Names
Introduction This is the easiest way I’ve found to replace spaces in file names with another character for example underscore. Solution At a bash prompt, use rename: find -name “* *” -type d | rename ‘s/ /_/g’ # do the
Bulk Rename File Extensions e.g. .JPG to .jpg
Introduction If you’ve ever needed to rename multiple files which had a different file extension then this is what you need Solution Open the terminal. Change directory to the parent directory of folder1 using the cd command. cd /path/to/parent/directory/of/folder1/ Run
Notepad++ Useful Find and Replace Examples
Introduction Ever need to remove a load of text from a file in notepad++? I’ll update this with useful ones as I find them. Examples To end up with the NFS path only and remove the highlighted text from multiple
Isilon Bulk Quota Changes
Introduction If you’ve been passed the unenviable task of bulk modification of multiple quotas on Isilon then you will know to do so manually is a tedious and incredibly time consuming process and most likely why you are reading this
Find Network Interface Card Ubuntu
Introduction If you’ve added an interface on ubuntu and wondered what interfaces you have on the system, you need to use the following to find out: ls /sys/class/net This will list the interface names for all NICs on your computer.
Ubuntu Disable IPv6 on a Single Interface
Introduction Ever needed to disable IPv6 on a single interface? Solution All that’s needed is a simple line adding to the appropriate conf file sudo vim /etc/sysctl.conf Add the following line to the bottom of the file obviously substituting <interface>
LWAPP to Autonomous Conversion and Vice Versa
Introduction Looking for a doc on how to convert a LWAPP into autonomous AP. Here you go. https://supportforums.cisco.com/document/57476/lwapp-autonomous-conversion-and-vice-versa-access-points