Author: Patrick Fromaget

I'm the lead author and owner of RaspberryTips.com. My goal is to help you with your Raspberry Pi problems using detailed guides and tutorials. In real life, I'm a Linux system administrator with web developer experience.
How To Use Kill: The Complete Linux Command Guide

How To Use Kill: The Complete Linux Command Guide

The “kill” command on Linux is a powerful tool that terminates processes running on your system. You’ll generally use it to stop a misbehaving application or to manage system resources efficiently. I’ve summarized the main options in this article. The “kill” command allows users to terminate, interrupt, pause, or resume processes by specifying the process…

How To Safely Upgrade your Raspberry Pi Firmware (and when)

How To Safely Upgrade your Raspberry Pi Firmware (and when)

The Raspberry Pi team regularly releases firmware updates. These updates include the latest features, security upgrades, and other improvements. In this guide, I will show you how to update your Raspberry Pi firmware to the latest version. The Raspberry Pi firmware is usually updated automatically by running the packages update (with APT), but it’s also…