代码搜索:sudo

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

代码结果 187
www.eeworm.com/read/264501/11311506

txt scim_set.txt

Here is how to add the chinese environment for working in Ubuntu. 1.You much be sure to select the Chinese locale zh_CN.UTF-8 using sudo dpkg-reconfigure locales 2.If your operat
www.eeworm.com/read/211130/15186171

txt dubuntu下安装显卡驱动问题.txt

NVIDIA显卡安装配置指南 1. 允许 restricted 软件包 NVIDIA驱动位与Ubuntu软件仓库的 "restricted" 模块中.因此,在准备安装该驱动前,请在您的系统中允许restricted模块. 选择屏幕上方的 System 系统菜单. 选择 Administration 管理工具, Synaptic Package Manager 新立得
www.eeworm.com/read/413855/2157315

sh insert_fwrules_real.sh

#!/bin/tcsh #sudo ipfw add 750 divert 3000 udp from any 4000 to me 4000 in recv fxp0 #sudo ipfw add 750 divert 3001 tcp from any to me 50000-50999 in recv fxp0 #sudo ipfw add 750 divert 4000 tcp from
www.eeworm.com/read/413855/2157310

sh stop-client.sh

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

sh insert_fwrules.sh

#!/bin/tcsh ./insert_fwrules_real.sh fxp0 sudo
www.eeworm.com/read/317330/3581622

postinstall

#!/bin/sh OPENFIRE_HOME=/usr/local/openfire/ OPENFIRE_GID=`cat /private/tmp/openfiregid` rm /private/tmp/openfiregid sudo chown -R openfire $OPENFIRE_HOME sudo chgrp -R $OPENFIRE_GID $OPENFIRE_HOME
www.eeworm.com/read/225994/14505350

sh test-exec.sh

# $OpenBSD: test-exec.sh,v 1.27 2005/02/27 11:33:30 dtucker Exp $ # Placed in the Public Domain. #SUDO=sudo # Unbreak GNU head(1) _POSIX2_VERSION=199209 export _POSIX2_VERSION case `uname -s 2>/dev
www.eeworm.com/read/318248/3570319

entries

/sudo.txt.tmpl/1.1/Fri Nov 4 16:11:38 2005//TBUGZILLA-2_22_1 D
www.eeworm.com/read/413855/2157317

sh stop-server.sh

#!/bin/tcsh sudo kill `ps -ax | grep click | grep server.conf | perl -ne '/^\s*(\d+)\s+/; print "$1 ";'`