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 […]
use vim | No Comments | information, linux, vim For unix-like systems vim comes installed by default If you have a graphical operating system, vim is not very useful, you can use a graphical […]
give permissions to a file January 12, 2025 | No Comments | linux the command is The first digit (7) refers to the permissions of the file owner.The second digit (7) refers to the permissions of the group […]
access a server via ssh | No Comments | linux, server, ssh access a server and its port via ssh port is the port number that the SSH server is using (by default, port 22). Let’s say […]