

I am wrong but you need to use usenet providers to download stuff right? So it’s centralized and company based?
Someone
I am wrong but you need to use usenet providers to download stuff right? So it’s centralized and company based?
Maybe I’m a bit old school but is this process not against the spirit of piracy,
be generous to share fight against censorship and DCMA takedown work in a decentralized way
But what’s your opinion about it, because don’t you think it’s opposed from the original torrenting piracy spirit?
In the way of piracy (maybe I missed it but Usenet piracy is new for me)
It’s rare for laptop to come with hardware switches for microphones but some of them are built with camera switches
Have seen a Dell Latitude 5400 (I think) with an hardware camera cover
In our scenario we are thinking about someone trying to sneak on you. But a jack mic cut off is not removing the internal microphone just putting the source to a different one. So if this person has access to your PC he coule surely access other sensors than the cut off jack
In theory this is great, but in reality this will be used very badly by big corporates and all of this shit world
Thank you bing 😂😂
Noticed that these platform’s logos are very based on a round like movement
I thought to only cron to run weekly update
I’ve seen this project and it’s really impressive and useful!
I’m not going to use the scripts directly but write mine mainly to learn bash and how to deploy services (without docker…), but I will 100% read and try to understand the scripts to mimic them on my one.
Rest in peace Tteck thank you for all your work ❤️
Yeah that could be an option too, but I kinda like the way how lxc works so I’m going to stick to it and write scripts to make the whole thing automated
I wanted to use containers to have good maintained and isolated stuff, so I think I’m going to use scripts to install and update all my stuff 😁
Got performance issues. Tried with Debian and alpine nothing worked. Wouldn’t recommend docker on lxc
It is. Running as smooth as we can imagine the only downside is the at the cost of pain of updating and maintaining but I will go that way
So I would have to write some scripts for installing and maintaining my installs?
(I didn’t know about your “fun fact” :) thx)
Performance issues when using librespeed. Running it in docker in a vm got me a perfect gig network (as intended on my network) but when using docker in lxc it goes from 200mib to 600mib and it’s absolutely not stable
Humm Im going to check it, but do you think that it would be a good option to deploy all my services to lxc even if their primary release channel is docker?
Hi, first congrats for going the way of homelabing.
Like you first the hardware :
The elitedesk are great lines of prebuilt PCs mainly for little home servers BUT I wouldn’t recommend to you to take the mini version as it’s very very tiny and therefore doesn’t have great modularity nor upgradeability.
You don’t need to take massive servers or towers but the SFF versions of these or the normal version (starting to get big) are way better and will permit to you to have more space to tweak it and more generally have some place to put storage or else.
But if you can’t allow yourself to have at least a tiny bit bigger that’s okay and you can stay with the mini version that’s not a dummy choice.
For the storage depending on what you’re going to run in 5 years, 120GB could be not enough, adding the backups, you should consider buying at least 256 to 512GB of ssd (preferable for system (SATA or NVME whatsoever)). When it comes to raw and dummy storage, use hard drive, old schooled at first glance they are dirt cheap when getting them on discount. For storing only some videos, photos and music, 2TB usable is nice and making it mirrored (RAID 1) is nice too. But maybe (if one day comes the idea off having larger sizes) using RAID 5 could be nice as you could expend storage easily, you cannot really adapt RAID 1 to RAID 5 without manually doing backups and restoring them.
So buy some hard disks, if you want, you can buy them used (around 15-20 bucks for 2TB good used hard drive). Or you can buy them refurbished or new as you wish. When it comes to network storage hard disks are the best as you basically can’t max out basic NVME drives with your network, basic ones are at around 3000MiB/s so that means 24,000Mib/s of bandwidth so you would need a 25G network (thing that I think you don’t have).
And using more reasonable sized PCs are going to help you fitting all your drives, and maybe putting external NICs in there.
Secondly the software.
Using docker to easily selfhost is a great idea but I really don’t like portainer and mainly the way they manage docker container.
So I would suggest you 2 things if you want to get a bit into tech simply deploy your docker containers with docker compose file, once into you’ll see that it’s very simple.
But if you prefer a simpler approach while not giving up features, as you said you’re a father (congrats), I wouldn’t recommend to you YunoHost it’s a out-of-the-box platform to self host stuff very easily without pretty much technical knowledge.
If the apps are just for you and your wife (pretty close people) using a VPN that give access people to your whole local network (for really close people) or setting up an overlay VPN like tailscale (and selfhost headscale or use netbird) would be nice and pretty straightforward.
If you prefer to make it available online you can also reverse proxy services to make it open to the www from your IP, or use Cloud flare tunnels (don’t like the idea of having cloudflare snipping out all my traffic) or you can use a vps to do the kinda same thing as with cloudflare tunnels without having them on your shoulders.
That’s it for me, hope I guided you, and feel free to ask questions if you wish. Great homelabing journey to you! :)