Tagged Raspberry Pi

How to Mount Network Drive on Headless Pi

Though Raspberry Pi has added many handholding tools since, there are few quirks users from traditional operating system could not get accustomed to. Heck, I hail from different flavors of Linux, even I find headless Pi to be too barebones at time. I felt that the hardest when the earlier version of headless Pi would…

App to Backup Raspberry Pi over Network

I’m still in the process of retiring old projects. While I’m at it, I wanted a backup solution that will work over network. Putting a USB stick to a working Pi is a solution, only when that Pi is not headless (i.e. stuck away in a network closet). As far as I know, and this…

How to Backup Raspberry Pi SD Card on macOS

I’m in the process of retiring my old Pi setups. It’s worth its own op-ed piece, but primarily, I built these DIY projects when Raspbian was still a thing on Buster. The latest Raspberry Pi OS (now renamed) is Trixie. I don’t know how I should take it, perhaps someone from professional background would have…

App to Access exFAT on Raspberry Pi

For some odd reasons, Raspberry Pi OS does not include exFAT support out of the box. It was the most bizarre experience I had not expected; FAT32 is definitely not going to cut it in this day and age, and most commonly used platform-agnostic file system would be exFAT. It was quite reminiscent of the…

App to Create Bootable Disk

While it is possible to use dd command on Unix-like systems to make a bootable disk or installation disk, the method has flaws. And apparently I wasn’t the only one noticing the issue. With larger files, dd can inexplicably fail without much notice. Current USB drives are fast enough that few transferring gigabytes would take…

Raspberry Pi, VLAN, and Docker

A bit of rant while exploring different routes to host multiple OpenVPN clients on a single Raspberry Pi device. If you are a subscriber to paid VPN services, you would immediately know most services offer multiple server destinations. And you would also know, by following the previous post, that the said how-to only allows one…

How to Setup Tmux Pane Synchronization Shortcut

Tmux comes in incredibly handy in multitude of situations, and one of them is when you are handling multiple ssh connections to pi devices or something akin to IoT devices. Assuming all the setup is already done on the local device, and this is part of your regular maintenance routine, logging in to each device…

How To Prepare VPN VLAN for Switch

In my previous post on how to setup VPN VLAN, I discussed the methodology of setting one for the first time. Now that it’s near Black Friday of 2024, some of the VPN providers have already started pre Black Friday sale in October. No doubt consumers are shopping for which service is right for their…

How to Setup VPN VLAN for Home

Not all countries run DPI, nor do all websites block people based off of region. I, for one, started building my own geoblock-proof setup since I moved to the new neighborhood about a decade ago. HomeDepot had this neighborhood IPs blocked. I don’t know what my ISP was thinking assigning blacklisted commercial IP to residential…