Basic Setup


Home Forums Single board computers Cubieboard Basic Setup

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3100
    PMB
    Keymaster

    See Linaro running from NAND for now.
    http://rcbeacon.com/blog/?topic=linaro-running-from-nand&view=all

    Hostname and FQDN
    $ hostname ; display current hostname
    $ hostname -f ; display current FQDN
    /etc/hostname ; set to the computer name: ie. websvr
    /etc/hosts ;
    27.0.0.1 localhost
    127.0.1.1 websvr.rcbeacon.com websvr
    $ sudo service hostname restart
    .
    Install
    mc
    phpmyadmin
    awstats
    webmin ; possibly not
    .
    For mail
    postfix
    dovecot
    squirelmail

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.