A bug has been identified in sudo’s get_process_ttyname(). This significant vulnerability in the sudo command on SELinux enabled systems granting root access to anyone with a shell account. Basically, a…
How To Patch Sudo on Ubuntu
Intel's New Processors And The Future Of High-Powered PCs
After AMD gave us the 16-core and 32-threads “world’s most powerful consumer processor” recently, Intel has responded guns blazing in spectacular fashion. It’s X-series range describes their next generation of…
You Should Probably Start Covering Your Webcam
I'm serious. Even if you’re not a celebrity, you probably have something to lose by having your personal information held at ransom. Over time a few high profile individuals have…
Open links in new tab Ghost Markdown
By default Ghost markdown doesn't create links which open pages in a new tab (target="_blank"). This can be achieved as follows: [A link to Vast Exposure website & graphic design](http://vastexposure.com"…
Search for text in file Mac/Linux terminal
A very useful thing to be able to do is to find in which files certain text is contained. Open the terminal and run the following command: grep -r "some…
Use any TTF font CSS
If you want to use a TTF font (standard font file) on your website you need to start by defining your font in CSS: @font-face{ font-display:swap; font-family: typewriterFont; src: url(../fonts/typewriter.ttf);…
Get Rid Of Advanced Mac Cleaner From Safari
Many people consider this additional extension a virus, and while it technically doesn't fit the description, it can be an annoyance. In this article, we are going to share a…
How To Install Android Studio on Ubuntu
Android Studio is the official IDE for the Android platform. It provides programmers with provides the fastest tools for building apps for every type of Android device. Assuming you require…
Moore's Law Takes A Quantum Leap
The past few days have seen news littered with headlines about the 2017 version of Nokia’s 3310 in South Africa at a less than attractive introductory price. Yet its appearance…
Make select required HTML5
You can make a select field required with the following: <select class="form-control" id="basicQuoteSelectPackage" name="basicQuoteSelectPackage" required> <option value="">Select package</option> <option value="Basic: logo design">Basic</option> <option value="Standard: branding pack">Standard</option> <option value="Pro: logo &…









