Update: Well, it looks like some internet stranger has not only found this post, but they posted it on Hacker News! As it would turn out, actual humans are reading this! It should be noted, however, that this post got absolutely roasted. And righteously so. I drafted this post in a dreadful manner, then let […] The post How To Run WordPress Completely From RAM appeared first on Rick Conlee .
Some time ago, I was dealing with an onslaught of security incidents. Each of these incidents seemed to target Active Directory in one way or another. During one of the incidents I dealt with earlier in May of 2022, I wrote some scripts to help me throughout my investigation phase. A few of these scripts […] The post How To Find Users Created X Days Ago in Powershell appeared first on Rick Conlee…
WebP is a method of image compression used on many images found on the modern internet. The degree of reduction (compression) is adjustable so that a user can choose the trade-off between file size and image quality. On average, WebP achieves 30% more compression than JPEG and JPEG 2000 without losing image quality (see Comparative […] The post Convert JPG Images To WebP Using Python appeared…