Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View okrg's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report okrg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
okrg/readme.md

Wednesday 8:44pm - Nov 2, 2022

I bulk trimmed the white space around images in a directory using this command:

find . -iname "*.jpg" -exec mogrify -trim {} \;

Wednesday 3:03pm - Oct 26, 2022

After upgrading to MacOS Ventura, I discovered I was unable to sFTP into my Pantheon dev server.

The messsage I got was:

no matching host key type found. Their offer: ssh-rsa

I fixed this by editing /etc/ssh/ssh_config and adding this at the bottom under Host *

HostKeyAlgorithms +ssh-rsa,ssh-dss

Popular repositories Loading

  1. career-oops career-oops Public

    Forked from career-ops-hq/career-ops

    AI-powered job search system built on Claude Code. 14 skill modes, Go dashboard, PDF generation, batch processing.

    JavaScript 1 1

  2. okrg okrg Public

    Config files for my GitHub profile.

    JavaScript

  3. lab lab Public

    Nunjucks

  4. fluorite-old fluorite-old Public

  5. dtc-goat dtc-goat Public

  6. intendent intendent Public

    Forked from ygwyg/MAHORAGA

    autonomous trading agent powered by social sentiment analysis and ai that learns, grows, and adapts

    TypeScript