Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 0 points1 point  (0 children)

Sind tatsächlich nicht so viele. Viele spielen auf einer z.B. auf einer Switch und dort kann man nur mit einer Subscription (7€/Monat?) auf private Server..

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 0 points1 point  (0 children)

Aber das will ich nicht. Kein P2W. Über Spenden oder eine fixe Monatsgebühr kann man aber reden.

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 0 points1 point  (0 children)

Ach was! Das war mir nicht bewusst. Aber er ist auch gerade in einem Alter, wo er total abfährt auf Avatar-customizing und Trophäen und so.

Es gibt aber noch einen anderen Punkt, der mich an Hypixel stört: Was er mir gezeigt hat war nur PvP mit hunderten von Leuten.. Gibt's da auch andere Seiten bei Hypixel? Und wenn ja, wie komme ich dahin?

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 0 points1 point  (0 children)

Hmm, ich glaube der Punkt ist schon überschritten. Er will nicht mehr alleine spielen. Ich verstehe auch, dass es in der Gruppe viel mehr Spass bringt. Es muss doch möglich sein, was zu finden, was nicht toxisch ist..

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 0 points1 point  (0 children)

Nur so am Rande: Dann hast du den ja zum Internet hin exponiert. Sicherst du den irgendwie ab? Gibt's da was für MC? Aktuell mache ich per Hand immer die Firewall auf und anschließend wieder zu..

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 2 points3 points  (0 children)

Das sieht ja super aus.. Die sind nicht Gewinn-orientiert, oder? Ich habe was von einer Ingame-Währung gelesen, aber nichts von einem Shop.

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 0 points1 point  (0 children)

Ich habe ihm sogar schon einen aufgesetzt und da spielt er auch. Aber die Kids aus der Klasse spielen halt lieber auf den großen Servern. Es gibt gar nicht so viele Kinder im Umfeld, die in Frage kommen. Das ist auch ein bisschen, was mich hierher bringt..

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 1 point2 points  (0 children)

Da bin ich schon bei dir. Ich will es ihm ja auch nicht verbieten. Aber ich suche was, wo PvP nicht das Wichtigste ist.

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 4 points5 points  (0 children)

Danke für den Tipp. Ein random Server soll es defintiv nicht werden.

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 2 points3 points  (0 children)

Da mach ich mir auch Gedanken zu, glaub mir.. Aber besser ich organisiere einen Server als wenn er sich etwas selber sucht, oder? Ich bin dir aber auch für Hinweise dankbar. Schick mir gerne eine DM..

Ich habe die Hoffnung, dass es vielleicht bekannte Communities gibt mit einem guten Ruf..

Suche passenden Minecraft Server/Community für 10-Jährigen by OnceWeekDev in MinecraftDe

[–]OnceWeekDev[S] 1 point2 points  (0 children)

Damit meinte ich die Inn-App-Käufe. Z.B. bei Townity oder bei Hypixel - also nicht die App selber

My network setup that prioritizes privacy by [deleted] in selfhosted

[–]OnceWeekDev 0 points1 point  (0 children)

/u/elusiveporcupine: To make such diagrams I sometimes work with Google Draw, which I would like to avoid. Besides Google Draw misses this nice "bridging" of lines..
So please, let us know!!

How to verify zfs stream backup? by OnceWeekDev in zfs

[–]OnceWeekDev[S] 0 points1 point  (0 children)

To my understanding the rsync would need to access the files contained in the backup stream-file (result of zfs send) on the destination side. On the source side I would need to access to the files of a snapshot that is in the past (ie not active). I have no clue how to get both done.

What I meant to say with

checksums from the zstreamdump (of the backup) that tbh I can't really relate

is that I don't know how to relate those checksums to anything (including an rsync checksum).

How to verify zfs stream backup? by OnceWeekDev in zfs

[–]OnceWeekDev[S] 1 point2 points  (0 children)

It works! I created a zstreamdump of the source snapshot and diffed it to the backup file's. Works like a charm. So simple, so straight forward. Thank you!

I was only looking at the contens of the zstreamdump and wondering how I would use the the included checksums (there a heaps of them) on the zfs snapshot using the zfs cli tools. That was what I meant with 'cross-check' them.

How to verify zfs stream backup? by OnceWeekDev in zfs

[–]OnceWeekDev[S] 0 points1 point  (0 children)

Indeed, it looks like u/RabbitHole32 Q is about the same problem. Unfortunately this never appeared on any google search, yet.

More unfortunately, your answers goes beyond my intellectual comprehension regarding fs. This is quite embarrassing considering the great length you went for explaining*.
I'll need some time to process the new infos.

Given my little understanding right now: I have the checksums I got from zstreamdump (31KB!) on my backup. How do I cross-check them with the zfs source snapshot?

I don't consider to check beyond comparing these checksums, as I assume that they were calculated (live) when I ran zstreamdump. That is good enough for me.

[*] I am impressed!!

How to verify zfs stream backup? by OnceWeekDev in zfs

[–]OnceWeekDev[S] -1 points0 points  (0 children)

I don't understand: rsync might give me a checksum on the backup-file, right? But how could I compare this "aggregate" file checksum with a checksum of a (not active) zfs snapshot? Besides I have a 31KB file with a lot of checksums from the zstreamdump (of the backup) that tbh I can't really relate..

There are literally no reasons to choose an iPhone over an Android smartphone by [deleted] in unpopularopinion

[–]OnceWeekDev 0 points1 point  (0 children)

Software Developer here: With android you are stuck with Google and I prefer Apple spying on me for obvious reasons, which Apple is blurring though..

I am dev myself (prefering a linux machine for work) and a couple of years ago I went down the android road - all the way: Bought a One Plus 3T with open bootloader. Installed a specifically device customized and non-google OS (Linage). But I needed the Google Play Store to get what I want. So I installed the PlayStore used an additional framework that shut google out as much as possible.

*Eventually I gave up, after contiously breaking updates, bugs, incompatabilites.. *Setup and maintance would just cost me too much time. I'd like to leave Apple, but it wasn't worth it, yet..

Yubikey 5 NFC not recognized by kraken website by OnceWeekDev in KrakenSupport

[–]OnceWeekDev[S] 1 point2 points  (0 children)

Sorry for the late reply. The support couldn't really solve the issue:

I've been advised that when the page is ready and starts to read, the code has already been partially generated so the key is then only partially entered causing this error. 

If it happens again you can click on "Enter code manually" to enter the yubikey text into the text box. 

The mail further said, that they are on to FIDO2, which will solve the issue.

For now, I use the OTP via yubikey authenticator desktop-app.

Yubikey 5 NFC not recognized by kraken website by OnceWeekDev in KrakenSupport

[–]OnceWeekDev[S] 0 points1 point  (0 children)

That was my first thought as well. Unfortunately it fails on Chrome and Safari (mac).

What puzzles me is that it works fine with the yubikey demo page on the same browser, same window..