码迷,mamicode.com
首页 >  
搜索关键字:reboot    ( 1292个结果
linux 常用命令
linux常见的命令格式: 命令名称 [命令参数] [命令对象] 1.echo [字符串 | $变量] echo会在终端上输入字符串或者提取变量的值 2.reboot 重启系统,默认只有管理元才可以重启。 3.poweroff 关闭系统,默认只有root管理员才可以关闭系统。 4.wget [参数] ...
分类:系统相关   时间:2018-10-04 20:28:42    阅读次数:234
CentOS 使用yum命令安装出现错误提示”could not retrieve mirrorlist http://mirrorlist.centos.org ***”
执行yum命令时出现以上错误; 解决方法: 然后重启 :reboot ...
分类:Web程序   时间:2018-10-04 13:19:27    阅读次数:209
linux入门_韩顺平_复习版_开启、重启、用户登陆注销
同步数据 关机 重启 运行级别3下,切换用户,注销用户 ...
分类:系统相关   时间:2018-10-04 00:01:32    阅读次数:166
【国庆】记一次mysqld_safe引发mysql进程故障
今天是举国欢庆的日志,身为奋青的我,学习和工作,首日计划安排必须是学习任务呀;但是今天心血来潮,Mariadb密码忘记了,于是巴拉巴拉的执行"mysqld_safe --skip-grant-tables &"这个神技能,打算跳过密码验证,直接登录到数据库中,更新密码;mysqld_stfe这条命令 ...
分类:数据库   时间:2018-10-01 20:00:07    阅读次数:199
HDFS集群安装
DFS集群安装: 1.准备工作 (1)虚拟机(电脑8G 磁盘500GB) (2)3台linux系统(1台namenode 2台datanode) 2.安装HDFS(软件) (1)关闭防火墙 firewall-cmd --state 查看防火墙状态 systemctl stop firewalld.s... ...
分类:其他好文   时间:2018-09-28 01:45:27    阅读次数:198
Linux下安装Anaconda
Anaconda官方下载地址: https://www.anaconda.com/download/ >>bash xxxxxx.sh >>reboot >>sudo vim /etc/profile >>PATH=/root/anaconda3/bin:$PATH >>source /etc/pr ...
分类:系统相关   时间:2018-09-27 01:43:27    阅读次数:188
linux基本配置
1IP地址配置:[root@localhost~]#vim/etc/sysconfig/network-scripts/ifcfg-eth02关闭防火墙[root@localhost~]#iptablesserverstop停止防火墙服务(临时生效)[root@localhost~]#chkconfigiptablesoff这是重启后生效[root@localhost~]#reboot重启服务器3
分类:系统相关   时间:2018-09-24 00:51:30    阅读次数:185
忘记的root账户的密码无法登陆系统
开机或者重启启动时 按e进入安全模式 在“linux16....”行 最后输入 rb.break console=tty1 按Ctrl+x mount -o remount /sysroot chroot /sysroot passwd 输入新密码: 确认密码: touch /.autorelabe ...
分类:其他好文   时间:2018-09-19 21:55:51    阅读次数:156
linux常用命令
1.上传下载: rz:上传 sz filename:下载 2.系统管理: 注销:exit logout(仅文本终端) 重启:reboot shutdown -r 延时分钟数 “提示信息” shutdown -r now 立即执行 关机:halt init 0 shutdown -h 延时分钟数 “提 ...
分类:系统相关   时间:2018-09-18 17:11:16    阅读次数:213
elerpo
mport the public key: rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org Detailed info on the GPG key used by the ELRepo Project can be found ...
分类:其他好文   时间:2018-09-16 12:31:33    阅读次数:166
1292条   上一页 1 ... 38 39 40 41 42 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!