Learning about bulgogi exceptional knowledge systems: Inform video education brains

Read More...

Today I completely forgot how to login to a LXC container running in the Proxmox environment.

To reset the root password for a specific VM, you first need to find the VM ID in the proxmox control panel. In my case, it was 108

Then, perform the following commands in the proxmox host as root:

l...

Read More...

I was asked by a friend the other day, how to plot a histogram with python3.

Prerequisites:

Have matplotlib installed, as well as numpy for array operations

pip3 install matplotlib numpy

Code example:

import numpy as np
from matplotlib import pyplot as plt

network = np.array([17.2,22.1,18...

Read More...

Of the many things I am able to learn for some reason I refuse to dig deeper into how to use HTML5/CSS, so here's my new website made with Grav and Gantry

This new website is still in development and more will be added soon!

Read More...