easy

SSH public key - Login without password

SSH is the leading solution for securily logging into servers.

Many products use SSH in the background: git, rsync, ansible...

Public key authentication is quite convenient. You don't need to type your password for every 'git push' or 'ansible-playbook'. Use correctly, it can also make your server more secure.

Wireshark - Getting Started

Wireshark is the leading network sniffer and analyzer.

In this article, you'll learn to install Wireshark on Debian Linux.

You'll capture traffic and view statistics. Finally, you'll use display filters to extract DNS name queries and HTTP web surfing.

Flask Templates

Templates make it easy to write valid HTML. Flask supports my favourite template engine, Jinja2.

Hello Flask - Write a Python Web App

Python Flask 'Hello world' in Firefox Many popular websites use Python somewhere in their stack: Youtube, Facebook, Google and Dropbox. Flask web framework is used by Pinterest and LinkedIn.

With this article, you learn to install Python Flask and run a "Hello world" in development environment.