k

Introduction Bash Scripting for Linux System Administrator

Variables

   site="davide"
   echo $name
   echo ${name}
Read more...

How to Install Ghost/Gatsby on Debian 10

Create a new user

adduser user
usermod -aG sudo user
Read more...

Starting with Electronics / Arduino notes

My Arduino notes:

Read more...