Ghostscript Cheatsheet
Combine, manipulate, Merge, convert and Extract PDF files using Ghostscript with these powerful ghostscript commands
Every Problem can be traced back to a lack of assets. DynamiteFrog aims to provision those assets for common web development and digital marketing problems
Handpicked cheatsheets and guides
Sym links are “symbolic” links. Its a symbolic link to a real file or folder. The symbolic part is just a representation of a file, not a real file. Move your file or folder to its new locatio...
When creating pretty basic stock standard website. This is modules I must have and This is what I use these modules for. Modules Pathauto Automatically change the urls to be prettier https://www....
Run in browser console to see list of page content const API_ROOT = "/jsonapi/"; const url = `${API_ROOT}node/article?fields[node--article]=id,drupal_internal__nid,title,body&sort=-created&...
Make all screens equal size command + shift + 0
Using the Chrome browser for debugging website errors is a common practice among developers due to its powerful built-in developer tools. Here’s a step-by-step guide to help you get started: Access...
scp is not a “move” funciton its a copy function so if you copy a file it needs to get copied to a file not a directory. ensure port number is first when coping files scp -P 48827 wp-content....
Create a Google Analytics account Creating a Google Analytics account involves several steps. Here’s a guide to help you set it up: Sign Up for Google Analytics: Go to the Google Analytics we...
Python script import requests def search_string_in_pages(url, search_string): try: response = requests.get(url) if response.status_code == 200: html_content = res...
MySQL databases are an essential part of a WordPress or Drupal website. It’s where all the content for the website is stored. It is essentially just a large, ever growing, “dynamic” text file that ...
Overview of Imagemagick ImageMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write images in a variety ...