码迷,mamicode.com
首页 >  
搜索关键字:aptitude    ( 164个结果
apt命令集使用教程
在修改/etc/apt/sources.list或/etc/apt/preferences之後运行该命令。此外您需要定期运行这一命令以确保您的软件包列表是最新的。apt-get install packagename安装一个新软件包(参见下文的aptitude)apt-get remove pack...
分类:其他好文   时间:2014-07-22 22:54:35    阅读次数:158
Lesson 17-18 Do you get along well with your parents?
一 生词 1 determine 决定vt e.g. Your attitude,not your aptitude,will determine your altitude.决定你人生高度的不是你的才能,而是你的态度。 结束vi e.g. The lease determines next mon...
分类:其他好文   时间:2014-07-21 23:29:41    阅读次数:297
ubuntu14.04上Trac配置记录
系统环境:ubuntu14.04 (并假设Apache2服务可以正常运行)1. 安装软件:sudo aptitude install trac python-mysqldb2. 创建数据库Trac可支持的数据库有:sqlite, postgresql及mysql等。默认的是sqlite,但这里选用的...
分类:其他好文   时间:2014-07-14 15:43:19    阅读次数:235
linux使用apt-get安装软件与卸载软件
1.安装软件:sudo apt-get install ABC和sudo aptitude install ABC当然,上面的ABC只是虚构的软件.Sudo表示你授权管理员(超级用户)权限给下面的命令.这需要你输入管理员密码.这和你打开新立得的时候需要输入密码是一样的道理,只不过现在是在终端下而已....
分类:系统相关   时间:2014-07-11 11:07:21    阅读次数:197
Yii php 环境配置on ubuntu 12.04
ubuntu 12.04自带的php版本是5.3.x的,不支持explode(...)[]的语法,故升级到5.4.x。aptitude install python-software-propertiesadd-apt-repository ppa:ondrej/php5-oldstableapti...
分类:Web程序   时间:2014-06-28 19:46:33    阅读次数:220
看linux连接进程占用的实时流量iftop netatop NetHogs
因为新工厂的机器上面的业务混合部署非常严重,加上内网外网共用一个网卡(这个更不可思议),导致有时要定位一些进程流量的问题非常困难,所以最近花了点时间在网上搜集了一把 (aptitude search top$),粗略比较了一下,大概结果如下atop — 跟 sar 类似,配合内核模块可以做到进程级别...
分类:Web程序   时间:2014-06-27 00:57:40    阅读次数:4891
ubuntu整合apache和tomcat
ubuntu整合apache和tomcat   ubuntu:12.04.1  apache:2  tomcat:7.0.27  版本号不同也没关系了,配置都是一样的。    1、安装apache  引用 aptitude install apache2   2、安装tomcat  直接下载压缩文件,这个看个人的使用方法,我比...
分类:其他好文   时间:2014-06-22 20:29:44    阅读次数:220
Yii php 环境配置on ubuntu 12.04
ubuntu 12.04自带的php版本是5.3.x的,不支持explode(...)[]的语法,故升级到5.4.x。aptitude install python-software-propertiesadd-apt-repository ppa:ondrej/php5-oldstableapti...
分类:Web程序   时间:2014-06-21 08:03:01    阅读次数:256
Yii php 环境配置on ubuntu 12.04
ubuntu 12.04自带的php版本是5.3.x的,不支持explode(...)[]的语法,故升级到5.4.x。aptitude install python-software-propertiesadd-apt-repository ppa:ondrej/php5-oldstableapti...
分类:Web程序   时间:2014-06-21 06:23:22    阅读次数:218
Yii php 环境配置on ubuntu 12.04
ubuntu 12.04自带的php版本是5.3.x的,不支持explode(...)[]的语法,故升级到5.4.x。aptitude install python-software-propertiesadd-apt-repository ppa:ondrej/php5-oldstableapti...
分类:Web程序   时间:2014-06-21 06:11:03    阅读次数:262
164条   上一页 1 ... 13 14 15 16 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!