There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

HollowNaught , (edited ) to lemmyshitpost in Everyday...
@HollowNaught@lemmy.world avatar

I feel like Yahtzee put it well

There are two types of games: games that make you feel things and games that make you feel numb

And after a long day of work, you sometimes just want to feel numb

Entropywins ,

After work? Nah, more like wanna feel numb at work…

HollowNaught ,
@HollowNaught@lemmy.world avatar

Sometimes you come home from an exhaustingly bad day at work and want to relax, but don’t have the energy for anything big. That’s where you play a cod or newer assassins creed

When I have a day off, you bet your ass I’m busting open Hifi rush or something similar

mb_ , (edited ) to selfhosted in Caddy and forgejo

There are a few ways to do it, but you don’t use caddy for SSH.

  • host SSH on port 22, forgejo on a different port. Expose both ports to the internet
  • host SSH on a different port, forgejo on port 22. Expose both ports to the internet
  • host SSH on port 22. Forgejo on port 2222. Only 22 exposed to the internet. Change the authorized_keys user of the git user on host to automatically call the internal forgejo SSH app

Last option is how I run my Gitea instance, authorized keys is managed by gitea so you don’t really need to do anything high maintenance.

~git/.ssh/authorized_keys:


<span style="color:#323232;">command="/usr/local/bin/gitea --config=/data/gitea/conf/app.ini serv key-9",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty,no-user-rc,restrict ssh-rsa PUBLICKEYHASH
</span>

/usr/local/bin/gitea:


<span style="color:#323232;">ssh -p 2222 -o StrictHostKeyChecking=no [email protected] "SSH_ORIGINAL_COMMAND="$SSH_ORIGINAL_COMMAND" $0 $@"
</span>

127.0.0.14 is the local git docker access where I expose the service, but you couldn’t different ports, IPS, etc.

THEWIZARD , (edited ) to technology in How to dump RAW Data from Android to PC?

Been looking for this my self an app ideally tried neobackup and DataBackup on F-Droid on Android TV OS 12 no joy, it backs up something just the apk I think and some other useless part. But not the entirety of apps and games for both the apk and app data portion trying to restore fails as well with the apk launch, so I am stuck in this same boat my self.

You might want to try those on a phone if that’s what you have it requires root though.

But I scoured the net in search of an app for a whole day as well but had no finds for doing a backup that worked for TV OS of any kind, so I’m not sure what to do short of finding a dev and begging them to generate a nandroid backup-able TWRP .img file and flashing it problem is flashing it likely wipes the lot before using it, and it needs to be a specific .img for this specific TV box and for specific other devices, this is just so I can backup the games and apps incase the HDD dies ever, as there is no longer a way to backup and restore them on higher than Android 9 I think it is?

What a joke though, it’s becoming pointless on purpose. Probably to stop people going for none proprietary devices/products to play the games and apps with like the new bag of sh@t Google are releasing some TV box that mine makes look like dog sh@t any way and mine is 2yrs old already a Mekotronics R58.

This is a growing problem that hardware manufacturers of the boxes should be fixing with their own backup tool to backup per app apk+data and as a .img file style backup in one tool but they cannot be bothered, in fact many are making devices abandonware too quickly to care about letting people do the fundamental necessities the boxes and phones should have like backing up.

Here’s a caption from this github page gist.github.com/…/e773dd55ae60ab0b2d6dd2351eb977c…

sadly I doubt that works on Android 12 due to limitations.

To help protect private app data, Android 12 changes the default behavior of the adb backup command. For apps that target Android 12 (API level 31) or higher, when a user runs the adb backup command, app data is excluded from any other system data that is exported from the device.

This does sound very promising though not tried yet?

xda-developers.com/swift-backup-android-12-shizuk…

UPDATE PROBLEM SOLVED

It works Swift Backup is working for Android TV OS 12 apps and data with root apparently it can work without root over adb using Shizuku, I have successfully restored Huntdown game with data on a secondary hard drive from an adooted storage hard drive based device, you can choose individual or batch app backup to internal and external also it allows media backup not sure whether it means videos and music only or everything else on internal storage or the media which is inside apps in some respect like some photo editing and video editing apps possibly?

Cons it is free up to 10x backing up of an app but does habe premium version to allow infinite backup

tpihkal , to explainlikeimfive in ELI5 How come it seems now the old wise tale of Vietnamese eating pets and now its immigrants into the USA?

Cats are/were eaten in Vietnam. I have no idea about Haiti and it’s impossible to search it currently. So, this is people jumping to conclusions that immigrants are eating pets.

