recovery mode in linux January 19, 2025 | No Comments | information, linux This is to fix your errors if the operating system cannot boot. you will be able to modify your errors in a root console. I […]
run a command when starting the pc January 18, 2025 | No Comments | linux, server example: You can then enable and start the service with the following commands: On macOS the file to configure is different, but I’m not interested […]
duration of ‘sudo’ | No Comments | linux When you run a command with sudo, you must enter the password. Then if you enter another command with sudo it will not ask you […]
run command with sudo without password January 17, 2025 | No Comments | linux The -s parameter is so that it does not ask you for a password. the command is: example: Using the intermediate shell ensures that the […]
Switch user without using sudo | No Comments | linux This is very useful if you don’t want to use sudo. In my case I changed the permissions of /etc/sudoers and I could no longer […]