}

Tutorials

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

Page 33 of 35

3 min readBeginner

How to plot with python pandas

Learn how to do simple plot for python beginners with pandas

4 min readBeginner

Setup a python data analysis environment

In this tutorial we are going to use anaconda for quick library installation and we also show how to organize your files.

4 min readBeginner

How to do a linear regression with sklearn

We are going to create a predictive model using linear regression using sklearn (scikit-learn).

2 min readBeginner

How to switch between multiple python interpreters

Pyenv is a great tools to install and switch multiple python interpreters. Learn here how to install and use it.

2 min readBeginner

How to make Kali Linux booteable usb on Windows

Learn how to create a USB Booteable on Windows for Kali Linux.

5 min readBeginner

nessuscli fetch --reset: Fix Nessus License, Fetch Errors, and Admin Password (2026)

Complete Nessus reset guide 2026. Run nessuscli fetch --reset, fix "fetch failed" and timeout errors, reset admin password, find nessus.license file location, and verify activation on Linux, Windows, macOS.

3 min readBeginner

How to install and configure MySQL on Ubuntu 16.04

Follow this guide to installing MySQL on ubuntu 16.04. We also cover how to create a database user.

2 min readBeginner

How to install Java (Oracle) the proper way on Ubuntu 16.04

Find here the best way to install Oracle Java on Ubuntu 16.04.

6 min readIntermediate

Webassembly initial steps tutorial or how to start with wasm

Webassembly initial steps for the begginer. Learn how to setup the development environment with a simple example.

4 min readBeginner

How to serve Django application using uWSGI with Nginx

A tutorial that shows how to setup a Django app using uWSGI with Nginx.