• 1 Post
  • 54 Comments
Joined 2 years ago
cake
Cake day: January 7th, 2024

help-circle








  • Sounds like to me that maybe its not about how thick their skins are but about not taking the job personally. If you view a job just performing a function for money and just focus solely on the job it would look the same. Ignore other peoples drama, personalities, work ethics etc. Just do the job and focus on that ignore the drama, the gossip, and focus on doing your job well.

    I manage staff and my best employees would seem stoic but really they just had focus, good work ethics, and a kind of get in and get out mentality. No gossip, no hanging out with their coworkers. Work was work then go home.





  • Do you mean the delay between when you need to re-enter the superuser password?

    I found this via an LLM:

    To change the delay before needing to re-enter your sudo password, follow these steps:

    1. Open the terminal and run:

      sudo visudo
      
    2. Locate the line:

      Defaults env_reset
      
    3. Add the following line below it:

      Defaults timestamp_timeout=<time-in-minutes>
      

      Replace <time-in-minutes> with the desired timeout in minutes (e.g., 30 for 30 minutes). Setting it to 0 requires a password every time, while a negative value disables the timeout entirely.