代码搜索:sudo
找到约 187 项符合「sudo」的源代码
代码结果 187
www.eeworm.com/read/325265/13215051
txt drcom.txt
1.安装编译环境:
sudo apt-get install build-essential libssl-dev
2.安装linux-headers
sudo apt-get install linux-headers-`uname -r`
uname -r是命令输出为:例如我的为2.6.15-28-686
核心是2.6.15 系统版本是2
www.eeworm.com/read/324953/13236019
desktop gtk-pppoe.desktop
[Desktop Entry]
Comment[zh_CN]=GTK PPPOE 拨号工具
Comment=ADSL/PPPOE gtk tool
Exec=/usr/local/bin/sudo_pppoe
Terminal=false
Icon=network-idle.png
Name=ADSL/PPPOE GTK TOOL
Type=Application
Categories=Syste
www.eeworm.com/read/324953/13236069
postinst
#!/bin/sh
set -e
case "$1" in
install|upgrade|configure)
bin=$(which sudo_pppoe)
chmod u+s $bin
;;
abort-upgrade)
;;
*)
echo "preinst called with unknown argument \`$
www.eeworm.com/read/400743/11569633
makefile
# makefile for module
CC = gcc
LD = ld -g
CFLAGS = -I/usr/src/linux/include -Wall -O3 -g -mcpu=i586
DEFINES = -D__KERNEL__ -DMODULE -DDEBUG
OBJ = go7007drv.o usb-func.o streambuffer.o
all: go7007.o
www.eeworm.com/read/261561/11637632
makefile
# makefile for module
CC = gcc
LD = ld -g
CFLAGS = -I/usr/src/linux/include -Wall -O3 -g -mcpu=i586
DEFINES = -D__KERNEL__ -DMODULE -DDEBUG
OBJ = go7007drv.o usb-func.o streambuffer.o
all: go7007.o
www.eeworm.com/read/343085/11976379
makefile
# makefile for module
CC = gcc
LD = ld -g
CFLAGS = -I/usr/src/linux/include -Wall -O3 -g -mcpu=i586
DEFINES = -D__KERNEL__ -DMODULE -DDEBUG
OBJ = go7007drv.o usb-func.o streambuffer.o
all: go7007.o
www.eeworm.com/read/227887/14406896
makefile
# makefile for module
CC = gcc
LD = ld -g
CFLAGS = -I/usr/src/linux/include -Wall -O3 -g -mcpu=i586
DEFINES = -D__KERNEL__ -DMODULE -DDEBUG
OBJ = go7007drv.o usb-func.o streambuffer.o
all: go7007.o
www.eeworm.com/read/114188/15072561
htm 00000004.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: redhat (Linux), 信区: Linux
标 题: Man: sudo&n
www.eeworm.com/read/374805/9383931
sh makefile.sh
sudo gcc -g -O2 -Wall -D_USE_XFT ./src/* -I./xpm -I/usr/include/freetype2 -lXft -lfontconfig -lX11 -lXpm -o VK_D200
www.eeworm.com/read/455033/7378964
makefile
DIRPKG=../pkg
LISTINST= ../bin/f2c ../bin/fort77 ../include/f2c.h ../lib/libf2c.a
DIRINSTALL=/usr/local
F2C_TAR=$(DIRPKG)/f2c.tar
all:compile
$(F2C_TAR):
mkdir -p $(DIRPKG)
$(WGET) # wget --passi