Free CSS Editor Software for Linux and Ubuntu Gutsy

November 18, 2007

There are many CSS editors for Linux. Every of this software has particular features. Normally you can use a simple text editor to do a good CSS code for your web projects, but certainly a CSS editor could help you to do a beatiful CSS code.

Quanta as a Linux CSS Editor

quanta

Quanta Plus is an HTML and CSS editor. You can use it for HTML editing but also you could use it for CSS editing. You can find a color picker inside Quanta Plus to choose the colors for your CSS links or background and much more. Quanta is a good choice especially if you run KDE as Desktop Environment.

sudo apt-get install quanta (on Ubuntu Gutsy)

(more…)

Fast installing a Apache Webserver + MySQL Database Server + PHP on Debian

November 7, 2007

Install needed packages

First of all install all the needing packages:

apt-get install mysql-server apache2 php5 libapache2-mod-php5 libapache2-mod-auth-mysql php5-mysql

Create a password for the MySQL User root.

mysqladmin -u root password OWNPW

(more…)

How to Install Eclipse and PHP Eclipse plugin in Ubuntu Gutsy 7.10

November 5, 2007

eclipseide

Eclipse is the best IDE to develop JAVA programs under Linux and Windows. Is possible to use Eclipse as an IDE to deveolp PHP Application and Scripts. There is another fantastic IDE to deveolp PHP Application: “Zend Studio”, but I think that PHP Eclipse is good for every needs. Also, Zend Studio is a commercial software so, I think that PHP Eclipse is better than Zend Studio.

(more…)

Restore Grub Boot Loader in your Ubuntu Linux

November 3, 2007

There are many people that have Grub installed as Boot Loader.
Why this simple How-To?

grub boot loader

Is possible that you have installed Windows XP in a second partition of your HardDisk and after reboot, your Grub Boot Loader don’t start and you can’t access in your linux box.

Is possible that you have backuped your Linux Ubuntu or Debian as quite Disk Image. Now, after restoring through a Linux Live CD and yours backup files, you have to reboot your system. What appened? No system found! No Boot Loader!! Where is Grub?

(more…)