13th
07,12
chmod 修改文件属性
sudo /etc/init.d/networking restart 重新启动网络配置
sudo /etc/init.d/apache2 restart 重新启动apache[显示全文]
13th
07,12
chmod 修改文件属性
sudo /etc/init.d/networking restart 重新启动网络配置
sudo /etc/init.d/apache2 restart 重新启动apache[显示全文]
13th
07,12
首先,
sudo apt-get install alien gcc make
然后就可以到以下网址下载:
http://forum.ubuntu.org.cn/download.php?id=4686
下载sp-sc.tar,然后解压缩之后服知道/usr/bin下。
然后下载这个编译包
建立个快捷方式,只要输入gsopcast,就可以了,然后运行就可以了。
vo=xv(选择默认的播放模式,xv模式是支持显卡硬加速功能的模......[显示全文]
13th
07,12
第一次安装服务器版本,在这个地方做个记录。
最好选择英文,否则没有x支持中文是乱码。
sudo aptitude install zhcon 这个是在命令行模式下实现中文支持 zhcon
sudo apt-get update
sudo atp-get dis-upgrade
修改ip为静态
1. 用 sudo vi /etc/network/interfaces,修改 IP 地址。
代码:
# This file describes the network interfaces
available on your system
# and how to activate them. For more
information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list ......[显示全文]