Kaboom , to explainlikeimfive in ELI5 How come it seems now the old wise tale of Vietnamese eating pets and now its immigrants into the USA?

An immigrant got caught eating someone’s pet a couple weeks back, and it’s been made out to be like an epidemic.

Rhynoplaz ,

They didn’t even catch them, someone just put a post on Facebook accusing them of it.

sunzu2 ,

Classic psyop origin story

chillbo_baggins , to linux_gaming in What are your games to get into the season for its vibe?

[Star Trucker] (store.steampowered.com/app/2380050/Star_Trucker/) - omg. Bought it about a week ago, it’s devoured my spare time.

Never tried a trucker sim before, usually more into base building, but daym–throw some scifi in there and I’m hooked! All the levers and switches work and are satisfying to pull. Blast through the short tutorial, put on some music, decompress, and just driiiive(/float).

Kit , to nostupidquestions in how do I accept that a doctor earns more than double what I do?

There will always be someone making more than you. The only person you should be competing against is yourself, to reach your goals in life. If your goals are to become a doctor, then go back to school and do it.

ouch , to games in Crew 2 is on sale for a dollar on Steam, Epic, Xbox, & PlayStation until 23rd of September

Fool me once.

SatouKazuma , to linux_gaming in What are your games to get into the season for its vibe?
@SatouKazuma@lemmy.world avatar

I don’t get seasons where I live. It’s just hell year-round.

daddy32 , to linux_gaming in What are your games to get into the season for its vibe?

The Long Dark for winter, of course.

JTskulk , to linux in Why does VirtualBox keep launching on boot?

Try to exclude it from being restored on KDE startup. There could be something running in the background that keeps getting saved and restored. Go to System Settings, System, Desktop Session, put virtualbox in the ignored applications list. You can also just choose “Start with an empty session” and then relog to see if that stops it from coming back, then you’ll know if this is causing your problem or not. Good luck!

cygnus OP ,
@cygnus@lemmy.ca avatar

I was feeling good about this one, but that didn’t work either.

someguy3 , to science_memes in Slapping Chicken
ale , to linux in Why does VirtualBox keep launching on boot?
@ale@mastodon.manalejandro.com avatar
cygnus OP ,
@cygnus@lemmy.ca avatar

No hablo espanol, but this seems to be telling me how to install virt-manager, which is not what I’m tying to do.

Decronym Bot , (edited ) to selfhosted in DNS Management Advice

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
HTTP Hypertext Transfer Protocol, the Web
IP Internet Protocol
PiHole Network-wide ad-blocker (DNS sinkhole)
VPN Virtual Private Network
nginx Popular HTTP server

[Thread for this sub, first seen 11th Sep 2024, 19:25] [FAQ] [Full list] [Contact] [Source code]

wireless_purposely832 , to selfhosted in DNS Management Advice

The steps below are high level, but should provide an outline of how to accomplish what you’re asking for without having to associate your IP address to any domains nor publicly exposing your reverse proxy and the services behind the reverse proxy. I assume since you’re running Proxmox that you already have all necessary hardware and would be capable of completing each of the steps. There are more thorough guides available online for most of the steps if you get stuck on any of them.

  1. Purchase a domain name from a domain name registrar
  2. Configure the domain to use a DNS provider (eg: Cloudflare, Duck DNS, GoDaddy, Hetzner, DigitalOcean, etc.) that supports wild card domain challenges
  3. Use NginxProxyManager, Traefik, or some other reverse proxy that supports automatic certificate renewals and wildcard certificates
  4. Configure both the DNS provider and the reverse proxy to use the wildcard domain challenge
  5. Setup a local DNS server (eg: PiHole, AdGuardHome, Blocky, etc.) and configure your firewall/router to use the DNS server as your DNS resolver
  6. Configure your reverse proxy to serve your services via domains with a subdomain (eg: service1.domain.com, service2.domain.com, etc.) and turn on http (port 80) to https (port 443) redirects as necessary
  7. Configure your DNS server to point your services’ subdomains to the IP address of your reverse proxy
  8. Access to your services from anywhere on your network using the domain name and https when applicable
  9. (Optional) Setup a VPN (eg: OpenVPN, WireGuard, Tailscale, Netbird, etc.) within your network and connect your devices to your VPN whenever you are away from your network so you can still securely access your services remotely without directly exposing any of the services to the internet
Lem453 ,

youtu.be/liV3c9m_OX8

This should help

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines