it was forbidden before?
reject humanity, become toaster | she/they | experimenting with names
it was forbidden before?
AFAIK, they only offer the opt-out form in the EU and UK
I think SFTP would work plenty. On linux you can use rclone to mount it, and Android has many file managers that support it (personal favorite is Total Commander with the SFTP plugin)
You could also certainly host a full Nextcloud instance, but it might be a bit overkill
You can use a DNS challenge to show you are in control of the domain without having anything exposed to the net. Essentially LE gives you a special value you have to add as a TXT DNS entry. LE will check if this record exists for your domain, and gives you a certificate, no public IP involved. This even allows you to create wildcard certificates.
I use sendgrid, it only requires some DNS entries for Domain Authentication. Also regarding the catch-22, if you use Cloudflare for DNS, you could use their email routing to forward incoming mails to Gmail
it allows easy scripting. also for frequently used commands, i can just scroll up in the history, instead if clicking the same buttons over and over
I’m a bit inexperienced in this aspect, but:
you can also use the -f option to specify the compose file without going to it.
The y
is dangerous to be used without u
. Do not follow the advice above unless you know what you are doing. Instead, do pacman -Sy
u
jellyfin-server
The y
option tells pacman to update its package database.
In your case, your local database got out of sync with the database from the mirrors. This normal, newer versions of software are released all the time. Pacman then tried to get the latest locally known version of jellyfin from the mirrors, but they no longer have it, as a newer one replaced it.
By updating the database, pacman becomes aware of the newer version and can request it from the mirror. But there is now a subtle problem: the new package and some installed package could require incompatible versions of some dependency. When pacman decides to update the dependecy package, the other package is broken. This is called a “partial upgrade”, which can seriously break your system if you are not careful.
The u
option upgrades all installed packages to the latest version, so the packages and their dependencies don’t get out of sync with each other.
See Arch Wiki, System_maintenance for more explanation.
See also: Penis is OK, Vagina is a Content Violation
Edit: no idea why i was recommended a 3 year old post…
Did you set the modem to bridge mode/DMZ, or alternatively set it to port forward to the router. The router should then port forward to the server.
Are you sure the IP address in duckdns is correct? Do you have a static or dynamic public IP, and if dynamic, how are you updating it?
Witcher 3. Just huge walls of text, teaching you the most intricate details of some mechanics, and not enough for others.
For switch emularion, I only really got around to TotK so far. In general I play singleplayer RPGs, such as Witcher 3, Horizon: Zero Dawn, as well as some Cult of the Lamb. The Deck handled all of these very well at medium to medium-high settings. Emulation just adds a considerable performance overhead.
No major issues from my experience, but in my case the Deck is struggling to keep 20-30 fps
Ich_Im Echten Leben
A very literal translation of me_irl. Most memes are just regular english memes, literally translated without any regard for gramatical correctness.
At least from all instances known to the home instance. If you want to search something from an unknown instance, you have to do so by direct link
About the Cpu being “too old”, did you launch the update app in windows 10, or did you create a USB stick? I just installed Windows 11 on my first gen Ryzen using a USB, even though the Windows 10 updater told me it’s too old
Even paradoxically, AI needs ever improving artists to generate new training data and improve itself. You can’t really train an AI on AI-generated works. (see: AI collapse)
fundamentally, an llm doesn’t “use” individual sources for any answer. it is just a function approximator, and as such every datapoint influences the result, just more if it closely aligns with the input.