I have Ubuntu installed and I am trying to compile node.js
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Monday, June 4, 2012
Node.js could not configure a cxx compiler! (Ubuntu)
Sunday, June 3, 2012
Is Ubuntu an acceptable distro for running a production server?
I'm not a great Linux expert, but I'm comfortable running my Ubuntu desktop. I've also got a little experience running Ubuntu as a server as well, for my home network.
Tuesday, May 29, 2012
sudo changes PATH - why?
This is the PATH variable without sudo:
$ echo 'echo $PATH' | sh
/opt/local/ruby/bin:/usr/bin:/bin
Sunday, May 20, 2012
SVN - Permission Denied
I have set up a Linux Server and installed Apache and SVN and dav_svn on it. Now, when I try to upload to https://x.x.x.x:x/svn/repo with Tortoise SVN I get
Friday, May 4, 2012
How to secure phpMyAdmin
I have noticed that there are strange requests to my website trying to find phpmyadmin, like
Thursday, April 12, 2012
How to start using and developing on Ubuntu Linux?
I am a newbie Linux user who came from 10 years using windows OS, and developing in Microsoft languages.
Monday, February 20, 2012
Remotely accessing web server, and connecting to local mysql (via php)
I am trying to connect to my local mysql server via php. so my code looks as follows:
Friday, January 13, 2012
PDO_OCI: could not find driver
Today my problem is connected with PDO, OCI8 and PDO_OCI. But from the beginning.