Skip to content

Instantly share code, notes, and snippets.

View OGProgrammer's full-sized avatar
💭
PHP Dev Available For Hire!

Joshua Copeland OGProgrammer

💭
PHP Dev Available For Hire!
View GitHub Profile
@OGProgrammer
OGProgrammer / gist:e0927933ace059f9a5b2c905622f2428
Created August 17, 2022 20:54
move left right one word - karabiner
{
"description": "Quick Move Forward and Backward by 1 word",
"manipulators": [
{
"from": {
"key_code": "k",
"modifiers": {
"mandatory": [
"left_option"
@OGProgrammer
OGProgrammer / gist:2c572e3cb1c7f7fd486d2caea1186fc7
Last active October 30, 2023 02:35
PHP Optimization - Longhorn PHP 2023

Commands were tested with Debian - other systems may require diff flags/cmds

* indicate source for more info

Find free/used memory

free -mh

Find PHP FPM Memory Usage *