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 […]
connect ubuntu server to the internet | No Comments | linux, server It is a very simple process, but you need to know a few things. first access via ethernet cable: I have a 10-meter Ethernet cable […]
download an ubuntu package manually and install it January 13, 2025 | No Comments | linux you will need a USB flash drive. What we will do is like running ‘sudo apt-get install package’, but since we do not have an […]