Textmate theme for Chromebook’s Caret?

I am trying to get TextMate’s like colors (dark variant) to Chromebook’s Caret. I did in Settings > User Preferences: { //If you want to disable update checks at startup, change this “promptForUpdates”: true, “defaultTheme”: “textmate”, //This should be any of the supported Ace themes … where I changed the defaultTheme to textmate but I … Read more

How do I install Visual Studio 2015 on a Parallels 11 vm?

I’ve trying for days to instal Visual Studio Professional 2015 on Parallels 11, and I always get this same error message part-way through the process : Setup Failed! Install cannot continue because some required components failed. Please correct the following problems and restart the setup to ensure full product functionality. To learn more, you can … Read more

OSX Lion I cannot access localhost from my browser

I am running mac osx 10.7.5 (My computer won’t allow an upgrade). And apache 2.2.26. I am trying to learn cgi programming with c++ (because I’m already familiar with cpp), but cannot access localhost from my browser. I have my file saved in /Library/WebServer/CGI-Executables. The file permissions are at 755. BTW, I have written a … Read more

Nginx Cannot Find OpenSSL Development Headers

When I run: rvmsudo passenger-install-nginx-module on my El Capitan Mac to install nginx, the terminal prints: Checking for OpenSSL development headers… Found: no But I am certain I have openssl installed. which openssl returns /usr/local/openssl/bin/openssl and /usr/local/openssl/bin: is the first entry in my $PATH. My questions are: Are the OpenSSL development headers included with the … Read more

.bashrc/.bash_profile not loading export

I’m trying to compile code and in order to get it to work I need to run the following line before compilation: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig After this the code compiles normally, I’m trying to add this so that I do not need to run this line each time when I restart my PC. I’ve tried adding … Read more