Note to self – Installing drive RTL8723AS on Lenovo Yoga 13
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…
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…
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…
A Snoopy How To – plus a mini explanation to linux libraries Snoopy works for linux (it might also work for unix, im not sure). Here is watch_execve which works for FreeBSD: http://www.infotinks.com/snoppy-freebsd-watch_execve-watch-command-executions-freebsd/Read More…
Monitoring Commands (top program for this) Click here to see my new discovery (thanks to a user on reddit for helping me find this) SNOOPY Here is watch_execve which works for FreeBSD: http://www.infotinks.com/snoppy-freebsd-watch_execve-watch-command-executions-freebsd/Read More…
SNTP and NTP use the same protocol on the wire “Ethernet Time Server” messages to compute accurate times. The difference is in the application that is running on each PC. The differenceRead More…
HOW TO LOWER MOUSE SENSITIVITY IN UBUNTU 12.04 OR IN ANY XSERVER DESKTOP Im using Unity, and also XFCE (mostly XFCE as this laptop is under powered). I have a wireless HPRead More…
INSTALLING LATEST BTRFS-TOOLS WITH TROUBLESHOOTING TOOLS: I got these instructions from: http://www.funtoo.org/BTRFS_Fun INSTALL NORMAL TOOLS Note might need these dependencies: # apt-get install uuid-dev libattr1-dev zlib1g-dev libacl1-dev e2fslibs-dev libblkid-dev liblzo2-dev To install regularRead More…