January 22, 2023uncategorized json to css converter this site helps to separate the json file generated by the chrome coverage tool https://nachovz.github.io/devtools-coverage-css-generator/
January 15, 2023uncategorized bitnami: add lets encrypt cert https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/
January 11, 2023uncategorized root and .ssh folder and file permissions chmod 700 /root chmod 600 /root/.ssh chmod 600 /root/.ssh/id_rsa chmod 600 /root/.ssh/authorized_keys
January 9, 2023January 9, 2023uncategorized prestashop featured-products: group by My intention is to find the query where the featured products are generated, to group by manufacturer so all manufacturers are […]
December 22, 2022uncategorized mysql: login and operate from ubuntu cli login: mysql -u root -p list databases: show databases; select databases: USE database_name;
December 21, 2022uncategorized python regex cheatsheet find string between characters (?<=This is)(.*)(?=sentence) Regexr I used lookbehind (?<=) and look ahead (?=) so that "This is" and […]
December 21, 2022January 17, 2023uncategorized adding google recaptcha to html form find all your recaptcha info and statistics https://www.google.com/recaptcha/admin go to: https://www.google.com/recaptcha/admin/create when you register your recaptcha, you will get […]
December 16, 2022uncategorized microsoft graph api https://developer.microsoft.com/en-us/graph/graph-explorer
December 15, 2022uncategorized firefox: only show the login credentials per subdomain I've got over 5 subdomains, and each with multiple logins, so it can be chaos when I try to login to each […]
November 25, 2022uncategorized prestashop: ps_viewedproducts remove cache i'm using the ps_viewedproducts module as a "recommended products" module, so I want to remove theĀ "viewed" limitation. go to […]