Monthly Archives: May 2018

Atom editor issue

I installed atom editor on my mac but when I ran it from the terminal it always disappear. So I have to run these commands again: rm /usr/local/bin/atom ln -s /Applications/Atom.app/Contents/Resources/app/atom.sh /usr/local/bin/atom

Posted in Uncategorized | Leave a comment

PHP page 500 error

If you got 500 error and you’re wondering what the error really is, you can use the following statement in your php file: ini_set(‘display_errors’, 1);

Posted in Uncategorized | Leave a comment