Netgear Authentication Bypass
avatar

Make sure you update your Netgear Routers

https://threatpost.com/netgear-authentication-bypass-router-takeover/167469/

Posted in News, Security | Tagged | Leave a comment

Redownload all Docker Images
avatar

I recently ran into a problem where my docker server had lost all of the images for the running containers. So when the containers were attempted to be cycled there was no image to start up and the container was then shutting down.

With some quick thinking I was able to use the following command to redownload all of the images on the machine one by one which solved my problem.

docker service ls --format "{{.Image}}"|xargs -I xxx docker image pull xxx

Posted in DevOps | Leave a comment

bash – How to change the output color of echo in Linux – Stack Overflow
avatar

Source: bash – How to change the output color of echo in Linux – Stack Overflow

Posted in News | Leave a comment

How to tell if ffmpeg errored or not? – Stack Overflow
avatar

Source: How to tell if ffmpeg errored or not? – Stack Overflow

Posted in News | Leave a comment

avatar

https://www.gizchina.com/2020/03/07/android-hidden-codes-these-are-the-secret-codes-of-your-device/amp
Posted in News | Leave a comment