HOW TO : pipe results between commands when using sudo
Let’s say you are running a command as sudo and need to pass the output to a different command using pipe, you would run sudo command1...
Let’s say you are running a command as sudo and need to pass the output to a different command using pipe, you would run sudo command1...
If you don’t have tcpdump installed on your solaris server, you can use the “snoop” system command to capture network traffic. Here is the command line...
quick note for self hdparm -tT /dev/sdx sdx : actual device you want to test
Quick how to on using awk to filter results if a certain value (column) is larger than a set value. For example, if you have a...
We had a recent challenge at work which required us to execute different actions based on which office a particular workstation was located in. Since we...
Following up from my post earlier this month regarding building a security application that scans publicly available data (Google) and report on potential information leakage from...