Archives for Software Dev - Page 3
Extracting the Private Key and the Cert Bundle from a PFX file
You've been handed a PFX file and asked to get the .key file (the private key) and a new cert bundle (.crt) out of it Step 1 Install OpenSSL on…
WordPress deceptive themes and elementor fraud
Elementor Kits that require Pro Subscription - Won't know till you purchase They will show you amazing live demos of their elements kit. What they will not tell you that…
Crypto Exchange Complaints?
Often, with foreign / Chinese based crypto exchanges, one doesn't really have access to a Better Business Bureau type of complaint channel. I ran into this - and tried Zendesk.…
Using git desktop with VS Code
Git Desktop with Visual Studio Code Step 1. In git desktop, open the url to the git repo. You will need to provide a local folder for git to work.…
HTTP2 advantages
Http had a serious limitation in the number of HTTP connections allowed between a browser and the HTTP Server. HTTP addressed several limitations and also provided enhancements over HTTP HTTP…
SQL Basics
Inner Join (requires a matching criteria) SELECT * FROM A INNER JOIN B ON = Cross Join - No Criteria Required CROSS JOIN operation will return the Cartesian product of the…
Domain Name Registrars
These are some registrars that our company has encountered issues with. Non responsiveness, renewal without prior warnings or notification, inability to transfer out domains. Namecheap Cons - Upcoming Renewals and…
Roles in AWS vs. GCP Service Accounts
Short Term Credentials versus Long Term Credentials Users are associated with long term credentials (think passwords, access keys, ). AS Roles are for short term access. They are not tied…
GCP security audit – some considerations
Security Audits are a top requirement for any public cloud migration - pre-migration and post migration effort. Anuj Varma offers an in-depth cloud security audit, covering all the pillars of…
Try the ?nocache=1 option
TO test correct behavior in a browser ( http not redirecting to ) try adding a ?nocache=1 to your url