Ben Chuanlong Du's Blog

It is never too late to learn.

Fix the CrashLoopBackOff Issue of Pod in Kubernetes

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Define command as ["/busybox/sh", "-c", "tail -f /dev/null"] instead of ["/busybox/sh", "-c", "tail", "-f", "/dev/null"]

Downloading Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

GUI Tools

transmission

Transmission is the BEST cross-platform BitTorrent client. It is simple, clean and allows setting the uploading speed to zero (i.e., disable upload), which almost all other BitTorrent …

Tools for Differencing Text Files

General Tips

  1. If 2 files are formatted differently, you can first format them and then check the differences between them. An extreme way is to get rid of all white spaces in the 2 files and then compare them.
    sed -i 's/ //g' file_1 file_2
    

Command-line Tools

git-diff

git diff …

Deep Learning Tools and Apps

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://www.imageidentify.com/

Neural Style Transfer Applications

DeepArt

Prisma