Skip to content

Instantly share code, notes, and snippets.

View kabiiir23's full-sized avatar
🎯
Focusing

Kabir kabiiir23

🎯
Focusing
  • Markopolo.ai
  • Dhaka, Bangladesh
View GitHub Profile
@kabiiir23
kabiiir23 / nginx.conf
Created October 27, 2022 19:08 — forked from kmjones1979/nginx.conf
Example NGINX configuration to route based on country code using GeoIP
# load dynamic modules
load_module /etc/nginx/modules/ngx_http_geoip_module.so;
user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log info;
pid /var/run/nginx.pid;
events { worker_connections 1024; }
http {
@kabiiir23
kabiiir23 / .cspell.json
Last active August 18, 2021 05:34
Typescript + ESLint + Airbnb + Prettier + CSpell
{
"version": "0.1",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"bitjson",
"bitauth",
"cimg",
"circleci",
"codecov",
@kabiiir23
kabiiir23 / gist:e32cff299a254a84d1e6533a2034724a
Created March 27, 2021 15:18
Discord OBS Virtual CAM Support
sudo codesign --remove-signature /Applications/Discord.app/Contents/Frameworks/Discord\ Helper\ \(GPU\).app /Applications/Discord.app/Contents/Frameworks/Discord\ Helper\ \(Plugin\).app /Applications/Discord.app/Contents/Frameworks/Discord\ Helper\ \(Renderer\).app /Applications/Discord.app/Contents/Frameworks/Discord\ Helper.app
@kabiiir23
kabiiir23 / AdobeAMDFix.md
Last active March 25, 2021 17:10 — forked from naveenkrdy/AdobeAMDFix.md
To fix adobe products crashes on AMD hackintosh

Adobe Crash Fix XLNC

Instructions

  1. Install needed adobe apps from adobe creative cloud.

  2. Open Terminal.

  3. Copy-paste the below command to your terminal and run it (enter password if asked).