75
submitted 4 days ago by winety@lemmy.zip to c/linux@lemmy.ml

Hiya!

I have a Raspberry Pi 4B set up as a print server, so it has to run 24/7. But it irks me that it's mostly idling.

I'd move my website to it, but I don't want to deal with it being open to the internet. The same goes for an e-mail server.

I was also thinking of running a Minecraft server on it. (Being able to play on the same world from different devices is kinda cool.) Alas, my RPi only has 4 GiBs of RAM. I worry that such a load would interfere with the print server.

Any ideas what I could run on it?

top 50 comments
sorted by: hot top controversial new old
[-] XXIC3CXSTL3Z@lemmy.ml 1 points 20 hours ago

I run a asterisk PJSIP VOIP server on my raspberry pi 5 8GB. I had to use the git and build and recompile and manually load all PJSIP modules because for some reason I couldn't even find an asterisk package on apt db for ARM64 for some fucking reason. Also had to containerize it within a docker because the shit couldn't properly compile without interfering with native system binaries. Shit is so fucking goated and can do PSTN via twilio trunking (call numbers outside of the phone server's number base so basically anyone as long as you make the phone numbers parsed in extensions.conf for each country you wanna call XD). Currently works within LAN but I am planning on making it accessible over the internet using my domain and a tunnel for UDP if possible or just a VPN since my router is being a removed with SIP packets rn. I am having trouble with that part but once it's done I can quite literally ditch any phone plan and use it. Twilio hardly even charges shit for voice rates 🤣🤣🤣. You could also self host your domain + email providing service and then connect that to thunderbird for full schizo-level privacy or sum shit. That's what I do to ditch web-email BS

[-] slacktoid@lemmy.ml 31 points 4 days ago

Pihole, homeassistant, a music server using moodeaudio

[-] b72@lemmy.ml 18 points 4 days ago

Another vote for Pi-hole here. I don’t know how I lived without it before!

[-] winety@lemmy.zip 6 points 4 days ago

I use an adblocker on both my PC and my phone. Does a Pi-hole have many advantages over that?

[-] thejml@sh.itjust.works 21 points 4 days ago

PiHole is DNS based ad blocking and local DNS for everything on your network. So, even things that can’t run their own adblocker.

[-] winety@lemmy.zip 5 points 4 days ago

So it can block ads in Google Chrome on my moms phone? Then I'll have to figure out how to set it up!

Do you often run into issues when blocking traffic like this? I can imagine some software (i.e. Samsung's or Google's bloatware) kicking up a fuss.

[-] bdonvr@thelemmy.club 8 points 4 days ago

Sometimes it can. Google and Samsung never had an issue though. The more ad lists you setup the more false-positives you get.

But 99% of the time it's fine. The other 1% you open the dashboard and look at the last few blocks and whitelist whatever it causing issues.

[-] oktoberpaard@feddit.nl 4 points 4 days ago* (last edited 4 days ago)

Ive been using the OISD list for myself and family members for the past couple of years without issues. It’s specifically made to to be unnoticeable, by whitelisting hosts that would cause issues.

One thing to note is that it’s not a full replacement for adblockers, as DNS blockers can only block full hosts and not all ads and tracking are served from dedicated hostnames. Things like YouTube ads will be unaffected by DNS based blocking. It does really make a difference, though, including for apps with banners.

[-] thejml@sh.itjust.works 5 points 4 days ago

Sometimes I’ve found a site that gets partially blocked and causes a fuss. There’s an option to allowlist domain(s).

Also, some sites try to use ad domains to serve legit traffic, and some use legit domains to serve ads, so it’s not perfect, but it works pretty darn well overall.

[-] slacktoid@lemmy.ml 5 points 4 days ago

Depends on the level of block lists you add. The defaults are pretty sane and it doesn't need any configuration, you configure your router to use it

load more comments (1 replies)
[-] b72@lemmy.ml 9 points 4 days ago

One major advantage is that on the domestic TV channels here in the UK which have ad breaks (essentially all of them except the BBC) it removes the ads altogether and the programmes run seamlessly from the part before the ad break into the part after. I still smile every time it happens!

[-] winety@lemmy.zip 6 points 4 days ago

That sounds cool as heck! But I am very confused about how television broadcasting works in the UK. This only works with some sort of over-the-internet TV, right?

[-] b72@lemmy.ml 3 points 4 days ago

Yes, that’s right. It would only work with TV over the internet and not with a digital signal transmitted direct to the TV via aerial.

[-] slackness@lemmy.ml 1 points 3 days ago

Running those adblockers on your devices is extremely insecure. They register as a VPN and intercept HTTPS traffic. They decrypt the encrypted traffic, filter it, and encrypt again meaning all your communications are signed by this single app's certificate. Not to mention any vulnerability would wreak havoc.

https://grapheneos.org/faq#ad-blocking-apps

[-] markstos@lemmy.world 2 points 3 days ago

Does PiHole ever break a family member’s browsing, and then they don’t know to fix the issue because it would involve understanding opening up the PiHole web interface?

load more comments (4 replies)
[-] dan69@lemmy.world 5 points 3 days ago

You could pihole

[-] ikidd@lemmy.world 2 points 2 days ago

So I have a smart plug set up on my printer and print server (old HP 4P with separate network print server.

I have NodeRed watching my CUPS queues via HTTP scraping, and if it sees a job in the queue for that printer, it turns on the print server and printer via the smartplug over wifi. I have seen someone link a project that does something similiar.

[-] grantorinowhiskey@lemmy.ml 6 points 3 days ago

Some great light lightweight apps for a 4GB Pi:

  • Homeassistant
  • Fresh RSS
  • Paperless NGX
  • Syncthing
  • PiHole or Adguard home
  • Syncthing
[-] MangoCats@feddit.it 6 points 3 days ago

PiHole is a pretty light load, as are Home Assistant and Music Assistant. Frigate starts to make some heat, so don't expect to get a full blown video classification / recording system.

[-] randombullet@programming.dev 6 points 3 days ago
[-] Quazatron@lemmy.world 14 points 4 days ago

Another vote for PiHole. It keeps your home network cleaner by ignoring the ads.

[-] tkw8@lemm.ee 13 points 4 days ago

On my Rpi4B I run syncthing 24/7. It acts as my sync hub. All other machines are connected to it.

[-] passenger@sopuli.xyz 2 points 3 days ago

Check out BOINC: https://boinc.berkeley.edu/

Raspberry Pi I'm not sure if it's worth it. But in short you can advance some science with spare CPU hours. Should be possible to limit it so it doesn't heat up and use just a bit of the cycles depending on other load...

[-] troglodytis@lemmy.world 6 points 4 days ago

Get yourself and adsb antenna and feed flightaware, flightradar24, and adsbexchange. Help track the skies!

[-] sic_semper_tyrannis@lemmy.today 7 points 4 days ago

Paperless ngx

[-] thespcicifcocean@lemmy.world 4 points 3 days ago

let it run dwarf fortress from within the terminal, then ssh into it from wherever you are so you can play df from anywhere in the world. i did this at work.

[-] Cobrachicken@lemmy.world 8 points 4 days ago

SANE scan server? Paperless ngx also comes to my mind, find it pretty useful.

[-] winety@lemmy.zip 6 points 4 days ago

I was trying to set up a scan server last week. No luck yet. 😅

Paperless ngx looks looks amazing. I was actually thinking of finding a solution for this type of thing as pdfgrep was getting kinda slow.

[-] haych@feddit.uk 4 points 4 days ago

AdGuard Home (I prefer it to PiHole)

OtterWiki

Wireguard

Forgejo

Tandoor

load more comments (4 replies)
[-] pitiable_sandwich540@feddit.org 5 points 4 days ago

You could also setup a git repo for your config files. That way you could revert changes, if you break something.

If you don't want do open your pi up to the internet you could take a look at tailscale. I use this script on my laptop and home pc to share files with sshfs while having any other traffic go through mullvad. Set this up on your pi with it as an exit node and you basically have access from anywhere.

[-] 0x520@slrpnk.net 2 points 3 days ago

Airsonic music server... There are a few quirks getting it all set up properly, but once it works, it just seems to work forever. Samba file sharing server. Also miniDLNA server can make it easy to watch your movie collection on a tv. The airsonic DLNA doesn't seem to be working currently. I also have a few mastodon bots running from a Pi4. Also could run a tor relay node, which would make it so it's less idle. I have a lot of stuff on my Pi4 and it is still mostly idle most of the time. Thats fine though. For me it's not a huge problem, since overall, my goal is to make it use as little power as possible for all those things. I think thats the whole point is to really use the most lightweight computer that can do what you need. If you just need the print server, you could always get a lower power Pi so you can really optimize how much power needs to be used and maybe even do some sort of Wake on LAN setup so it can be sleeping while not in use.

[-] Kidplayer_666@lemm.ee 6 points 4 days ago

Maybe Nextcloud? Jellyfin?

load more comments (4 replies)
[-] Amberskin@europe.pub 2 points 3 days ago

You can run an (emulated) IBM mainframe on it!

[-] boydster@sh.itjust.works 5 points 4 days ago

PiHole, PiVPN, maybe a reverse proxy like nginx proxy manager to make connecting to your various web management portals you have an easy way to map it to a human readable url

[-] eugenia@lemmy.ml 3 points 4 days ago

Jellyfin music server. It needs about 1.2 GB of RAM for itself, plus the system.

load more comments (3 replies)
[-] melroy@kbin.melroy.org 4 points 4 days ago

qbittorrent (docker) 😁😎

[-] ravermeister@lemmy.rimkus.it 4 points 4 days ago

Nextcloud is very useful, or a lemmy Fediverse Instance

load more comments (1 replies)
[-] wildbus8979@sh.itjust.works 4 points 4 days ago* (last edited 4 days ago)

Another vote for a music server. Gonic/Navidrome is pretty low power and super useful!

Home assistant is another option, but I'll say that if you're serious about home automation you'll quickly outgrow a Pi. It'll run if you only have a handful of devices though.

[-] winety@lemmy.zip 4 points 4 days ago

I like the music server idea! Where do you get your music? Many artists don't even sell CDs nowadays.

Home assistant is probably not for me. The house I live in is still very analogue. I enjoy not having to debug software when investigating why there's no hot water.

[-] wildbus8979@sh.itjust.works 5 points 4 days ago* (last edited 4 days ago)

Plenty of artists still do sell CDs though. I often buy them at the merch stand at shows. Many also sell DRM free digital files on sites like Bandcamp. I also buy a lot of music at the thrift stores and rip them. If all else fails, there's always the high seas.

load more comments (5 replies)
load more comments (5 replies)
load more comments (3 replies)
load more comments
view more: next ›
this post was submitted on 19 Jun 2025
75 points (97.5% liked)

Linux

55584 readers
1232 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS