• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle

  • This is actually my own Oh Shit story.

    Early days of being a sysadmin and making changes on a major Linux server that we have in production. Running routine commands and changing permissions on a few directories and I make a typo. “sudo chmod 777 /etc/” instead of typing the rest of the directory tree I accidentally hit return.

    It only ran for a fraction of a second before I hit CTRL + C to stop it but by then the damage had been done. I spent hours mirroring and fixing permissions by hand using a duplicate physical server. As a precaution we moved all production services off this machine and it was a good thing too as when we rebooted the server a few weeks later, it never booted again.

    For those that don’t know, chmod is used to set access permissions on files and folders, the 777 stands for “Read + Write + Execute” for the owner, group, and everyone else. The /etc directory contains many of the basic system configuration files for the entire operating system and many things have very strict permissions for security reasons. Without certain permissions in place those systems will refuse to load files or boot if not properly set.


  • Every language is just a tool for the job. From what I understand Go is great for multithreaded web or backend applications. Now if you were a game developer you would most likely not be using Go as it is not industry standard and the support just isn’t there. Rust also intrigued me but as my current job is windows only I mostly write code in C# or Powershell.

    What I do like about Rust are things like exhaustive matching and memory safety. I dislike cargo for the same reason I don’t like other languages with package management, supply chain security risks.

    Pick the best tool for the job and use whatever language you enjoy the most.





  • Same except I am in a decent amount of debt due to ADHD impulse purchasing. I was diagnosed as a teenager but only in the last year have I started taking meds to help control ADHD as my symptoms and issues have gotten worse in the last 2 years to the point of having a full on breakdown.

    I finally created an account just to post this because OPs and other’s accounts resonate with what I am also experiencing.