I just can’t have enough cores! My current main PC is an AMD X2 3800+ due core and while it’s still working great…. I suddenly have developed the urge to build a new PC with a quad core CPU! Do you have that feeling sometimes?
Ok, the real story is that I’ve turned the current PC into a home theater PC and now it’s sitting in the bedroom alongside a shiny new 1080p Philips 42″ LCD that I bought for the wife as her birthday present (evil smile :-)). While it’s a great setup, sometimes I just need to work at a desk and not on the bed… therefore the need for the replacement PC.
It looks like currently the best value quad core CPU is the Intel Core 2 Quad Q6600, priced at a relatively affordable $289 from Newegg.
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…