Create a swap file on Linux
English · Français
March 26, 2025
Antre du Tryphon
Search

Create a swap file on Linux

March 26, 2025 · claude Unix Ubuntu Linux Raspberry PI MAC OS X Raspbian
The simple following steps will create a swap file. Swap files are used when the operating system need more memory. It uses the swap space as memory. Its usage shall be limited, since a swap space is less efficient than memory. It will save you a...

What performance to expect using a Raspberry Pi as a firewall?

October 2, 2021 · claude Raspberry PI Raspbian RaspberryPI Router Firewall
I've tested 3 different Raspberry Pi used as firewalls at measured the performance I was getting. The Raspberry Pis are:

hwclock: ioctl(RTC_RD_TIME) to /dev/rtc to read the time failed: Invalid argument

May 1, 2016 · claude Raspberry PI ARPI600 Raspbian
This error occurred on Raspbian Jessie using an ARPI600. I was trying to set up the real-time clock. I could resolve the issue by running the following command: hwclock --systohc -D --noadjfile --utc after enabling it with the command echo pcf8563...