Similar to the above, I started with this guide that got me going (in case it adds anything additional!)
Hyacin (He/Him)
- 0 Posts
- 16 Comments
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•What would be your distro of choice if you take the security with ease as the top priorityEnglish
7·4 months agoOpenBSD
ducks
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•New home server, NixOS vs Proxmox vs ArchEnglish
1·5 months agoCurrently messing around with Talos Linux in a VM.
Yes!! Now LOVE Talos, after, drumroll, trying it out in my lab on my Proxmox boxes!! Figured it out ‘good enough’, and then rolled a live cluster with it - also on the same Proxmox hardware!! Labs, production services, loaner ‘lab boxes’ for people doing certs - with hardware to spare! LOVE Proxmox so much!!!
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•New home server, NixOS vs Proxmox vs ArchEnglish
19·5 months agoProxmox.
/thread
Anything else you want to run, you can run in Proxmox. If it’s too much hardware for what you’re doing, all the more reason to run Proxmox. You can build an Arch VM, and NixOS VM, and whatever else you want in it!
If you go with just one of them right on the hardware, that’s all you can do with it, you’re done, you’re stuck.
When you have Proxmox on it, you can try every OS! And then some! It is a superpower for learning.
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•New to Proxmox, Facing Issues with Homelab Setup - Need AdviceEnglish
3·5 months agoHardware Acceleration for Jellyfin: On the EliteDesk, I’d like to enable hardware acceleration for a VM running Jellyfin (in Docker) using the i7-9700’s UHD 630 iGPU. Can anyone recommend a clear guide specific to this CPU? The Proxmox documentation isn’t very detailed for Intel GPUs.
I feel like I’ve done this, but it was a VERY long time ago. It certainly wasn’t from a guide specific for this, but from adapting other instructions. Whole idea with a home lab - learn stuff, break stuff, figure stuff out! :-)
Wish I could be more helpful! But iirc, once you understand the gist of passing the hardware through, blocking kernel models on the host, and installing the required drivers in the guest, it’s applicable to basically everything.
As for Backblaze for ‘home lab’ backups, that sounds expensive? I run PBS on a container on my NAS for my backups - keeps it all local and effectively ‘free’. Only the things I REALLY care about - like my git server with all the code I’ve written for the lab, and even some of the more complex/outside the box configurations get backed up to the public cloud. Simple ‘cattle’ VMs do not justify additional expenses for me.
It’s fun as hell! I’ve been running Proxmox for many years now and still enjoy it VERY much. I’ve recently added 3x 12GB bus-powered A2000s to my Dell workstations. Having oodles of fun running things like piper, whisper, ollama and frigate models on them in a new k8s cluster I spun up just for ML workloads.
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•AOMedia To Release AV2 Video Codec At Year's EndEnglish
4·5 months agosigh
I literally just bought a 3050 for my NAS for AV1 support.
/wrists
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•Recommend a simple, small cheap laptop < 15" I can chuck in my bag for use in coffee shops!English
2·7 months agoWhoops! I did miss that part, my bad!!
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•Recommend a simple, small cheap laptop < 15" I can chuck in my bag for use in coffee shops!English
11·7 months agoI’m loving the new Snapdragon laptops, especially if you don’t have any heavy (read: gaming) workloads!
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•Must fight temptation to buy an overpriced raspberry piEnglish
26·8 months agoI mostly agree, and did the same with my second gen lab build - instead of shiny new NUCs like I had used round 1, I bought old off lease Dell Xeon boxes. SO MANY PROS -
- Got them up to 14c/28t each
- They can take GPUs and actually do heavy transcoding/ML work
- They can take up to like, 128GB of memory, which is GREAT when they’re all hypervisors
The downsides can’t be denied though -
- Even without the GPUs and beefed up CPUs, they are power hogs - the CPU alone uses more than an ENTIRE NUC
- They run HOT
- They run LOUD
The same holds true for off-lease SFF stuff, Lenovo and the likes …
So while reuse/repurpose is absolutely of the utmost importance, no question - when it comes to technology and how quickly it advances and miniaturizes, a thorough and logical pros/cons list is often required.
I’d add another option though - if you do need what a Pi brings to the table - do you really need a shiny new Pi 5? Is it possible a used Pi 3 or Pi 4 would do the trick, and check the reuse box?
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•What have you been using for cloud backups?English
1·9 months agoCloud backups, AWS, because they’ve feed me piles of credits (less so lately though) so it’s practically free.
I back very little up to the cloud though as it’s so expensive. Basically just the storage of my local Git server which has all the configs, app and microservices I’ve built for my home automations and lab. Syncs straight from my NAS where the Git server is hosted.
Hyacin (He/Him)@lemmy.mlto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•What torrenting software is everyone using nowadays?English
8·1 year agotransmission in docker container on NAS, with dedicated IP that gets forced through VPN on my router
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•Share specific examples of software built from source works better for you than packages or pre-built binariesEnglish
3·1 year agolol, saw title, came to say ffmpeg, read body, it’s your prime example!
I can’t remember what flag or feature it is I’ve more than once found myself having to build from source to enable, but there is one!
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•Where Do You Guys Throw Your Local Git Repos?English
1·1 year agoPersonal?
~
My homedir is a HUGE MESS.
Work?
~/src/<site>/<project>/<repo>
i.e. ~/src/github/mirantis/docker (not real I don’t imagine, just an example)
~/src/bitbucket/INTERNALPROJECTCODE/coolrepo
Hyacin (He/Him)@lemmy.mlto
Linux@lemmy.ml•What alias do you have to update the system from terminal?English
21·1 year agoalias update='sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y' alias update-and-reboot='sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y && sudo reboot' alias update-and-poweroff='sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y && sudo poweroff'
I learned about 16 years ago on a Solaris course that /usr wasn’t “user”, I still say “user”, but I’m happy to see the information spreading that that isn’t what it actually is.
Bless you. 0% chance I was going to an external blog. I don’t understand how some people still don’t understand what poor taste it is to post links to your own site rather than just creating content here.