run a test docker image February 2, 2025 | No Comments | linux, server Docker has test images to test the operation of containers: httpbin is one of them, it brings testing endpoints. you can run httpbin, which has […]
install docker February 1, 2025 | No Comments | linux, server you can do these steps with ssh from another computer. I did it via ssh from another computer because the server that has Ubuntu Server […]
GDM | No Comments | linux This is for gdm3. GDM (GNOME Display Manager). GDM is the display manager for GNOME, a popular desktop environment for Linux operating systems. GDM is […]
create an environment variable | No Comments | linux in the .bashrc put the name of the environment variable is VARIABLE, you call it $VARIABLE. if it is a String then you need to […]
create an alias | No Comments | linux An alias is an alternative name assigned to a command. It is a shortcut that allows you to access a command more quickly and easily. […]