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/)S
Posts
0
Comments
221
Joined
2 yr. ago

  • Debian uses tasksel for managing specific tasks like the desktop environment. So

     
        
    sudo tasksel install desktop kde  
    sudo tasksel remove desktop gnome
    
      

    should switch the DE from GNOME to KDE.

  • Iirc, at least the text installer (I'm not a fan of graphical installers, thus I can't tell about those) asks if and which DE it should install. You can choose between Gnome, KDE, XFCE, LXQt, and others.

  • As @solrize@lemmy.ml already mentioned: Download the python 3.10 source tarball from python.org, unpack, compile and install it. Then run the python3.10 binary with the venv option in the path where you want your venv to be created. By this, the created venv is configured to use the desired (3.10) version of python, not your system's default version.

  • The wires also bend the light which makes the stars not look like points but gives them prongs.

  • Yes, they became extinct during the ice age, but have been reintroduced by some people who wanted to use them as bait for fishing, causing big trouble in the ecosystem.

  • FYI, earworm is a moth and not to be confused with the earwig which is called Ohrwurm in German.

  • It's "pay or OK", the "pur" subscription isn't needed for viewing the content. They'll probably gonna stick to that until the highest court has finally ruled that "pay or OK" is not OK at all.

  • In Germany, performing sexual actions on a child, i.e. minors below 14, is a crime, commonly called child abuse (§176 StGB). If someone is working with minors, e.g. as a teacher, it's illegal to perform (even "consensual") sexual actions on minors (students of their school) below 16 or 18, respectively, if they are in some authority relation with said minor (e.g. their teacher) (§174 StGB).

  • It also worked back on Windows 7, perhaps even XP.

  • Yes, afaIk, the solution is to set some parameter, like HardwareClockIsUTC, in the Windows registry to true. However, OP doesn't mention running a dual boot machine.

  • generations of talentless kids inflicted them on their parents

    I'm not sure who actually is/was inflicting recorders onto whom here.

  • Thanks. This also confused me.

  • LT supports also languages other than English, Harper doesn't.

  • FYI: You can also run LanguageTool locally or on your own server.

  • Usually I want to run things daily, weekly or monthlyand systemd timers make that very easy.

    While crontab also has keywords for @daily, @weekly and @monthly, the automatic logging of systemd is useful and your example shows that it additionally allows to specify delays. I don't know how anacron handles the latter.