Skip to content

Sami Elkady

Coding, Software and Tech Reviews

Menu
  • Contacts
  • Disclaimer
  • Privacy Policy
  • Terms and conditions
Menu

File compression in Linux

Posted on October 24, 2024February 7, 2025 by Sami Elkady

For along while I was researching the history of compression tools for Linux and I would like to share some of it. It is helpful to know the commands used to manipulate the different formats. This article will at least show the basic/general method of performing a compression and extraction, plus various other tricks. some of…

Read more

USER VISUDO

Posted on October 24, 2024February 7, 2025 by Sami Elkady

Use the NOPASSWD directive You can use the NOPASSWD directive in your /etc/sudoers file. If your user is called user and your host is called host you could add these lines to /etc/sudoers: user host = (root) NOPASSWD: /sbin/shutdown user host = (root) NOPASSWD: /sbin/reboot This will allow the user user to run the desired…

Read more
  • Previous
  • 1
  • 2
© 2025 Sami Elkady | Powered by Minimalist Blog WordPress Theme