代码搜索:sudo

找到约 187 项符合「sudo」的源代码

代码结果 187
www.eeworm.com/read/324953/13236011

makefile

#!/usr/bin/make -f GETTEXT_PACKAGE = gtk-pppoe PACKAGE = gtk-pppoe PACKAGE_LOCALE_DIR=/usr/share/locale all:sudo_pppoe gtk-pppoe $(PACKAGE).mo gtk_h = $(shell pkg-config --cflags gtk+-2.0) libgtk=
www.eeworm.com/read/202190/15389972

readme

1. 解压proj-4.4.7.tar.gz ./configure make sudo make install 2. 解压gdal-1.2.6.tar.gz, 在configure时加入以下参数 ./configure \ --withou-pg \ --without-python \ --without-jasper \
www.eeworm.com/read/102222/15789201

makefile

# # if you want the loader in a special location (e.g. to RPMize shoehorn) use # make all [ EXTRAFLAGS="-DLOADERPATH=/usr/lib/shoehorn/" ] # if you have sudo use # make suid [ SUDO=sudo ] # select an
www.eeworm.com/read/302096/3827816

stopsnmp

sudo killall snmpd
www.eeworm.com/read/263726/4300505

stopsnmp

sudo killall snmpd
www.eeworm.com/read/491442/6435581

txt install.txt

1 先下载源码 下载的是gnome2版本的源码 http://www.ipmsg.org/archive/g2ipmsg-0.9.5.tar.gz 2 cd 进入源码所在目录,解压 在ubuntu中用命令行 tar xzvf g2ipmsg-0.9.5.tar.gz 或者菜单右键用归档管理器解压即可。 3 编辑src/codeset.h,将第24行 #define IPMSG_PROTO_CO
www.eeworm.com/read/406866/2272883

cleanup_rootfs

#!/bin/sh # Remove files that may have been written in the course of running linux with # the NFS-mounted filesystem. sudo rm -f /lad/rootfs/etc/dhcpc/* sudo rm -f /lad/rootfs/etc/mtab sudo rm -f /l
www.eeworm.com/read/441132/7675379

sh test-exec.sh

# $OpenBSD: test-exec.sh,v 1.14 2002/04/15 15:19:48 markus Exp $ # Placed in the Public Domain. PORT=4242 USER=`id -un` SUDO= #SUDO=sudo OBJ=$1 if [ "x$OBJ" = "x" ]; then echo '$OBJ not defined' e
www.eeworm.com/read/413855/2157299

sh stop-traceroute.sh

#!/bin/tcsh sudo kill `ps -ax | grep collectroute | perl -ne '/^\s*(\d+)\s+/; print "$1 ";'` sudo rm -f /tmp/clicksocket
www.eeworm.com/read/413855/2157303

sh stop-datacollect.sh

#!/bin/tcsh sudo kill `ps -ax | grep multicollect | perl -ne '/^\s*(\d+)\s+/; print "$1 ";'` sudo rm -f /tmp/clicksocket