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…
SNMPD – not showing enough info in walk – debian wheezy fix
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…
Sublime Text 2 – Save All KeyBinding
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 – The Linux Delimiter Character Variable – Good 4 looping files with spaces
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…
Colony Graphs of Processes on Linux and unix and Mac
######################## ######################## # 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…
Snoopy – tutorial – the command logger for any user – also mini explanation to linux libraries
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…
PFS PROCESS FOLLOW SCRIPT & MONITOR COMMANDS (no config, no extra programs needed) – Remove Duplicates without sorting, like uniq – sorting ps output
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…
Updating Time With NTP’s ntpdate & SNTP’s sntp
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…
LOWER MOUSE SENSITIVITY IN UBUNTU 12.04 OR IN ANY XSERVER DESKTOP
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…
Online Tools – Text Compressor – Base64 – IP tools + More
Text Compressor: http://www.unit-conversion.info/texttools/compress/ This takes text and converts it to compressed text (using all characters excluding none printable characters and spaces, so only keyboard characters are used) For example here is aRead More…