为你而来

ubuntu教程

ctrl+alt+F2(进入终端)

ctrl+alt+F7(退出终端)

sudo passwd root(修改root密码)

su - root(切换到root用户)

http://www.onlinedown.net/soft/55355.htm(安装xampp的地址)

安装xampp(http://wenku.baidu.com/view/7507363e5727a5e9856a6149.html):

tar xvfz /opt/xampp-linux-1.7.7.tar.gz -C /opt(解压压缩文件)

/opt/lampp/lampp start(开始安装,实为启动,每次开机都要这样做,方可运行php文件)

/opt/lampp/lampp stop(关闭)

 

sudo apt-get install unrar(安装rar格式解压缩软件)

sudo apt-get remove rar(卸载)

apt-get install unzip(安装zip格式解压缩工具)

apt-get remove zip(卸载)

rar x phpwind.rar(在当前路径下解压缩phpwind.rar到当前文件夹)

unzip *.zip(把当前路径下的*.zip,解压到当前路径)

 

路径选择命令:

cd /temp/(转到根目录下的temp目录下)

cd ../(上升一层目录)

posted on 2012-02-23 10:07  为你而来  阅读(156)  评论(0编辑  收藏  举报

导航