easy

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.