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/)FA
facecloth @lemmy.fmhy.ml
Posts 1
Comments 1
Installing the latest Firefox version on Debian 12
  • you can install as many firefox instances you like by downloading and extracting the tarball and by running a script (suppose firefox clone is extracted in ~/firefox-clone)

    #!/bin/sh
    
    HOME=$(pwd)
    firefox --no-remote
    

    saving as firefox-clone.sh and running it inside firefox-clone directory.

  • Would it be boring to live in a world where most of our works are done by machines?

    Like without any human interventions. What would our routine be like?

    13