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
Twig Include Returns the rendered content You can pass in simple key value pairs to use within your include. {% include '@theme_name/component/component.twig' with { key: value, } ...
Technical SEO refers to the process of optimizing the technical aspects of your website to ensure that it can be effectively crawled, indexed, and understood by search engines. It focuses on improv...
Use case If you find that some application is having trouble connecting to a server via ssh. The next step is to get the error. Where to find the log files The SSH/SFTP log files on Ubuntu 22 ca...
How does Twig work? Consider the following code {{ foo.bar }} First check that foo is an array and bar is a valid element If not, and foo is an object check that bar is a valid property ...
What is a CDN? A Content Delivery Network (CDN) is a network of servers strategically distributed around the world to deliver web content, such as text, images, videos, and other resources, to use...
It’s so satisfying and much cheaper to host your own websites on a self managed barebones vps. But if you’re going to host your own websites then you will need to have a firewall running to protect...
Preprocess functions are used to modify variables before they are used in the template. This allows developers to customize the output of a page without having to modify the template itself. Prepro...
Try this if you cant run npm install because you keep getting gyp ERR!
Install zip sudo apt install zip Zip Commandline Examples Zip the uploads_pxs to uploads_pxs.zip zip uploads_pxs.zip -r uploads_pxs Zip contents of current directory zip -r archive.zip . ...
Ultimately you cannot design for all the screen sizes / resolutions listed here. Pro tip: use google analytics to uncover your audiences most popular screen size and set your artboard size acco...