• 1 Post
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle








  • I’ve had a lot of luck joining a run club, but there are other activity based clubs. The trick to these though is that you need to keep going to them for a while before you really start becoming friends with people.

    What’s really worked for me was working as a snowboard instructor on the weekend. I’m not saying do that specifically, but finding a second job based around teaching is an amazing way to meet other people who like meeting new people and being nice and sharing their skills and experiences. I should specify, the people I meet are other instructors. I’ve also met some people at events, like when I got my avalanche rec 1 cert.







  • “chown” is a command for changing the users and groups who own a file. But the options “775 xyz” are used with chmod, a command for changing what permissions the owners and groups have over a file. I’m not sure what you’re trying to do so I can’t tell what part of the command is wrong.

    Either way you can run a command with elevated permissions by putting “sudo” in front of the command. Or by switching to the root user by using the command “su” or “sudo -i” (if you have sudo access, but don’t know the root password)