Installing GCC on macOS Catalina

Probably not the elegant answer, but it worked. I was able to find the header files needed using $(xcrun –show-sdk-path) I then copied them all to /usr/local where the gcc location was expecting them to be. Now all works.

Shared folder between MacOSX and Windows on Virtual Box

Edit 4+ years later after the original reply in 2015, virtualbox.org now offers an official user manual in both html and pdf formats, which effectively deprecates the previous version of this answer: Step 3 (Guest Additions) mentioned in this response as well as several others, is discussed in great detail in manual sections 4.1 and 4.2 Step 1 (Shared Folders Setting in … Read more

How can I Remove .DS_Store files from a Git repository?

Remove existing files from the repository: Add this line: to the file .gitignore, which can be found at the top level of your repository (or create the file if it isn’t there already). You can do this easily with this command in the top directory: Then commit the file to the repo:

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)