Hi, I’m on Windows 10 at home and Windows 11 at work. I’m going to migrate to Linux for my next PC (might eventually do it on this one, though I’ve currently done so many tweaks that I intend to keep this for gaming for now). Our two laptops and mini-PC already run Linux Mint, but I digress… (I just don’t want anyone...
My current setup has my DHCP + DNS on my Unifi USG. However, as I have all my apps hosted on a different server (unifi, plex, home assistant, NAS, etc.) I’ve ran into issues trying to get things set up....
Owncloud supports selective sync, and seems a lot better for performance compared to Nextcloud.
Alternatively you could roll your own with rclone which is essentially an open source alternative to mountain duck. Then you can just use a simple connection via SFTP, FTP, WebDAV, etc…
I just recently got a new ISP and new internet speed 1200/600, my current firewall with opnsense can not handle the speed (AMD GX-412TC SOC), I have been looking for a new firewall (opnsense + 2.5 Ethernet) and found several with the Intel N100 CPU (2023)....
This is kind of hard to explain, but hopefully it makes sense. I don’t think a screenshot would help because everything “LOOKS” fine. But the characters in my Ubuntu VM console look funny. And I can’t drag my mouse across the text to select it. Nor cacn I right-click. The console works fine, and I can run commands. I...
That sounds normal, server linux has no GUI/Desktop, only a console.
To get a full CLI that you can select/copy/paste in you just need to SSH in, instead of using the Proxmox console.
The proxmox console is meant for rare usage like installing the OS and recovering from failures, it’s not meant to be used as a daily way to interact with the VMs.
I spent two hours today trying to figure out why Nextcloud couldn’t read my data directory. Docker wasn’t mounting my data directory. Moved everything into my data directory. Docker couldn’t even see the configuration file....
I dunno when it happened but I swear SBCs were the new best thing in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis....
I am currently running most of my stuff from an unraid box using spare parts I have. It seems like I am hitting my limit on it and just want to turn it into a NAS. Micro PCs/USFF are what I am planning on moving stuff to (probably a cluster of 2 for now but might expand later.). Just a few quick questions:...
Stopping charge at 80% (and still going down near 0%) should give you roughly 4x the cycle life. So in theory doing that it would take about 8 years to hit the same 85% usable level.
85% left after 2.5 years is a high rate of wear, due to phones really pushing as much as they can into the battery to have longer run times.
I have been distro hopping for about 2 weeks now, there’s always something that doesn’t work. I thought I would stick with Debian and now I haven’t been able to make my printer work in it, I think I tried in another distro and it just worked out of the box, but there’s always something that’s broken in every distro....
I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly....
Nextcloud for me too, would break because of updates requiring manual DB updates sometimes, apps would randomly stop working after updating too, or the 2 times it caused total data loss on all my synced devices and the server itself which required a full restore from backups.
After getting rid of it and switching to Syncthing + Filebrowser + SFTPGo for WebDAV I haven’t really had anything break since then (about a year now). Stuff also runs much faster, NC was extremely slow even on good hardware with all their recommended settings for performance.
Yeah the first time was the time/date bug they had (still have?) where it set the time on every folder and file to 00/00/0000 00:00 across all clients and the server.
Second time was I disabled virtual file support on my laptop so it would sync everything, but instead it went and wiped all the files from the server, because for some reason their sync client assumed the laptop that now had no files on it should be the master source or something.
Their own docs even state that’s how you’re supposed to disable VFS, with no mention that it will wipe your server clean.
At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories....
Backups are usually encrypted from most popular backup programs, either by default or as an option (restic, borg, duplicati, veeam, etc…). So that would take care of someone else getting their hands on your backup data.
I never store my actual files on a cloud service, only encrypted backups.
For local data on my devices, my laptop is encrypted with bitlocker, and my Android phone is by default. My desktop at home is not though.
Did you change the mysql container database name, username and password to something other than the default linguacafe ?
That would break it, as it’s using those specific credentials to login to the database. Which would cause Access denied for user ‘linguacafe’@‘ip adress censored’ (using password: YES) (SQL: select count(*) as aggregate from users)
Try with the default, you’ll need to wipe the mysql data under /home/user/Documents/Docker/LinguaCafe/database/ after stopping the container first.
Alternative to certbot for acquiring ssl certificates to use with nginx.
Hello, I wan’t to ask if anyone knows of a good alternative for certbot for acquiring ssl certificates for nginx....
Recommendation for webcam that doesn't push its software?
Hi, I’m on Windows 10 at home and Windows 11 at work. I’m going to migrate to Linux for my next PC (might eventually do it on this one, though I’ve currently done so many tweaks that I intend to keep this for gaming for now). Our two laptops and mini-PC already run Linux Mint, but I digress… (I just don’t want anyone...
Should I use a dedicated DHCP/DNS server hardware
My current setup has my DHCP + DNS on my Unifi USG. However, as I have all my apps hosted on a different server (unifi, plex, home assistant, NAS, etc.) I’ve ran into issues trying to get things set up....
File server with on-demand sync, preserve the filesystem, and runs without external DB?
Hi, I’m looking for a FOSS file syncing/sharing solution that does all the following specific things:...
Intel N100 good enough for 1Gbits internet ?
I just recently got a new ISP and new internet speed 1200/600, my current firewall with opnsense can not handle the speed (AMD GX-412TC SOC), I have been looking for a new firewall (opnsense + 2.5 Ethernet) and found several with the Intel N100 CPU (2023)....
Proxmox Ubuntu VM has "graphical" console
This is kind of hard to explain, but hopefully it makes sense. I don’t think a screenshot would help because everything “LOOKS” fine. But the characters in my Ubuntu VM console look funny. And I can’t drag my mouse across the text to select it. Nor cacn I right-click. The console works fine, and I can run commands. I...
PSA: The Docker Snap package on Ubuntu sucks.
I spent two hours today trying to figure out why Nextcloud couldn’t read my data directory. Docker wasn’t mounting my data directory. Moved everything into my data directory. Docker couldn’t even see the configuration file....
So SBCs are shit now? Anything I can do with my collection of Pis and old routers?
I dunno when it happened but I swear SBCs were the new best thing in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis....
Planning on setting up Proxmox and moving most services there. Some questions
I am currently running most of my stuff from an unraid box using spare parts I have. It seems like I am hitting my limit on it and just want to turn it into a NAS. Micro PCs/USFF are what I am planning on moving stuff to (probably a cluster of 2 for now but might expand later.). Just a few quick questions:...
Jelly's blog — GNOME battery charge control (vdwaa.nl)
I'm so frustrated rn.
I have been distro hopping for about 2 weeks now, there’s always something that doesn’t work. I thought I would stick with Debian and now I haven’t been able to make my printer work in it, I think I tried in another distro and it just worked out of the box, but there’s always something that’s broken in every distro....
Hosting private UHD video
I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly....
Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times (lemmy.world)
Question: Best UI to manage VMs and containers?
At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories....
Backing-up Single Board Computer
Hello everyone!...
what if your cloud=provider gets hacked ? (www.bleepingcomputer.com)
Hi all,...
Proton Mail says that the new Outlook app for Windows is Microsoft's new data collection service (www.ghacks.net)
LinguaCafe - Confused why the provided docker-compose doesn't work.
Hello everyone,...