Based Jaded & Stoned

  • 0 posts
  • 14 comments
Joined 2 years ago
Cake day: December 6th, 2024
  • Australia (28% of global reserves) Kazakhstan (13% of global reserves) Canada (10% of global reserves) Russia (8%, of global reserves) Nambia (5%of global reserves) Uzbekistan (2% of global reserves) It sounds like you confuse mining, raw ore and exporting refined ingots.

    Kind of like how a baker sources his flower from many farmers sometimes globally depending on the best rate and availability.

    Don’t confuse resource availability with financial incentive.

  • Sudo find -f

    Super user do command find and look for all files in the current directory

    Makes a tempory separate session (shell) to run command as root user from the current working directory

    Doas find -f

    Super user do command find and look for all files in the current directory

    Makes a tempory separate session (shell) to run command as root user from the current working directory

    Doas bob find -f

    Do as Bob look for all files that can be accessed

    Makes a tempory separate session (shell) to run command as bobs user from the current working directory, will show any files that bobs group or user owns.