Linux snippets

Just a small, unsorted collection of Linux commandline snippets. Just for myself mostly.

[read more]

Some notes on cURL

Little powerful command-line tool by Daniel Stenberg for transferring data between computers in networks using various protocols such as http, https or ftp.

[read more]

Some notes on Telnet

Remember this funky little network protocol TELNET, which has been invented in the early 70ies? Telnet provides access to a command line interface CLI on a remote host over TCP/IP.

[read more]