代码搜索:sudo
找到约 187 项符合「sudo」的源代码
代码结果 187
www.eeworm.com/read/324953/13236017
txt readme.txt
it need gtk2.x ppp
if you are playing in debian
try to run "sudo apt-get install libgtk2.0-dev ppp"
then run "make"
good luck .
-----2008年03月17日 星期一 15时35分43秒 -0.676140 seconds
run "dpkg-buildpackage
www.eeworm.com/read/318248/3570297
entries
/confirm-action.html.tmpl/1.1.2.1/Sat Oct 14 22:05:55 2006//TBUGZILLA-2_22_1
/sudo.html.tmpl/1.3/Sun Nov 20 01:31:36 2005//TBUGZILLA-2_22_1
/table.html.tmpl/1.6.2.2/Sat Oct 14 20:30:55 2006//TBUGZILLA
www.eeworm.com/read/302839/3822504
makefile
CC= gcc
CCFLAGS= -g -O0
default: m5term
m5term: term.c
$(CC) $(LFLAGS) -o $@ $^
install: m5term
$(SUDO) install -o root -m 555 m5term /usr/local/bin
clean:
@rm -f m5term *~ .#*
.PHONY: clean
www.eeworm.com/read/442656/1755511
makefile
CC= gcc
CCFLAGS= -g -O0
default: m5term
m5term: term.c
$(CC) $(LFLAGS) -o $@ $^
install: m5term
$(SUDO) install -o root -m 555 m5term /usr/local/bin
clean:
@rm -f m5term *~ .#*
.PHONY: clean
www.eeworm.com/read/382758/2628196
entries
/newchangedmail.txt.tmpl/1.6.2.1/Thu May 10 11:14:11 2007//TBUGZILLA-3_0_5
/sudo.txt.tmpl/1.2.2.1/Mon Jul 16 23:51:26 2007//TBUGZILLA-3_0_5
/votes-removed.txt.tmpl/1.2.2.1/Wed Apr 2 17:46:56 2008//TB
www.eeworm.com/read/381662/2643020
entries
/newchangedmail.txt.tmpl/1.6.2.1/Thu May 10 11:14:11 2007//TBUGZILLA-3_0_6
/sudo.txt.tmpl/1.2.2.1/Mon Jul 16 23:51:26 2007//TBUGZILLA-3_0_6
/votes-removed.txt.tmpl/1.2.2.1/Wed Apr 2 17:46:56 2008//TB
www.eeworm.com/read/382758/2628171
entries
/confirm-action.html.tmpl/1.1/Sat Oct 14 22:02:10 2006//TBUGZILLA-3_0_5
/sudo.html.tmpl/1.5/Tue Oct 17 19:58:35 2006//TBUGZILLA-3_0_5
/table.html.tmpl/1.8/Sat Oct 14 20:26:51 2006//TBUGZILLA-3_0_5
D/c
www.eeworm.com/read/381662/2642996
entries
/confirm-action.html.tmpl/1.1/Sat Oct 14 22:02:10 2006//TBUGZILLA-3_0_6
/sudo.html.tmpl/1.5/Tue Oct 17 19:58:35 2006//TBUGZILLA-3_0_6
/table.html.tmpl/1.8/Sat Oct 14 20:26:51 2006//TBUGZILLA-3_0_6
D/c
www.eeworm.com/read/418455/10944802
升级方法
升级过程也很简单,以前的系统是 Ubuntu 7.04,步骤如下:
1、首先 sudo sed -i 's/feisty/gutsy/' /etc/apt/sources.list
当然你可以打开 /etc/apt/sources.list,删除或注释掉所有内容,加入下面几段(推荐使用 Ubuntu 官方源):
deb http://archive.ubuntu.com/ubuntu/ gut
www.eeworm.com/read/401948/11545634
txt ubuntu-nfs-cfg.txt
1. 安装额外软件
sudo apt-get install vim tftp tftpd nfs-kernel-server dhcp3-server openbsd-inetd samba openssh-server build-essential
2. 配置
1). tftpd服务:配置文件为/etc/inetd.conf,需将根目录改为/tftpboot,也就是最后一个参数。