No Picture
Linux

openssl

The OpenSSL project is an open-source general purpose cryptography library that implements the SSL and TLS protocols. Configuration File The configuration file for OpenSSL is openssl.cnf. The location of which will probably vary across Linux […]

No Picture
Linux

tar

Compressed Archive Resources How do I Compress a Whole Linux or UNIX Directory? http://www.cyberciti.biz/faq/how-do-i-compress-a-whole-linux-or-unix-directory/

No Picture
Linux

nmap

nmap -sS 1.2.3.4 nmap -PN 1.2.3.4 -p 22 The -PN option treats the host as if it is online and will not perform any host discovery.

No Picture
Linux

curl

curl -I http://pikedom.com http://curl.haxx.se/docs/httpscripting.html https://httpkit.com/resources/HTTP-from-the-Command-Line/ http://www.yilmazhuseyin.com/blog/dev/curl-tutorial-examples-usage/

No Picture
Linux

locate

The locate command can be used to find files by name. As usual you can find out everything you could possibly want to know about the the locate command in the manual pages. man locate […]

No Picture
Linux

find

You can use the find command to search a system for files or directories. The find command can be quite resource intensive as it trawls recursively through your file structure. Often a more suitable command […]

No Picture
Gentoo Linux

nvPY on Gentoo

nvPY is a fast, simple to use, no fuss, cross-platform note taking application. One of the big benefits is that all your notes are stored somewhere on the cloud – so you don’t need to […]

No Picture
Gentoo Linux

Shutter with XMonad

For me, Shutter is the best open-source screenshot program available for Linux. When I used Windows, I really liked Snagit – Shutter is a good alternative. Installing Shutter Installing Shutter is straight forward enough. However, […]