Installing and configuring Pi-hole is a straightforward process that involves setting up a Raspberry Pi (or another compatible system) and configuring it to block ads at the network level. Here’s a basic tutorial: What is Pi-hole? Pi-hole is a network-wide ad blocker that filters unwanted…
Article
-
-
Snaps are Linux app packages for desktop, cloud and IoT that are simple to install, secure, cross-platform, and dependency-free. They update automatically and typically run within a confined and transaction-based environment. Security and robustness are their key features, alongside being easy to install, easy to…
-
hwinfo is a command line tool that can be used to get details about various hardware components on a system. It provides information about CPU, RAM, disks, network interfaces, USB controllers, etc. hwinfo was developed for openSUSE but lately was adapted for other Linux distributions…
-
cpufetch is a command line tool which shows a variety of CPU information such as processor name, microarchitecture, number of cores, etc. This tutorial explains how to install cpufetch on Raspberry Pi. Install cpufetch Use SSH to connect to Raspberry Pi. Download cpufetch binary from…
-
You can get Raspberry Pi OS in either a 32-bit and 64-bit architecture. When you install applications, it can be important to know whether the operating system is 32-bit or 64-bit. This quick guide shows how to check whether Raspberry Pi OS is 32-bit or…
-
The pwgen program generates passwords which are designed to be easily memorized by humans, while being as secure as possible. Human-memorable passwords are never going to be as secure as completely completely random passwords. This tutorial explains how to install pwgen on Raspberry Pi. Use…