Skip to content

Instantly share code, notes, and snippets.

View ivanocj's full-sized avatar
🏠
Working from home

Ivan Costa ivanocj

🏠
Working from home
View GitHub Profile
@ivanocj
ivanocj / fixiconswsl.md
Created April 16, 2024 14:34
Fix Jetbrains Icons in WSL2 (Windows Start Menu)

Fix Jetbrains Icons in WSL2 (Windows)

Jetbrains App's desktop files (*.desktop) in your user local directory are required to be in the usr public directory.

Open the terminal and execute the commands below:

cd ~/.local/share/applications
sudo rm /usr/share/applications/jetbrains-*
sudo cp jetbrains-* /usr/share/applications

Keybase proof

I hereby claim:

  • I am ivanocj on github.
  • I am ivanocj (https://keybase.io/ivanocj) on keybase.
  • I have a public key ASDWrwmw5MhPEPtb_OJhgPe2gx5oq2wGkEiahq027IWWWgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am ivanocj on github.
  • I am ivanocj (https://keybase.io/ivanocj) on keybase.
  • I have a public key ASDRYVOm1jL5OCPX0cpV0gcjMaHVKEo4_J3J4H-p4veQIwo

To claim this, I am signing this object:

@ivanocj
ivanocj / god_save_me.md
Created August 20, 2019 13:47 — forked from lkwatson/god_save_me.md
Compiling OpenCV 4.1.0 on NVIDIA Jetson Nano

sudo vi /usr/local/cuda/include/cuda_gl_interop.h

# Comment the following lines, near the top
//#if defined(__arm__) || defined(__aarch64__)
//#ifndef GL_VERSION
//#error Please include the appropriate gl headers before including cuda_gl_interop.h
//#endif
//#else
 #include