Osx Index Page 1
Pygame blank screen with python3 and osx
Here is the solution when using pygame with OSX and you get a blank screen or not loading. You will need to uninstall and then install pygame from source code. In this article, we explain step by step how to fix pygame not loading in mac.
Osx Index Page 1
OSX Solution: No package 'gobject-introspection-1.0' found
The error: PKG_CONFIG_PATH environment variable No package 'glib-2.0' found, could be easy solved when using brew by settings the PKG_CONFIG_PATH to the following value: export...
Osx Index Page 1
OSX Solution: PKG_CONFIG_PATH environment variable No package 'glib-2.0' found
The error: PKG_CONFIG_PATH environment variable No package 'glib-2.0' found, could be easy solved when using brew by settings the PKG_CONFIG_PATH to the following value: export...
Osx Index Page 1
How to use nix with catalina
After Catalina upgrade /nix will not be writable. In this tutorial, we explain step by step how to use nix with catalina by creating a volume to mount /nix on it. Read the full tutorial to find step by step
Osx Index Page 1
How to disable sip mac os catalina
In this brief tutorial, we explain how to disable SIP. You will need to start on recovery mode and from the terminal execute: csrutil disable. Make sure you understand what it means to disable SIP, read here for more information.
Osx Index Page 1
MacOS: Package 'libffi', required by 'gobject-2.0', not found
Check here the solution for
Osx Index Page 1
How to open Open Current Folder in Finder from Terminal of Mac OS X?
To open finder from the terminal in OSX use the commnad
Osx Index Page 1
Iterm2: terminal where in my cursor behaves strangely
When using iTerm2 the cursor could behaves strangely on tmux or apps console, especially with tmux. You need to enable Enable "Use Unicode Version 9 Widths" on your profile settings.
Osx Index Page 1
How to fix: MacBook pro gets hot in sleep mode
If you put in sleep mode your mac and the computer get's high temperature, you need to check out the check list we have.
Osx Index Page 1
How to Show or Hide Files in Finder (OSX)
If you want to show or hide files in finder you can use defaults command. To enable it use defaults write com.apple.finder AppleShowAllFiles TRUE. You need to kill Finder, check here for more details