No Picture
Arch Linux

WPS Office on Arch Linux with KDE

WPS Office is a great proprietary Writer, Presentation and Speadsheet package which is available for Linux, Window, iOS and Android. WPS Office is most useful because of its compatibility with Microsoft Office file formats. I’m […]

No Picture
Ubuntu

Streaming BT Sport on Linux

There are many browser plugins out there which allow us to stream good quality video content, such as Flash and Silverlight. Traditionally we would need to install these manually through Wine – which can get […]

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