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/)RU
Posts
3
Comments
389
Joined
2 yr. ago

  • Corporate antivirus is so great that it restricts windows update while not connected to the main network by ethernet.

    Some of us are there once a month.

    Last windows update broke it, and now nobody can update.

    It also bring 5 seconds of load time to any website

  • Mint is my favourite distro. Is everything I want from my computer.

    ... Except the Nvidia support. I need the actual proprietary driver for cuda and it's not the easiest of rides.

    (I switched to Nobara for better support and now the drivers memory leak. I need the courage to distrohop again)

  • I think I know what happened. Did you do something like PATH="/usr/bin/golang"?

    Because doing that overwrite your path variable. You need to set it like this:

    PATH="{PATH}:/usr/bin/golang" to append to the path.

    And well... I hope you got a backup of your /root/.bashrc or whatever you use as a terminal. Restoring it should fix it

    Edit: you should be able to use any program by appending /usr/bin/ to your commands, as long as it's in this directory