Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

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

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.