码迷,mamicode.com
首页 >  
搜索关键字:restart    ( 3392个结果
linux 防火墙相关
打开编辑: vi /etc/sysconfig/iptables重启防火墙:service iptables restart# Firewall configuration written by system-config-firewall# Manual customization of this...
分类:系统相关   时间:2015-03-10 15:22:19    阅读次数:202
新安装ubuntu14.04常用命令
获取root权限:sudo -isu root打开文本编辑器:gedit安装apache2: sudo apt-get install apache2重启apache2服务: sudo /etc/init.d/apache2 restart安装php: sudo apt-get install li...
分类:系统相关   时间:2015-03-09 20:44:55    阅读次数:330
mysql主从复制配置我相关操作笔记
1.安装mysql yum install mysql-server mysql-devel2.启动mysqlservice mysqld start //启动service mysqld restart //重启service mysqld stop //停止service --status-a....
分类:数据库   时间:2015-03-04 16:33:35    阅读次数:127
Mysql 学习
一、ubuntu下mysql的安装: 通过sudo apt-get install mysql-server 完成; 然后可以通过/etc/init.d/mysql 进行start/stop/restart 操作; 设置mysql自启动:把启动命令加入/etc/rc.local文件中; 二、...
分类:数据库   时间:2015-03-03 13:23:53    阅读次数:224
python进行磁盘监控 处理 和 报警
#coding:utf-8importthreadingfromdatetimeimportdatetimeimporttimeimportosimportsmtplib#fromemail.mime.textimportMIMETextfromemail.MIMETextimportMIMEText#fromemail.HeaderimportHeader#fromlogimportloggerimportlogging,os,time,atexit,sysfromsignalimportSIGTERMim..
分类:编程语言   时间:2015-03-03 06:29:20    阅读次数:256
运行在linux上的mysql常用命令
1.mysql服务进程的命令service mysqld start;#启动mysql服务service mysqld status;#查看服务状态service mysqld stop;#停止服务service mysqld restart;#重启服务2.登录mysql命令mysql -uUser...
分类:数据库   时间:2015-03-02 11:09:24    阅读次数:130
SSH方式使用root登陆ubuntu14.04
1. 以其他账户登录,修改 root 密码  sudo passwd root2. 修改ssh配置  sudo vim /etc/ssh/sshd_config  注释行   #PermitRootLogin without-password  添加        PermitRootLogin yes3. 重启 ssh  服务  sudo service ssh restart...
分类:系统相关   时间:2015-03-01 23:50:09    阅读次数:187
Mysql点滴
1 开启event_scheduler 1.1 找到my.cnf的位置 find / |grep my.cnf 1.2 修改my.cnf配置 vim ./usr/my.cnf [mysqld] event_scheduler=ON 1.3 restart mysql ...
分类:数据库   时间:2015-03-01 13:12:51    阅读次数:158
android restart reason机制
转载:http://blog.csdn.net/linux_devices_driver/article/details/17928663Reboot传递参数,使得开机进入参数固定的模式(通常有我们熟悉的bootloader和recovery等),本质是在kernel shutdown时会调用到re...
分类:移动开发   时间:2015-02-28 22:51:17    阅读次数:337
Hadoop1 伪分布式安装实验
1:配置静态IP地址重启网卡命令:service network restart验证:ifconfig2:修改主机名称 2.1、修改当前会话中的主机名命令:hostname hadoop 2.2、修改配置文件中的主机名:vi /etc/sysconfig/network验证:重启机器后查看主机名.....
分类:其他好文   时间:2015-02-28 16:18:59    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!