

Just to be clear, if you’re in the US, you 100% have copyright protection as soon as you put pen to paper.
Just to be clear, if you’re in the US, you 100% have copyright protection as soon as you put pen to paper.
This list is so bad, it has to be a troll.
I accidentally overwrote /etc/passwd once and I allowed /boot to run out of space during a kernal update and I created a local user with the same user that was also on the realm/domain that I had joined and various bash script issues.
Some stuff I’ve had to fix that someone else did:
alternatives
and symlinked the old java from /bin to /home/theiruser/java – had sudo because he was a Windows domain admin.There’s more but I don’t want to keep going because it is Sunday and I don’t want to ruin it.
You can use Gnome Boxes to give you a front-end for KVM/qemu like VB. With the spice-webdavd package, you can share files similarly to the guest or send files directly to it.
As far as Samba goes, it is just a FOSS implementation of Microsoft’s SMB. Just like with Windows, you’ll have to open Explorer to the IP/Hostname of your Samba server or I guess have both join the same workgroup with the same name on the same subnet.
I apologize. I didn’t know I had replies when I deleted my post. Yeah I know you can set that behavior in some editors. And other than what I just replied with on another comment, I like tabs because I also don’t have to worry about styling guides that some set down as ‘2 spaces’ or ‘3 spaces’ or ‘5 spaces’ or whatever. It is basically just universally a horizontal tab.
Sorry I didn’t realize I had replied with I deleted my comment. I understand some editors allow you to set tab and you can set actual spaces, like in vi. However, personally I feel like hitting tab gives me the whitespace I want for readability already.
For programmatic parsing it is simple because it’s just looking for an HT.
deleted by creator
Sounds like you have nothing listening on port 80 that resolves for your domain for Let’sEncrypt to verify that you own the domain. You need a webserver listening on port 80 and that Certbot can access if you’re using the http method.
Basically you’re forwarding traffic to port 80 but there’s nothing on port 80.
The free solution I was referring to was my comment about using ControlD, which certainly offers a free service…which is the comment that the other person was responding to.
I run pihole and my wireguard VPN server locks all queries through it, which in turn uses unbound and queries via different providers like Cisco’s OpenDNS, Cloudflare and Quad9. However, I wanted to present a similar offering that also has a free-tier without a query cap for people interested.
NextDNS caps your queries per month on the free account. ControlD doesn’t and you can pick a various mix of their public DNS resolvers. You don’t necessarily get the granular control with doing it this way for free that you can get with NextDNS though.
If you do check out these, make sure you click the Secure Resolvers if you’d prefer for DLS/DOQ/DNS over HTTPS instead of Legacy.
Pretty much sounds exactly like I was thinking of doing for the DIY. miniATX/ATX for all the expansion potential + SATA ports + large case to handle it + a CPU with 6 to 8 cores at least. Case would probably be a rack form factor but it doesn’t really matter. Probably 32 GB of RAM + a Quadro GPU/Some cheap AMD GPU or something cheapish like that strictly for encoding + Proxmox + TrueNAS or perhaps just unraid. Probably no desktop environments unless something really needs it for some reason. Not sure if I’ll go with a motherboard with an ILO/IPMI with its own NIC + vlan or not.
I was going to mix SSD/NVME for performance (if I mix these two, it’d be two separate performance tiers) and HDDs for capacity. Probably two 1+ Gbps NICs bonded and maybe a LACP port channel down the line. VPN with killswitch of course.
I could def. go cheaper on the hardware if I just wanted to use docker/podman mostly but I want VMs too. I’ll probably manage updates and backups of what I really care about off network via ansible + rclone + restic repos. I might would use zram + lz4 for most of my VMs because why not.
I appreciate the advice! I am thinking of Synology or perhaps DIY with either TrueNAS (Scale likely) or Unraid. Synology would be cheap, small, easy on power and thermals too though and I’ve been looking at the latest and previous gen DS2XX lines.
Also I appreciate the Jellyfin mention. I’ve been using Plex so long and was thinking about something else like Jellyfin especially but I’ve never worked with it before.
This and the rising costs plus adding ads to ‘basic’ tiers and attempting to create limitations (resolutions, “screens”, offline downloads) is what might push me to build a nice, large NAS. We don’t want Cable again.
No Home Depot or similar near you? You could have got same day service.
I’m not trying to convince you to come back but as for the rpm/flatpak/compiling thing, I recommend people run and I run distrobox containers to solve that. So, I have an Arch and Ubuntu distrobox container. You don’t install them either, you just tell distrobox to download them and it runs them. You install the software with AUR/whatever and apt/whatever and then distrobox-export the app(s) from the container. Then it all runs like any other app from your launcher. You don’t really have to know anything about how docker/podman works and runs. It takes care of it.
You set your brush type in ASCII/ANSI characters, set your size and color and then you paint using something like PabloDraw.
Think of opening something like paint, selecting the brush tool and a color and then painting shapes. Well, they do the same but instead of a solid or gradient brush color, the do the same except the brush uses character sets that you can select.
You can just install Arch in a distrobox if you want or a debian + children in a distrobox, install the app and it should launch from your launcher like any other app you use. Distrobox is fantastic.
When I need to install something from the AUR, I just enter my Arch distrobox and do it, same for Ubuntu and stuff.
Edit:
I forgot to mention that you’ll need to use the distrobox-export command to make it so you can launch an app like any other easily from your launcher.
deleted by creator
I see some comments recommending wordpress but wordpress is a security problem, especially if you’re using 3rd party plugins. It is such a bad problem that their are ‘wordpress security’ applications but even then wordpress sites get hacked all the time. If you are going to use it, it is best to let some other host handle it for you if you don’t know a whole lot about what you’re doing.
There are many, many other content management systems out there. Some are lighter than wordpress and some heavier. They are all about posting and managing content. Most of them have some sort of user and authoring system. Once you’re webserver is set up, many are written in a mixture of php and python so setting them up is generally drag and drop with either minor configuration file edits or wizards. Many of them have sections that you can set up using a labeling/tagging system. Most of them allow you to have the ‘stories’ as private or draft where you have to actually click publish before people can view them. Some have user roles systems where you can limit viewing and even editing between different roles for sections.
Generally, once their setup is done, they are point and click to do everything.
Here’s a nice list of FOSS CMS’ (which includes Wordpress of course).