MBMarco Borettoinmboretto.hashnode.dev·2d ago · 4 min readInstall and Configure zram-tools on UbuntuRunning low on RAM but don't want to burn through disk-based swap? zram-tools sets up a compressed swap device that lives entirely in memory, giving you extra headroom without the latency hit of a tra00
MBMarco Borettoinmboretto.hashnode.dev·Jul 28 · 3 min readInstall Ookla Speedtest CLI on UbuntuIf you've ever wanted to check your internet speed without opening a browser, Ookla's official Speedtest CLI gives you accurate, server-verified results straight from the terminal. It's handy for benc00
MBMarco Borettoinmboretto.hashnode.dev·Jul 23 · 1 min readConfigure Peplink BR1 Pro Firmware Update Go to the System tab at the top, In the left menu, select Firmware and press 'Check for Firmare' If a new version is available the button 'Download and Upgrade' will be available: 00
MBMarco Borettoinmboretto.hashnode.dev·Jul 7 · 2 min readInstall FreeCAD on UbuntuPrerequisites A working Ubuntu system (any recent release; this guide was tested on Ubuntu 24.04 LTS) A terminal Basic familiarity with chmod and running executables from the command line Backgro00
MBMarco Borettoinmboretto.hashnode.dev·Jun 6 · 1 min readInstall Raspberry PI OS with raspberry PI imagerUse the Raspberry Pi Imager to flash — it lets you pre-configure SSH, Wi-Fi, hostname, and user credentials before first boot, which is very handy! On Ubuntu open the terminal and install: sudo apt in00