sudo apt update & sudo apt full-upgrade January 20, 2025 | No Comments | linux, package sudo apt update is a necessary prerequisite step before running sudo apt full-upgrade If you run sudo apt full-upgrade without having previously run sudo apt […]
duration of ‘sudo’ January 18, 2025 | 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: This is very useful for a script […]