error: can’t create transaction lock on /var/lib/rpm/.rpm.lock (Permission denied)
sudo does the trick.
Zend Framework quickstart – Part 1
Here are the links that I followed while getting started with the Zend Framework: Overview Case Studies (download and read the case study of IGN Entertainment) Technology Partners Zend Framework Quick Start Zend Framework and MVC Introduction Create Your Project Using the CLI Tool So far, Zend Framework looks pretty much like CodeIgniter in a way [...]
Setup Zend Command Line Console Tool in Fedora Linux
The CLI, or command line tool (internally known as the console tool), is currently the primary interface for dispatching Zend_Tool requests. With the CLI tool, developers can issue tooling requests inside the “command line windows”, also commonly known as a “terminal” window. Some examples of actions that you can perform with the Zend Framework Command [...]
Install HandBrake on Fedora 12
Yes, I’m still using Fedora 12 even though there’s already Fedora 13 and Fedora 14 alpha release. It’s not easy for me to upgrade my OS since a lot of my projects depend on my current environment. I’ll probably try out Fedora 13 or 14 when I already have a spare machine so I can [...]
update.locale file doesn’t exist in either the XCurProcD or GreD directories
I have been getting this error from my Firebug’s console: [Exception... "update.locale file doesn't exist in either the XCurProcD or GreD directories" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: file:///usr/lib64/xulrunner-1.9.1/components/nsUpdateService.js :: getLocale :: line 608" data: no] file:///usr/lib64/xulrunner-1.9.1/components/nsUpdateService.js Line 608 At first I thought it was some mysterious bug from one of my projects, but [...]
