使用技巧安装软件:在redhat中,安装程序后缀大都为 *.rpm,在ubuntu中,安装程序后缀大都为 *.deb,其实在Ubuntu里一般使用软件中心, 或者 sudo apt-get install xxx 即可可执行文件的后缀一般为 .bin小知识: linux中, 1024一下的端口号只有...
分类:
系统相关 时间:
2014-07-12 13:09:28
阅读次数:
275
安装不必多说: 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.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
//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
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
一、安装前准备下载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
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
启动 apache:在terminal中输入命令,sudo apachectl start启动成功后访问lcoalhost会显示“It works”。更改默认路径:命令行输入“sudo vim /etc/apache2/httpd.conf”,打开apache的配置文件,Mac上apache的默认路...
分类:
其他好文 时间:
2014-07-11 19:52:35
阅读次数:
197
1、安装smbfs# sudo apt-get install smbfs2、建立挂载目录# sudo mkdir -p /mnt/shared注:mkdir -p 是创建多级目录3、挂载windows共享# sudo mount -t cifs -o username=administrator,...
参考文章: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