}

Tutorials

Step-by-step technical guides on Docker, Linux, Python, Go, and more.

Page 31 of 35

3 min readIntermediate

Python class the concepts you need to know

Learn importante concepts of python programming in this tutorial, like python class, objects, modules, duck typing, etc

2 min readBeginner

How to calculate the hash of big files with python

We break the file in parts to be able to process very big files with python to calculate any hash function.

1 min readBeginner

Linux: Check Your Public IP from Command Line

Easy steps to get your public IP address on the linux command line.

2 min readBeginner

Adding new encrypted hard disk to Fedora

Steps to add an additional hard disk using encryption on Fedora 25. The steps can be followed with other Linux distribution.

1 min readBeginner

Processing WiFi packets with Scapy using Python 3

We will use scapy to analyze wifi packets to extract bssid, essid, beacon frames and more.

2 min readIntermediate

Improving WiFi performance on Linux LEDE

3 min readIntermediate

How to upgrade TP-WDR3600 from OpenWRT to LEDE

We will upgrade Tp-link WDR3600 router with OpenWRT to LEDE firmware in this tutorial.

5 min readIntermediate

Things to do after installing Linux LEDE 17.01

We recommend to do several things after installing Linux LEDE, like adding a USB drive, security hardening, network optimizations.

2 min readBeginner

How to check video card memory RAM on linux

We will show you different ways to know how much memory has your video card on linux.

1 min readBeginner

How to create a directory with GO

We use the "os" package Mkdir function to create a directory with GO.