码迷,mamicode.com
首页 >  
搜索关键字:visudo配置 sudo    ( 14764个结果
linux常用命令
使用技巧安装软件:在redhat中,安装程序后缀大都为 *.rpm,在ubuntu中,安装程序后缀大都为 *.deb,其实在Ubuntu里一般使用软件中心, 或者 sudo apt-get install xxx 即可可执行文件的后缀一般为 .bin小知识: linux中, 1024一下的端口号只有...
分类:系统相关   时间:2014-07-12 13:09:28    阅读次数:275
tmux: 终端复用
安装不必多说: sudo apt-get install tmux使用在终端输入 tmux 回车即可打开tmux.tmux 有三个概念: session(会话), window(窗口), pane(窗格/面板).在屏幕的最下面有一行显示tmux的状态,最左边是 Session: x y z, 表示在...
分类:其他好文   时间:2014-07-12 13:06:48    阅读次数:171
Ubuntu 14.04 LTS 更新源大全
Ubuntu 14.04LTS系统更新源汇总如何使用这些系统更新源?---三步走首先备份源列表:sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup然后用gedit或其他编辑器打开: gksu gedit /etc/apt/source...
分类:其他好文   时间:2014-07-12 00:29:26    阅读次数:722
Error prompt:“xxx is not in the sudoers file”----Solution
//SituationSystem prompts"xxx is not in the sudoers file"(xxx equals the user name)while executing command "sudo":sudo-iPassword:xxx isnotinthe sudoer...
分类:其他好文   时间:2014-07-11 22:09:28    阅读次数:216
sunzl is not in the sudoers file.This incident will be reported
Description:[sunzl@localhost nuc900bsp$] ./install.shsorry!you are not the root !![sunzl@localhost nuc900bsp$]sudo ./install.shpassword:sunzlis not in...
分类:其他好文   时间:2014-07-11 21:50:57    阅读次数:145
ubuntu下源码方式安装php5.4
一、安装前准备下载php-5.4.13.tar.gz最新版本放到/user/src目录下二、安装 因为在安装php过程中,会依赖安装很多库,为了不让你反复安装,建议按步骤操作 安装autoconf工具sudo apt-get install autoconf 安装libxml2库sudo apt-g...
分类:Web程序   时间:2014-07-11 20:27:10    阅读次数:367
将turnserver设定成开机启动
1.创建一个文件,在目录/etc/init/下面#sudo vim /etc/init/turnserver.conf2.添加如下内容description "turn server"author "Haijunzhu"# Saves log to /var/log/upstart/easyrtc....
分类:其他好文   时间:2014-07-11 20:19:23    阅读次数:398
MAC apache配置
启动 apache:在terminal中输入命令,sudo apachectl start启动成功后访问lcoalhost会显示“It works”。更改默认路径:命令行输入“sudo vim /etc/apache2/httpd.conf”,打开apache的配置文件,Mac上apache的默认路...
分类:其他好文   时间:2014-07-11 19:52:35    阅读次数:197
ubuntu 挂载window共享文件夹
1、安装smbfs# sudo apt-get install smbfs2、建立挂载目录# sudo mkdir -p /mnt/shared注:mkdir -p 是创建多级目录3、挂载windows共享# sudo mount -t cifs -o username=administrator,...
分类:Windows程序   时间:2014-07-09 17:35:47    阅读次数:268
spice-gtk安装
参考文章:spice wiki1: gtk+-3.0安装2: 安装依赖 a:1 sudo apt-get install build-essential autoconf git-core b:1 sudo apt-get install libtool liblog4cpp5-dev libavc...
分类:其他好文   时间:2014-07-09 13:19:08    阅读次数:432
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!