Posts

Showing posts from July, 2022

Digital Marketing

Using docker alpine/git on Windows

Example: docker run -it --rm -v ${PWD}:/git alpine/git clone https://github.com/goyuninfo/mycli.git

Solution: dig: command not found on Ubuntu

 apt install dnsutils

Solution: traceroute: command not found

yum install traceroute -y OR dnf install traceroute -y OR apt-get -y install traceroute 

Solution: ping: command not found on Linux

dnf -y install iputils OR yum -y install iputils OR apt install iputils-ping

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them