Gábor Hargitai's Toolbox

… for when you just can't seem to remember that damn command

  • Articles
  • Colibri
  • Sleep Warden
  • Buy me a Coffee

Category - Raspberry

  • Debian
  • Linux
  • Raspberry
  • Ubuntu

Raspberry Pi: Use RAMDISK/tmpfs for /tmp directory

2022-07-10
by Gábor Hargitai
1 min read

Save a bit of SD card wear-and-tear and symlink the /tmp folder to RAM. Issue the following in your CLI: sudo cp /usr/share/systemd/tmp.mount /etc/systemd/system/tmp.mountsudo systemctl enable tmp.mountsudo systemctl start...

Continue reading

  • Raspberry
  • Ubiquiti

Install UniFi Controller on your Raspberry Pi

2020-10-12
by Gábor Hargitai
1 min read

CloudKeys are nice – but if we already have a Raspberry lying around, why not use that to host the UniFi Controller? Here are the steps to do so. We’ll update the Raspbian installation, add the necessary packages...

Continue reading

  • Debian
  • Linux
  • Raspberry
  • Ubuntu

Move Log files to RAM on your Raspberry

2020-10-12
by Gábor Hargitai
1 min read

Save your SD card (or USB) and reduce I/O wear by using log2ram in your Raspberry install. Here are the steps to add the repository to your apt sources and install the necessary packages: echo "deb buster main" | sudo tee...

Continue reading

  • Debian
  • Linux
  • Raspberry
  • Xbox360

Mount Remote FTP Server Folder as Local Directory on Linux / Ubuntu / Debian / Raspberry / Raspbian

2019-11-16
by Gábor Hargitai
1 min read

Have a remote FTP server directory mounted locally is pretty convenient for cross-server copying. It could also come in handy if you would like to copy content from your NAS to say, and RGH/JTAG Xbox360 using the built-in FTP...

Continue reading

Copyright © 2025. Gábor Hargitai - Dark Mode is supported :: No Tracking Code :: No Analytics
  • Articles
  • Colibri
  • Sleep Warden
  • Buy me a Coffee