代码搜索:sudo

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

代码结果 187
www.eeworm.com/read/211132/15186170

txt ubuntu-to-new.txt

作为一个新手,面对这个Ubuntu时,都会有一个无从下手的感觉,虽然论坛上有不少教程,可总觉得不太适合,有时又觉得 很零散。我也有个这样的经历。也因此,我把我使用Ubuntu的经历写下来,希望能给一想些人一点帮助。当然,现在我也还是一个菜鸟,只是已可以比较熟练 地使用Ubuntu罢了。 我写的内容是从一个单纯的系统到装上自己需要的一些软件的过程: 1、安装Ubuntu 2、更新 ...
www.eeworm.com/read/172102/9723959

txt ubuntu linux操作系统设置指南.txt

转自http://tech.ccidnet.com/art/3089/20060418/510363_1.html Ubuntu Linux操作系统设置指南 (1) 默认下 Ubuntu 的root用户所不能登录的。 你可以使用如下的命令修改: sudo passwd root 然后输入你要修改的密码即可。 升级系统: 修改你的
www.eeworm.com/read/373001/9479870

doc ubuntu 共享上网.doc

Windows 下的共享上网比较简单,选中ADSL连接,右键属性,将共享选上即可。在ubuntu下,也需要设置,但是使用iptables进行IP伪装。或者使用firestarter之类的图形界面的工具。 ubuntu下用ADSL拨号,需要在终端输入<mark>sudo</mark> pppoeconf,然后根据提示,自动检测网卡和ADSL拨号modem,如果找到,则提示输入用户名和密码,注意将用户名前面的username ...
www.eeworm.com/read/436283/7773033

txt 新文件.txt

首先到这个地址http://ftp.uni-erlangen.de/pub/mirrors/packman/suse/11.1/i586/ 下载RPM包 rpm -ivh avant-window-navigator-0.3.2-0.pm.5.i586.rpm awn-extras-applets-0.3.2-1.pm.1.i586.rpm libawn1-devel-0.3.2-0.pm.
www.eeworm.com/read/370055/9620966

html node7.html

www.eeworm.com/read/427492/8939937

makefile

all: play filter square sine play: play.c gcc -o play play.c -lasound filter: filter.c gcc -o filter filter.c square: square.c gcc -o square square.c -lm sine: sine.c gcc -o sine sine.c -lm
www.eeworm.com/read/378467/9230219

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/423558/10548786

sh install.sh

#!/bin/sh # # install the linux-fetion sudo mkdir -p /usr/share/pixmaps/ sudo cp -rf ./misc/fetion.png /usr/share/pixmaps/ sudo chmod 644 /usr/share/pixmaps/fetion.png sudo mkdir -p /usr/share/app-i
www.eeworm.com/read/439237/7714171

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/435219/7795362

linux_ad-hoc_mode_set_aodv-uu

在Linux Ad hoc mode設定aodv-uu Abstract 這篇文章將介紹你如何在Linux將設定成Ad hoc mode,並且使用AODV routing protocol來當作繞送演算法。 1. Introduction Ad hoc network是一個無需要AP的網路連線方式。在Ad hoc network裡的電腦彼此都需要幫對方作封包轉送(packet forwardi