/**
  * get the information
  *
  * @see BSDCommon::build()
  *
  * @return Void
  */
 function build()
 {
     parent::buil();
     $this->_distroicon();
     $this->_network();
     $this->_uptime();
 }