Category: Raspberry Pi tips & tricks
-

How to install log2ram on Raspberry Pi’s
Well what is log2ram? log2ram is a tool that moves your system’s log directory [/var/log] into RAM by using a tmpfs mount, then periodically syncs the logs to your SD card. This dramatically reduces writes to the SD card, extending its lifespan. It’s a common concern for Raspberry Pi setups that run 24/7. I do…