Tutorials

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

Page 33 of 37

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.

2 min readBeginner

Create Fedora 25 Live USB from Any OS

We will use the Etcher tool to create a live usb to install fedora 25 and replace Ubuntu.

3 min readBeginner

Go project skeleton

In this tutorial we will generate a go project skeleton or directory structure. As an example the command will send a message to slack.

4 min readBeginner

How to add a real time clock to a Raspberry Pi 2

Learn how to add a real time clock (RTC) to the Raspberry Pi 2 in very easy steps.

2 min readBeginner

How to install Apache2 from source code using git on Linux

Follow this easy tutorial to install Apache 2 HTTP Server from source code on Linux.