Skip to content

Instantly share code, notes, and snippets.

View rohanrudra55's full-sized avatar
👋
Working from home

Rohan Rudra rohanrudra55

👋
Working from home
View GitHub Profile
@rohanrudra55
rohanrudra55 / SetupOpencv.md
Last active January 24, 2022 08:23
To setup OpenCV for C++ environment in macOS

First Mehtod

NOTE: Folder names may vary and may need tweaking

Dependencies

  • Open terminal and check for xcode tools xcode-select --install

Using Homebrew

  • Run: brew install opencv (It will take some time)
  • It's installed location is: cd /usr/local/Cellar/opencv and locate for opencv4 folder
@rohanrudra55
rohanrudra55 / TNT’s certificate.md
Last active January 5, 2022 08:19 — forked from rampfox/TNT’s certificate.md
If Crashes when opening Mac Cracked Apps

TNT

Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.

Run in Terminal

sudo codesign --force --deep --sign - /Applications/name.app

always add sudo


@rampfox
rampfox / TNT’s certificate.md
Last active June 26, 2024 16:11
If Crashes when opening Mac Cracked Apps

Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.

Run in Terminal

codesign --force --deep --sign - /Applications/name.app

if Permission denied don't forget to add sudo

example:

@tanyuan
tanyuan / samba-elementary-os.md
Last active May 15, 2023 18:24
Elementary OS (Ubuntu) Samba Server Setup

Setup up Samba file server on Elementary OS (Ubuntu)

So you can access files from other computers (Linux, Mac, Windows) on the same network!

  1. Install Samba:
sudo apt install samba samba-common