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
Cron Sequence of dashes minute hour day of month month day of week The cron sequence is displayed like this for example 15 10 5 * * The cron sequence 15 10 5 * * can be broken down...
Hide / Show command 1 hide show project window command p show parameters when cursor in between parenthesis shift shift then go to actions, show ideaction Search Search anywhere shift shift Prev...
Compile sass into css with the simplicity of laravel-mix npm init npm install laravel-mix Create webpack file vim webpack.mix.js let mix = require("laravel-mix"); mix.sass("scss/style.scss"...
Overview Microcontent is a module Microcontent is the blueprint for reusable content Reference peices of microcontent from paragraphs module When working with microcontent and paragraphs -...
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...
Find Files by name find /path/to/search -type f | grep "pattern" Find File containing text string. grep -rl "string" /path find file containing text string in specific file type. grep -r "exa...
Login to LiteSpeed https://docs.litespeedtech.com/cloud/images/wordpress/#web-server-control-panel-access get password cd <enter> cat .litespeed_password allow access ufw allow from you...
Cheatsheet for Composer with a focus on Drupal Web Development
Customizing Views Customizing views is Best done from the view admin rather then the twig files. the view admin gives you all the options to add classes and html. Outputing a block view if you...
Start a new project cd into your project root directory. Then run the ddev config command and choose your project settings. ddev config Start an existing project ddev start Import db ddev ...