}

Tutorials Index Page 24

beginner

How to plot with python pandas

Learn how to do simple plot for python beginners with pandas

beginner

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.

beginner

How to do a linear regression with sklearn

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

beginner

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.

beginner

How to make Kali Linux booteable usb on Windows

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

beginner

nessuscli fetch --reset: How to Reset Nessus License and Plugins

Run nessuscli fetch --reset to reset your Nessus license and plugins on Tenable Nessus. Works on Linux, Windows, and macOS — including password-protected installs.

beginner

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.

beginner

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.

Intermediate

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.

beginner

How to serve Django application using uWSGI with Nginx

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