Tailscale is how I access my server. I’ve got a domain name that points to the internal tailscale IP address, but that’s not really necessary
Tailscale is how I access my server. I’ve got a domain name that points to the internal tailscale IP address, but that’s not really necessary
I run uptime-kuma on a cheap VPS and have it ping my external ports on the home server. If the house loses internet I still get alerts.
League of Legends by far has the most toxic community I’ve ever encountered. I left in the middle of a match due to toxic players and got a temp ban. Never went back.
I use restic with a wrapper script to automate it on all of my machines. The backend storage can be anything that speaks S3, so B2, or iDrive would both work. I currently use Storj for my backend. It’s globally distributed storage, so no single point of failure geographically and it’s cheap. Backblaze is also a great company, but I’ve grown a little skeptical since they went public.
Wasn’t this exact scenario posted to r/talesfromtechsupport a few years ago? It sounds very familiar
That’s true. i do sometimes have issues with the ZFS package not compiling because of a too new kernel not being supported yet.
another recomendation for Fedora from me
I use ext4 for all boot drives and root filesystems. Anything really important goes on a ZFS array. And for my Linux isos, I use a drive with ext4 + snapraid. The parity drive has xfs because ext4 has a 16tb file size limit.
Got rid of anything NTFS as it was unreliable and slow on Linux.
I had a cis major and I didn’t have issues using Linux all that often. One class we had to write code in VisualStudio, before the Linux version existed. My professor was fine with me using my own IDE as long as the code compiled on Windows, which it did after adding about 3 lines of code to the start.
If we had shared documents they went in Google docs, and libre office, (open office at the time) docs were exported as PDF before submitting. I also had a Windows 10 VM ready to go just in case, but rarely used it.
I work in hospitality and our systems are completely down. No POS, no card processing, no reservations, we’re completely f’ked.
Our only saving grace is the fact that we are in a remote location and we have power outages frequently. So operating without a POS is semi-normal for us.
Not yet. It will be integrated in a layer point release
For my use, it actually cost less to use B2 than the home backup product. The bulk of my data is Linux isos so I’m not really worried about losing it.
I do use ZFS and I just backup the files with restic. To restore a file in a zfs snapshot I would have to download the entire thing to a spare HDD, even if I only need to recover a few files. Restic has snapshots too and is designed to be used with cloud providers like B2.
I’ve used backblaze b2 for almost 8 years now and it just works. I’ve never had any data lost by them in that time.
I just recently switched over to Storj.io as it a bit cheaper at only $4/TB as compared to B2 at $6/TB. Both are S3 compatible and work with just about every backup software out there. I have used Borg, Kopia and now Restic to do backups of important data. All 3 tools deduplicate all your data and reduces the amount of storage used. They also do encryption client side and are open source. They also have a built-in verification mechanism that checks the data is intact.
Works great. Setup a month ago and imported over 600 documents, both digital and scanned. Makes backup a lot easier too as everything is in one place now.
I’ve had a framework for 2 years now. It’s run fedora, manjaro (arch based) and Debian with no major issues. Manjaro had some problems with KDE and the high DPI screen. Sometimes the scaling was inconsistent between apps. Fedora just works.
Only hardware issue is the battery life is just not that great. And the trackpad doesn’t always work property, but I think that was a first generation issue that’s been resolved since.
It was AT&T
Facebook has an official.onion domain and it’s the only way I access it, as it’s required for my employer.
I hate to say it, but i kinda saw this coming. Ever since they went public, i lost trust in them as they become beholden to profit maximizing shareholders. I switched away 3 years ago. The part I didn’t expect was the lies and insolvency.
I switched to StorJ, which supports S3 and works as a drop in replacement for a lower price.
Another good drop in alternative that speaks S3 is scaleway. Their based in France, but it’s a bit more pricy, especially with the US$ taking a nosedive against the euro.