码迷,mamicode.com
首页 >  
搜索关键字:nagios sudo    ( 16131个结果
实用命令
拷贝替换文件 yes|cp -r /dir/targe targe查看已安装软件包 sudo dpkg -l
分类:其他好文   时间:2014-05-08 19:19:20    阅读次数:264
mariadb
tnd,装个mariadb这么费劲,我是喜欢看着编译刷刷刷的跑的,所以这次也不例外,但是会出种种问题。sudo apt-get install libwrap0-devcmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/mariadb -DWITH_LIBW...
分类:数据库   时间:2014-05-08 14:43:39    阅读次数:378
MacOS下安装gdb
http://blog.panks.me/posts/2013/11/install-gdb-on-os-x-mavericks-from-source/注意最后两步:killall taskgated (不行可以加sudo)codesign -fs gdbc /usr/local/bin/gdb ...
分类:数据库   时间:2014-05-08 13:53:15    阅读次数:304
【转】linux下安装ssh服务器端及ssh的安全配置
一、在服务器上安装ssh的服务器端。$ sudo apt-get install openssh-server2. 启动ssh-server。$ /etc/init.d/sshrestart3. 确认ssh-server已经正常工作。$ netstat -tlptcp6 0 0 *:ssh *:* ...
分类:系统相关   时间:2014-05-08 13:44:00    阅读次数:412
[Linux]Nginx + Node.js + PM2 + MongoDb + (Memcached) Part I
运行环境: 在本地的VirtualBox下运行的Ubuntu 14.04 LTS 0. 查看一下Server的IP地址 ifconfig 我的Server IP是192.168.0.108 1. 安装Nginx 首先更新 APT 包管理 ,然后安装Nginx sudo apt-get updates...
分类:数据库   时间:2014-05-07 17:28:04    阅读次数:489
[Nagios] Error: Template 'timman' specified in contact definition could not be not found (c
Check nagios配置文件报错如下:[nagios@2 etc]$ /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios Core 4.0.6Copyright (c) 2009-present Nagios Core Development Team and Community Contributor...
分类:移动开发   时间:2014-05-07 15:47:14    阅读次数:449
python tkinter学习
Downloading the module:sudo apt-get install python-tksimple example:#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode Tkinter tutorialThis script sho...
分类:编程语言   时间:2014-05-07 14:46:05    阅读次数:454
ubuntu在xampp下安装memcache扩展
sudo wget http://pecl.php.net/get/memcache-2.2.1.tgzsudo tar vxzf memcache-2.2.1.tgzcd memcache-2.2.1/sudo /opt/lampp/bin/phpize./configure --with-php...
分类:其他好文   时间:2014-05-07 14:14:43    阅读次数:275
mac自带apache服务器开启
mac的os x操作系统自带的有apach服务器, 命令行:sudo apachectl -v 可查看自带apache版本信息输入:sudo apachectl start 就开启了apache, 可用localhost或者127.0.0.1看it works服务器路径在 硬盘 /资源库(Libra...
分类:其他好文   时间:2014-05-07 01:08:12    阅读次数:331
【CentOs】sudo使用
在使用Linux系统过程中,通常情况下,我们都会使用普通用户进行日常操作,而root用户只有在权限分配及系统设置时才会使用,而root用户的密码也不可能公开。普通用户执行到系统程序时,需要临时提升权限,sudo就是我们常用的命令,仅需要输入当前用户密码,便可以完成权限的临时提升。在使用sudo命令的...
分类:其他好文   时间:2014-05-07 00:06:43    阅读次数:451
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!