码迷,mamicode.com
首页 >  
搜索关键字:apt    ( 12580个结果
ubuntu实现nagios对linux和winserver监控
与在redhat安装nagios相比,在ubuntu安装nagios监控非常简单,直接通过apt-get即可从ubuntu的服务器上下载组件自动安装。sudoapt-getinstallnagios3nagios-nrpe-plugin给nagiosadmin添加一个密码:sudohtpasswd/etc/nagios3/htpasswd.usersnagiosadmin添加一个用户:sudohtpass..
分类:移动开发   时间:2014-08-24 04:06:32    阅读次数:909
在Ubuntu中安装Adobe Flash Player(for Chromium)
安装命令: sudo apt-get install pepperflashplugin-nonfree sudo update-pepperflashplugin-nonfree –install 卸载命令: sudo update-pepperflashplugin-nonfree –unins...
分类:其他好文   时间:2014-08-24 03:40:01    阅读次数:277
server下apache2.4.*虚拟主机配置Forbidden You don't have permission to access / on this server.
前言: 继前面两节笔记之后,在配置一个虚拟主机时,这中间却遇见了一个问题,这里需要描述做一下笔记,刚刚安装的是Ubuntu server,apt-get下来的apache的版本是2.4.7,之前一直用的是apache2.2的,期间遇见过403错误,只是问题处理的方式方法有些不一样,于是这里就一时没....
分类:数据库   时间:2014-08-23 20:18:01    阅读次数:344
UBUNTU php 编译安装
apt-get build-dep php5安装所需依赖包./configure --enable-opcache --prefix=/opt/php --with-apxs2=/usr/bin/apxs2 --with-mysql=mysqlnd --with-mysqli=mysqlnd --w...
分类:Web程序   时间:2014-08-23 16:39:11    阅读次数:304
Ruby on Rails Session 2: How to install Aptana Studio 3 on Ubuntu 12.04 LTS
Update: An updated version of these instructions for Ubuntu 12.10 (Quantal Quetzal) is available here.1. Install the prerequisitessudo apt-get install...
分类:其他好文   时间:2014-08-23 16:33:21    阅读次数:240
ubuntu 13.04下编译安装mysql
安装环境:ubuntu 桌面版13.04安装版本:mysql-5.6.12.tar.gz1.安装必备工具:sudo apt-get install cmake libncurses5-dev bison g++2 添加组和用户及安装目录权限sudo groupadd mysql #添加组sudo u...
分类:数据库   时间:2014-08-23 16:32:31    阅读次数:239
Ubuntu Telnet 配置(openbsd-inetd)
Telnet协议是TCP/IP协议族中的一员,是Internet远程登陆服务的标准协议和主要方式。可以通过Telnet实现远程登录Ubuntu,但是Ubuntu 10.10默认没有安装Telnet,(ubuntu 12.04好像已经安装了。)需要在线安装,并手动配置。1:sudo apt-get i...
分类:Web程序   时间:2014-08-23 15:19:00    阅读次数:245
Linux(Ubuntu)使用 sudo apt-get install 命令安装软件的目录在哪?(已解决)
Linux(Ubuntu)使用 sudo apt-get install 命令安装软件的目录在哪?
分类:系统相关   时间:2014-08-23 15:18:50    阅读次数:719
ubuntu12.04 安装R语言环境3.01
#vi/etc/apt/sources.list添加#deb http://mirrors.ustc.edu.cn/CRAN/bin/linux/ubuntu/ precise/#apt-get update#apt-get installr-base#apt-get installr-base-d...
分类:其他好文   时间:2014-08-23 15:08:30    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!