}

Tutorials Index Page 18

beginner

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.

beginner

Processing WiFi packets with Scapy using Python 3

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

Intermediate

Improving WiFi performance on Linux LEDE

Intermediate

How to upgrade TP-WDR3600 from OpenWRT to LEDE

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

Intermediate

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.

beginner

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.

beginner

How to create a directory with GO

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

beginner

How to create a live usb of fedora 25 with KDE from any OS (from ubuntu, windows, osx also)

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

go
beginner

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.

beginner

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.