Build something that you want. Find that niche that isn’t well served by existing projects and fill the void. Either by making something entirely new or adding a feature to something already out there.
Build something that you want. Find that niche that isn’t well served by existing projects and fill the void. Either by making something entirely new or adding a feature to something already out there.
Check out these guys: https://www.linuxserver.io/
https://hub.docker.com/u/linuxserver
They have a pretty good catalog of pre-built Docker containers. You don’t have to use their version of things but there is a lot of software that I was previously unaware of that I learned of through them.
For some reason my DNS tends to break the most. I have to reinstall my Pi-hole semi-regularly.
NixOS plus Docker is my preferred setup for hosting applications. Sometime it is a pain to get running but once it does it tends to run. If a container doesn’t work, restart it. If the OS doesn’t work, roll it back.
Does it increase your attack surface? Yes. With proper precautions is this level of risk negligible? Also yes.
You will be opening a port to the outside world. Anyone can try to use it. But if you are using key authentication it will be fine.
That’s good to know. Thanks!
His example doesn’t seem to perform any comparisons to determine what to name the file. If the text file is just a list then something like this could work:
$file = Get-Content -Path .\individuals2.txt
foreach ($line in $file) { Copy-Item -Path .\template.docx -Destination “.$(2 + $line + ‘.docs’)” }
Edit: Wow, Lemmy destroys formatting.
I’ve been with Porkbun for over a year now. No complaints.
My GPU is quite literally 15 or 16 years old (I pulled it out of an old server that was being trashed). If you aren’t going to do heavy graphical work and just want to spruce up your desktop performance then really anything is probably fine.
I think both these options require downloading additional libraries on your Proxmox host to work.
Cat tax paid.
Under hardware > display there is an option for VirtiO-GPU and VirGL-GPU. I’m not super knowledgeable but I think these options allows VMs to make system calls to the GPU. I put an ancient Quadro in my server and my RDP sessions were noticeably better.
Setup a virtual desktop on your server and RDP into it to access the web interface. Here is me doing that using my cat as a stand lol.
I’m not sure. All I know is that Proxmox doesn’t recommend using Docker in LXCs. It seems Proxmox has much more control over the internals of the container and can break stuff.
https://pve.proxmox.com/wiki/Linux_Container
If you want to run application containers, for example, Docker images, it is recommended that you run them inside a Proxmox QEMU VM. This will give you all the advantages of application containerization, while also providing the benefits that VMs offer, such as strong isolation from the host and the ability to live-migrate, which otherwise isn’t possible with containers.
If I had to guess it got damaged when transported in a box with hundreds of pounds of old servers stacked on top of it. Some of the other KVMs I saw were in pieces.
I think this model is roughly $1300 brand new. Mine has some cosmetic damage but I still see used KVMs like this on EBay in the high three digit range.
Mine came from Craigslist. It’s perfect for server stuff.
My cat has claimed it as his own lol
I ran it previously because I came from that world and I just thought that’s what you did. I was less Linux-y then. It’s really overkill for such a small network but if you want to learn AD then it might be worth it. Personally I hope to never look at AD again but alas I need moneyz.
If you do decide to run it make sure you enable profile caching in group policy, it will prevent you from being locked out when your DC is down. Also if you have laptops you can safely bring them outside your network and they will still be able to log in.
This is written by Behind the Bastards host Robert Evans. They just released an episode that follows this article pretty closely. Check it out if you’d like to listen to more of this sort of content.
In Proxmox they have VirGL-GPU and Virtio-GPU. They allow VMs to pass work to the GPU without being dedicated to one VM. I don’t think gaming was the intended use case and don’t know what kind of performance you would get. My uninformed guess is that it would not be great.