Tips
2023
Static site analytics with Nginx, GoAccess and Javascript
Static site analytics with Nginx, GoAccess and a tiny Javascript. Or how to add a pixel.gif
tracker on a static site (ie. Jekyll, Hugo …) Continue reading Static site analytics with Nginx, GoAccess and Javascript
2022
Clone SD card to SSD/HDD for raspberry
How to clone raspberry SD card to boot your Pi on SSD/HDD disk Continue reading Clone SD card to SSD/HDD for raspberry
2021
Tips - How to Disable Shell Access to User Account in Linux
In this tutorial let learn how to disable shell access for existing Linux user or create a new user with no shell access. Continue reading Tips - How to Disable Shell Access to User Account in Linux
2020
Tips - Running a Node.js process on Debian as a Systemd Service
This guide will teach you how to run your Node processes automatically on Debian (or even Ubuntu). This will mean that your processes can start when your server boots and that they will keep running in case of crashes. Continue reading Tips - Running a Node.js process on Debian as a Systemd Service
Tips - Disabling Bluetooth on Raspberry Pi
This post shows steps to “1. Disabling on-board Bluetooth” and “2. Disable Bluetooth completely”. Continue reading Tips - Disabling Bluetooth on Raspberry Pi
Tips - How to automatically execute shell script at startup boot on systemd linux
The following config will discuss a basic example on how to execute shell script during a boot time on systemd
Linux. There maybe various reason why you might want to execute shell script during Linux startup like for example to start a particular custom service, check disk space, create a backup … Continue reading Tips - How to automatically execute shell script at startup boot on systemd linux
Tips - How to disable iptables firewall temporarily
Learn how to disable iptable
s firewall in Linux temporarily for troubleshooting purpose. Also learn how to save policies and how to restore them back when you enable firewall back. Continue reading Tips - How to disable iptables firewall temporarily
Tips - X11 in an Embedded System - noVNC
noVNC is a VNC Client tool to connect to VNC server via Web Browser. And it can uses to connect on an graphic Embedded System. Continue reading Tips - X11 in an Embedded System - noVNC
Tips - Allow Remote connections to mySQL Database Server
In this Tips, we will go through the steps necessary to allow remote connections to a mySQL
server. The same instructions can be apply for MariaDB
. Continue reading Tips - Allow Remote connections to mySQL Database Server
Tips - Change Nagios default URL access
By default, the Nagios URL is http(s)://<subdomain>.<domain>/nagios
. If you want to change the default Nagios path to another path, then the information below can help you. Continue reading Tips - Change Nagios default URL access