Using SED to extract information or data
Using SED to Extract Info out of Data ############################# We will use sed which is a common tool for search and replace to extract information. Sed is very powerful because its aRead More…
Using SED to Extract Info out of Data ############################# We will use sed which is a common tool for search and replace to extract information. Sed is very powerful because its aRead More…
HOW TO INSTALL TRUSTED SSL CERTIFICATE IN DEBIAN ################################################# # All of the active certs are sitting in /etc/ssl/cert # By default the process involves putting the certs in # /usr/local/share/ca-certificates (canRead More…
################################### # FIX MISSING GPG KEY FOR APT-GET # ################################### # When running "apt-get update" If get error like this: # W: GPG error: http://ftp.us.debian.org squeeze-updates Release: The following signatures couldn't beRead More…
PYTHON VIM ########### ########### Here are my recommendations to programming with vim for python Whats covered: * pyflakes – to catch errors (only when in normal mode, not while typing, so youRead More…
Note to self – Installing drive RTL8723AS on Lenovo Yoga 13 Tested on 3.13.5 on Debian 7.4. Although this is a note to self, im sure others can use this as well.Read More…
I started by learning deep into raids and lvm and filesystems, even before I really understood bash. But coming from a DOS background, bash kind of made sense. However as I studiedRead More…
Note: Ive seen this issue with default snmpd that you get from “apt-get install snmpd” on Debian 7.4 (wheezy) PROBLEM: not enough information with your snmpwalk If you run an snmpwalk likeRead More…
Easier Way The easier way and cleaner way is to set the user keybinding instead of mess with the defaults. The user keybindings override the default key binds. Here I change myRead More…
IFS Variable $IFS is the linux delimiter character its used in for loops. $IFS by default just hold a space character, thus the for loop will iterate over items with spaces. EachRead More…
######################## ######################## # MAKING COLONY GRAPHS # ######################## ######################## # All credit goes to Brendan, here is why: # Thanks to Brendan Gregg on his website he has this (he invented this):Read More…