A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: Linux

Ekini Edit: A gEdit Scheme / Vim Scheme that is dark and suitable for low-light conditions

A dark scheme with reduced glare and improved readability. The scheme is called Ekini Edit, it is based on the Zendburn and Thankful Eyes. UPDATE: Wow, this post has recently been getting a lot of attention from StumbleUpon. Please keep … Continue reading

Posted in General | Tagged , , , , , | 8 Comments

Meet my new text editor, Gedit (like Textmate for Linux)

I have new text editor for my Ubuntu box. Meet Gedit. For Ubuntu users, you can use your Synaptic Package Manager to install it. Gedit itself at start is very basic and bare. So, I have come up with the … Continue reading

Posted in General | Tagged , , , , , | 1 Comment

Cron job examples for newbies

Here are a few examples from this site. 01 * * * * root echo “This command is run at one min past every hour” 17 8 * * * root echo “This command is run daily at 8:17 am” … Continue reading

Posted in General | Tagged , | 1 Comment

Linux Graphical Vi Cheatsheet

I got this from linuxscrew.com. Just click the thumbnail below.

Posted in General | Tagged , , | Leave a comment

Linux Cheatsheet for the average web developer

Here is a short list of basic Linux commands that I generally use when developing web applications. I update the list whenever I find something useful, so if you want to share something – this post is open for comments.

Posted in General | Tagged , | Leave a comment

New XAMMP for Windows, Linux and Mac OS X

Last October 8, Apache Friends released new versions of XAMMP for Windows, Linux and Mac OS X. I use XAMMP on Windows, but for Mac OS X, I use MAMP – the Mac OS X release of XAMMP is still … Continue reading

Posted in General | Tagged , , , , | Leave a comment