
March 6th, 2010, 04:47 AM
|
|
Friend of Wrox
|
|
Join Date: Dec 2003
Location: Oxford, , United Kingdom.
Posts: 488
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Quote:
Originally Posted by mani_he
I want to start using Linux and I wondering which one of those programs are good and where can I download the full version:
Red Hat 9.0
Suse
Fedora ......
|
Debian! http://www.debian.org/distrib/
Quote:
Originally Posted by mani_he
and is anybody know which book is good to learn linux,
|
http://rute.2038bug.com/index.html.gz
Or just:
http://www.google.com/search?ebooks+linux
Quote:
Originally Posted by mani_he
and tells me how can i install php mysql and apache?
|
In Debian, from the console prompt type:
sudo aptitude install mysql-server mysql-client apache2
|