Tech Stuff
Techy stuff
How to Kill a Process from the Linux Command Line
Learn how to kill processed from the Linux command line. Picture this: You’ve launched an application (be it from your favorite desktop menu or from …
Troubleshooting Linux
Technical support analysts often receive tickets about high server loads. The cause of high server loads is very rarely attributed to defects in the cPanel software or the …
How to Clear DNS Cache on a Mac
Clear DNS Cache on a Mac There are a few different commands to use for flushing DNS cache on OS X and macOS depending on …
Oracle : Exiting out of loop early
I was working on a project recently and I came across needing a need to distribute orders to zones until certain conditions were met. I …