How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
Related Posts
Find and delete files older than 1 week (example)
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
Invalid argument: AH00076: Failed to enable APR_TCP_DEFER_ACCEP
In order to eliminate this warning Invalid argument: AH00076: Failed to enable APR_TCP_DEFER_ACCEP Add this…