Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MO
Posts
3
Comments
2,045
Joined
2 yr. ago

  • Visit our site as you normally would with the advertising and tracking.

    No, i wouldn't normally visit any site with the advertising and tracking.

    At least they mention that they track you. Most talk only about ads.

  • a number of games, which likely rely on google services.

    For ads, mostly. The vew i tried, one didn't let you select start because of a bug with a missing ad frame (imagine!). The 4 or 5 others ran fine. Might look different with the 90% of games who want to rip ypu off. Payment ingame might rely on Google Services too.

  • Yes, but like @kuneho said, since "deleted" stuff only is marked as deleted (not wiped), there's always a bunch of random on the "empty" space part of a disk, which compresses badly.

    Do cat /dev/zero > /path/to/mounted/partition/zeroes and delete it after cat errored out because no space, to fill the "empty" space with zeroes.

  • You can just use `# cat /dev/your-disk > /dev/your-stick, no need for a (dd) scalpel there.

    If your system uses UUID's in /etc/fstab, you have to change them to match the current partitions to have it bootable. lsblk -o+UUID is nice for that.