Category: Tech Stuff
How to Kill a Process from the Linux Command Line
- by Ben
- 3 years ago
- 0 comments
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 the command line) and you start using that launched app, only to have it lock
Read MoreTroubleshooting Linux
- by Ben
- 3 years ago
- 0 comments
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 applications it installs. High server loads are something that should be initially investigated by the
Read MoreHow to Clear DNS Cache on a Mac
- by Ben
- 3 years ago
- 0 comments
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 the version you are running. As the procedure is the same on all versions, we
Read MoreOracle : Exiting out of loop early
- by Ben
- 9 years ago
- 0 comments
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 found the EXIT statement came in handy for this PL/SQL Block. Oracle/PLSQL: Exit Statement The
Read More