Monthly Archive: January 2021
Docker – Alpine
docker alpine is a linux with all minimum networking files/tools to be able to test quick stuff. docker run -it alpine = how to start it. hostname -i ip address ip address | grep inet ip route ifconfig nslookup traceroute…
Read more
Linux commands
echo $PATH = will show all executable commands path available. export PATH=$PATH:/home/dir/dir = will add this path to the executable path available which “name” = will show the path of the executable “name” man = get in deep help on…
Read more