Thread: Linux Flavours
View Single Post
  #4  
Old 25th October 2008, 16:48
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default
Well, I would suggest KDE if you are a Windows user. It is more user friendlier than Gnome and it has more features. Gnome keeps it simple and more stable I would say. There are many debates over the internet concerning KDE vs. Gnome. Both project do a great job and I think choosing one despite of another its just a matter of choice.
Cheers and have fun in Linux. You will discover a new world!
__________________
PHP Code:
class mySelf extends World
   
{
       public 
$health;
       private 
$friends;
       protected 
$love;
  
   public function 
__construct()
  {
       
$this->health 100;
       
$this->friends 2;
       
$this->love true;
  }
  protected function 
__love()
  { 
      
//has a bug... for the moment...
      //will fix it later.. until then:
      
sleep(15*365*24*3600);
  }

Reply With Quote