标签: ispcp

  • debian-ispcp官方安装教程

    Make sure you are logged in with an user that has root privileges.
    STEP 1 – Download & Extract the distribution files
    If not installed on your System, please install “aptitude” via:

    # apt-get install aptitude
    # aptitude update && aptitude safe-upgrade# aptitude install tar bzip2 wget lsb-release# mkdir -p /usr/local/src/ispcp# cd /usr/local/src/ispcp
    Download your Copy of ispCP from SourceForge.net with wget

    Untar the File: (REPLACE .X.X with your downloaded Version)

      (更多…)

  • Debian安装ispCP

    在你安装ispCP前请确认你注意到以下问题:
        (1)如果你使用的是Debian Sarge,请升级到Etch或者Lenny。
        (2)你的服务器必须配置有完全合法的域名,或者这个域名可以被网络上的其他计算机识别。
        (3)服务器的安装,请见教程:Debian 5.0.1图文安装教程!
        (4)服务器的IP、子网掩码等设置,以(3)中的教程设置为范例,您可以自行修改成你的设置。
    一、修改更新源
        编辑更新源,将更新源中的光盘源取消掉

    host:~# vi /etc/apt/sources.list
         找到如下开头的内容,在其前面添加“#”或者直接将这一行删除: debian cdrom:[Debian GNU……
    二、安装ssh server
        ssh server在debian 5中默认不安装的,为了我们远程管理方便,我们要安装ssh server,运行如下命令: host:~# apt-get install ssh openssh-server
    三、设置主机名 (更多…)