Filtering in PHP is super easy with the built in filter_var() function. Filtering is essential when taking in form input or applying logic to any…
Stuff and Things...
Filtering in PHP is super easy with the built in filter_var() function. Filtering is essential when taking in form input or applying logic to any…
Interview questions for developers are by nature “trick questions”. I say this because I have seen it too many times. On one hand, the question…
Exakat Exakat is a tool for analyzing, reporting and assessing PHP code source efficiently and systematically. Exakat processes PHP 5.2 to 7.4 and 8.0 code,…
But first…. Are we really at http/3? and what the heck is IETF QUIC? QUIC is a new networking transport protocol that combines the features…
TypeLit.io is a fantastic idea. This site will let you improve your typing skills by typing actual books. No more typing about foxes and jumping.…
ANDROID IN A BOX is here to bring any Android OS to your Linux box. Android in a box (Anbox) is a brand new player…
This amazing Bash trick comes from Pascal Hirsch on Twitter. It goes like this: Enter a line of Bash starting with a # comment, then run !:q on the next…
“The PHP team is pleased to announce the eighth testing release of PHP 8.0.0, Release Candidate 1.” This RC can be found on the official…
WINDOWS SERVER VULNERABILITY REQUIRES IMMEDIATE ATTENTION.This has been posted on /r/sysadmin on Reddit: CVE-2020-1472 Netlogon Elevation of Privilege Vulnerability byu/ugus insysadmin Twitter post explaining it:…
I’ve been using Docker a lot at work for development. This leads to a pile-up of images on the server. In order to clear them…