According to this Guardian article, other advanced life forms just have not found us yet because they have not had enough time to look. According to the calculations, it may be a while before we get to say hello to E.T.
An alternative theory that I have is that once a galactic civilization advances past a certain level, it learns about an unwritten rule of the universe. That is growing civilizations are to be left alone untouched?
To list available contexts: kubectl config get-contexts To show the current context: kubectl config current-context…
kubectl exec -it <podname> -- sh To get a list of running pods in the…
# Create a soft symbolic link from /mnt/original (file or folder) to ~/link ln -s…
git config --global user.name "<your name>" git config --global user.email "<youremail@somewhere.com>" Related Commands Show current…
TypeScript/JavaScript function getLastMonday(d: Date) { let d1 = new Date(d.getFullYear(), d.getMonth() + 1, 0); let…
I had to do some SMTP relay troubleshooting and it wasn't obvious how to view…