Sponsored Links

Easy Icons for your web and print design – Icon Search Engines

1. Iconfiner A nice website with good interface. Easy to search and download. Give Almost all kind of icons in all sizes (12px to 128px). They say “Iconfinder provides high quality icons for webdesigners and developers in an easy and efficient way” . Nice Icons for every one. – – 2. Iconlet Another good icon search engine with nice interface. Iconlet is simple search engine for free icons, images. ForRead More…

Code Igniter for Beginners in Fedora 11

Code Igniter A Nice PHP Framework with low memmory footprint MVC (Model View Controller) Design Easy to learn and test Suitable for Most hosting accounts Base of Expression Engine 2 Deep Documentation and Tutorials How To Begin in Fedora 11. In Fedora 11 the Apache server is coming as pre-loaded . If you installed the servers it is there. If not install httpd packages by using yum install httpd orRead More…

Sponsored Links

Essential Regular Expressions for VIM Editor in Linux

VIM (Vi IMproved) is a programmers editor in linux. Current version 7.2.148 . It support multiple programming languages like PHP,HTML,CSS,Javascript etc … Its Regular expression performance is amazing. You can run through thousands of lines of database data and remove unwanted commas or You can quickly create an html link list of websites which contain a hunbered or thousand of website address. In VIM you can open files near 1GBRead More…

CodeIgniter with firePHP – FireBug Extension

Debug Codeigniter Application with FireBug and FirePHP, famous webdeveloper extensions for firefox. This is very easy to get the messages, errors, notices from a codeigniter application using firePHP. And it is integrated into the firefox web extension FireBug. This is an essential combination for any PHP Developer those who working in CodeIgniter …

Sponsored Links

Ubuntu 9.10 Karmic Koala – Features

Ubuntu 9.10, codenamed Karmic Koala, is the next major release of Ubuntu Linux distribution. Karmic Koala is scheduled in October 2009. features will include extensive support for cloud computing …

Apache giving the error :Could not determine the server’s fully qualified domain name

In Fedora 11 when i started httd it gives an error Apache giving the error :Could not determine the server’s fully qualified domain name But I Resolved Like this simply open vim /etc/httpd/conf/httpd.conf then add server name the line ServerName www.example.com:80 to my server name ServerName itpublic.m5:80 then save quit :wq Restart httpd will not give errors Happy me–!

Download Font RufScript

My friend hiran venugopalan designed a font using font forge. and it is free to download and use. I designed a logo with that and it got prize in a contest You can download Rufscript from here and the details about the font find here. It is very good

Fedora 10 startup – Plymouth Themes

The default startup of fedora 10 is in text mode a blue progress bar. It uses the plymouth startup manager for better booting and reduce boot time. If you can wait for a litte more time then plymouth can configure for a graphycal startup with great animation. for that go and edit the grub.conf file .dont forget to backup this file before editing # vim /boot/grub/grub.conf kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=87ccfef3-cb97-47d0-9293-03b5954b9e27Read More…

Install Compiz fusion in fedora 10

compiz-fusion is a great tool in linux. it provides 3d desktop with stunning effects. for install compiz fusion in fedora 10 1) Remove Old Compiz Package #yum -y remove compiz 2)Install the Livna repository #rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm 3)Install the new compiz-fusion with lots of pluggins #yum -y install compiz-fusion compiz-fusion-gnome compiz-fusion-extras compiz-fusion-extras-gnome compizconfig-backend-gconf compiz-manager gnome-compiz-manager ccsm fusion-icon fusion-icon-gtk emerald emerald-themes 4) Startup configuration Go to: System -> Preferences ->Read More…

How to Download RPM Package and its dependencies using Yum

Yum is a great tool to install packages in fedora. If we download a package and its dependencies then we can use these downloaded rpms to install in a system which is not connected to internet. for download packages and its dependencies using yum we need a package called yum-downloadonly download from here ftp://fr2.rpmfind.net/linux/fedora/releases/10/Everything/i386/os/Packages/yum-downloadonly-1.1.18-2.fc10.noarch.rpm and install. This will add two options to yum commnad 1. –download only 2.–downloaddir=/path/to/dir usage isRead More…