I often have to take screenshots of my WordPress themes and other products, and the look better when they have a browser frame around it. For this I open chrome without address bar and use the Mac OSX shortcuts CMD+Shit+4 + Spacebar to take the window screenshot with nice shadow. Here are the commands to
Archives for
terminal
Mongod error | exception in initAndListen std::exception: locale::facet::_S_create_c_locale name not valid
I got this error while trying to start mongodb on amazon ec2. Running this command in the terminal solved the problem. export LC_ALL=C I don’t have any idea about what it means at this time except that it sets the terminal to display all languages. If you can explain what actually it does, please drop
Make command not found in Mac OSX
If you get a -bash: make: command not found error while trying to compile from source, you have to install xcode and then in xcode goto preferences->downloads and install xcode developer tools Download Xcode I’m not sure if you can install command lines without xcode. I can not test as I already have Xcode on