-
How To Install Setacl in Linux
First, there’s no setacl in Linux. Instead, it has setfacl. Take note of the f. Second, setfacl is part of the access control list(acl) package so we install the acl intead of setfacl. In that way, we also install getfacl.
-
How to Upgrade MySQL 5.0 to 5.5 in CentOS
I upgraded the installed MySQL on my two VPSes about two months ago and I thought I already saved the steps somewhere or at least the saved the URL of the how to. I did not so when I tried to upgrade the Pagudpud Resort‘s (owned by the Jackoleros) database server, I don’t know where…
-
LAMP Install on VPS : CentOS5+Apache+MySQL+suPHP
Here’s the work-in-progress instructions for setting up a LAMP. It’s been sitting on my draft for ages and I have to publish it because a few of my friends need it. **** NOTE : If you notice, it’s still a draft. It came from a number of sources but these are the steps I use.…
-
Apache Cannot Allocate Memory Problem
For the past month, I have been encountering some problems with my WordPress installation. I keep getting the Error 500. I checked the log files and here’s what I found. (12)Cannot allocate memory: couldn’t create child process: /opt/suphp/sbin/suphp for
-
Missing Custom Fields on WordPress 3.2
I’m now using WordPress 3.2 in all my new installation. Of course, I already upgraded the rest of my websites. But I found something that’s really strange. The Custom Fields and a few other modules are missing the the post editor. I was thinking maybe it was removed in the latest version or that it…
-
Update User Password in MySQL
Apparently, quite a number of people are looking into my humble website trying to find out how to change a password of an existing user. Doing this is easy in Oracle with a ALTER USER command. In MySQL, it is different in such a way that you need to update a table. Here’s the command.
-
How To Cancel Subscription on Paypal
The menu on PayPal dashboard is very confusing to say the least. You have to dig into the menu to be able to find what exactly you are looking for. Case in point is the subscription. You’ll have to click several links just to see what your current subscriptions are. So for the benefit of…
-
Recursive setacl command on Linux/Unix
Setting access control list(acl) recursively is not as straigthforward in HP/UX. I believe the same is true for other Unix flavors. In case you are wondering how, the command is shown below.
-
SubVersion Initialization Error
After installing subversion, I hit some error when I tried to restart Apache. When I removed/renamed the subversion.conf and the error went away. Obviously, subversion did not work. So I investigated to find out the root cause.
-
How To Install Subversion on CentOS
I finally decided to setup an online version control and chose subversion (instead of cvs which I use on my macbook). Initially, I was thinking of subscribing to github but the prospect of paying monthly did not bode well especially that it would only be me who will be updating the codes. Github has a…
Recent Comments