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
Useful FIND examples
Introduction A few examples when you need to find files. I’ll update as I go. This one is for searching multiple snapshot locations for a file named like: find *snapshot-name*/known/path/to/data -iname “case_insensitive_part_of_name*” The next is to find and replace permission
Set Jumbo Frame on Server Core
Introduction To enable Jumbo packets on server core is not as straight forward as a “full fat” version of windows. It just needs a little powershell know how. Resolution The first step is to ensure at the VMware level you
Cacti Error Creating rrd Files
Introduction My colleague setup a new cacti server in a new site but on opening the graph and turning on graph debug mode it was complaining that it couldn’t find the .rrd file in /usr/share/cacti/rra/ Also importantly I noticed that
No Wifi with Intel 3165 on HP ProBook Linux Mint
Introduction I wanted to install Linux on a laptop so I had originally installed Ubuntu and everything was working well. The issue came about when I re-installed with my preferred distro Linux Mint; as I prefer the cinnamon desktop vastly
Generate a CSR Using Openssl
Introduction Just a quick refresher on generating certificate signing requests. Generate the RSA key Create a RSA key for your Apache server, since every distro is different in where to place the certificates, we are just going to place it