Linux

Creating a Swap File

Most cloud computers don’t come with swapping pre-enabled. There can however be times where this is required and/or beneficial. The process is pretty much the same for any Linux distro. To the the current state […]

No Picture
Linux

openssl

The OpenSSL project is an open-source general purpose cryptography library that implements the SSL and TLS protocols. Contents1 Configuration File2 More stuff here…3 More stuff here…4 Resources Configuration File The configuration file for OpenSSL is […]

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 […]