Ghostscript Cheatsheet
Combine, manipulate, Merge, convert and Extract PDF files using Ghostscript with these powerful ghostscript commands
Welcome to my brain. Excuse the mess.
Handpicked cheatsheets and guides
Sometimes you can think something is more complicated than it is. And sometimes you get beaten down by the fear or the overwhelm of a concept. That’s why I have created this article. It breaks down...
If you want to reserve your Google Crawl budget to your most relevant pages than you wanted to de-index, the irrelevant pages from the Google Crawl. We can set a no-index value on product, pages a...
The confusing thing about Valet is that it’s installed with composer, but you use brew to install PHP. So when you run into trouble with Valet, you often don’t know where to turn. Is the problem w...
I’ve recently migrated from native apple notes to Obsidian for every day note taking. Reasons to migrate. You can’t link notes with Apple notes. Apple notes does not natively support links. ...
Find DB Version mariadb --version mysql --version When your running your own lamp on vps having a cheatsheet like this for Apache may come in handy. Especially when the rubber hits the road. S...
If you want to implement a lot of custom code into your shopify theme, perhaps your even developing your own shopify theme from scratch then you will surely want to implement a shopify local develo...
I’ve been using Git for a long time. Though for a long time I wasn’t using branches. I knew about them and I knew how powerful they were (or could be). I understood the concept. But you can’t use b...
Install php-curl on Apache on Ubuntu 20 If some plugins are not updating on your wordpress site. ensure Curl is enabled on the server. sudo apt update sudo apt install php8.0-curl sudo systemctl ...
HTML data attributes are custom attributes that you can add to your HTML elements to store extra information. They are prefixed with “data-“ and can be used to hold data that is not displayed on th...
If you’re just using a regular background image applied to the section of a block. Your background images will get cut off based on the container width and height. We get around this problem by usi...