Tutorials

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

Page 33 of 36

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.

2 min readBegginer

How to install nginx echo module latest version

Nginx echo module brings "echo", "sleep", "time", "exec", etc to Nginx. This module is not distributed with nginx.

8 min readBegginer

Concourse CI Build and Deploy with Docpad

In this guide we will guide you through the installation of concourse.ci for running test and deploying

2 min readBeginner

How to check python version the proper way

In this brief tutorial we will show how to check for python version in the best way possible