15 private links
If you're self-hosting any services, you'll want a reverse proxy as another layer of defense.
In this video, NetworkChuck, alongside new talent Alex, guides viewers through the process of installing RetroPie on a Raspberry Pi. They explain how this compact device can emulate games from nearly every retro console, featuring modern additions like achievements, save states, and online multiplayer. Alex demonstrates the setup step-by-step, from preparing the microSD card to configuring controllers and personalizing game libraries. The video also highlights advanced features such as cheats and retro achievements, culminating in a demonstration of online play between two Raspberry Pi devices, showcasing the impressive capabilities of RetroPie.
Why you need to upgrade PHP
The most obvious reason to upgrade php is security! Older versions are more likely to have security vulnerabilities and outdated code that is not longer supported.
Newer versions may support new features and functionality great for web development. It usually includes performance improvements to make your website load faster!
And, you can generally expect to see a decrease in memory usage when upgrading php from older to newer versions, which is really helpful for server with small amount of RAM.
Step 1: Install PHP 8.4 in Ubuntu 22.04 | 24.04
PHP 8.4 is easy to install in all current Ubuntu LTS releases through Ondrej Sury’s PPA, which is practically “official”, as the maintainer also manages the official php package in Debian.
Pi.Alert Installation Guide
Initially designed to run on a Raspberry PI, probably it can run on many other Linux distributions.
Estimated time: 20'
Dependencies
Dependency Comments
Lighttpd Probably works on other webservers / not tested
arp-scan Required for Scan Method 1
Pi.hole Optional. Scan Method 2. Check devices doing DNS queries
dnsmasq Optional. Scan Method 3. Check devices using DHCP server
IEEE HW DB Necessary to identified Device vendor
If you’re still not satisfied by these tools, there are a couple of other FOSS applications worth considering. Although Pi.Alert is often hosted on Raspberry Pi boards, you can also run them inside containers on your Proxmox machine to reinforce the security of your home server. For frequent travelers who want to access their home lab from an external connection, you can deploy a Wireguard container and set up a reverse proxy via Nginx to safely access your favorite services without exposing them to security threats.
Why waste money on an enterprise firewall when you can build your own from old PC parts?
LinuxConfig is looking for a technical writer(s) geared towards GNU/Linux and FLOSS technologies. Your articles will feature various GNU/Linux configuration tutorials and FLOSS technologies used in combination with GNU/Linux operating system.
When writing your articles you will be expected to be able to keep up with a technological advancement regarding the above mentioned technical area of expertise. You will work independently and be able to produce at minimum 2 technical articles a month.
sudo systemctl enable NetworkManager.service
Alex Chang has created a Raspberry Pi-powered geodesic dome that features LEDs and fiber optic cables that flash when network traffic is detected.
Linux reverse proxy
What is IOMMU in Linux? IOMMU (Input/Output Memory Management Unit) is a feature of modern... Tagged with linux, iommu.