码迷,mamicode.com
首页 >  
搜索关键字:centos7 单用户模式    ( 15240个结果
Mac OS设置root密码
不知怎么忘记mac os系统的root密码了 方法一: 首先,启动机器,启动时按住Apple和S键,以单用户模式(single user mode)进入系统。输入:mount -uw / 然后回车。 输入: passwd 短用户名 (如果你知道的话)如果你不知道短用户名,可以输入: passwd root 输入两遍新密码。 输入:reboot 回车。 让...
分类:其他好文   时间:2014-07-29 18:11:52    阅读次数:243
centso7 install Mariadb
安装和配置Mariadb看来以后不得不使用Mariadb数据库了,尽早的熟悉;[1]InstallMariadbforepelyum-yinstallmariadb-serverInstalled:mariadb-server.x86_641:5.5.37-1.el7_0[2]StartMariadb&开机启动[root@mariadb~]#systemctlstartmariadb [root@mariadb~]#systemctlenabl..
分类:数据库   时间:2014-07-29 16:05:39    阅读次数:358
centos7 本地yum源
使用光盘镜像作为软件yum源:[1]上传centos7光盘镜像到/usr/local/src目录下;(工具Xftp)[2]挂载系统文件mkdir/media/cdrom#习惯用这个目录名称了; cd/usr/local/src ls CentOS-7.0-1406-x86_64-DVD.iso #mount-tiso9660-oloop/usr/local/src/CentOS-7.0-1406-x86_64-DVD.i..
分类:其他好文   时间:2014-07-29 16:03:09    阅读次数:446
centos7 install httpd
[1]InstallHttpdforCentos7-media#yum--enablerepo=centos7-media-yinstallhttpd Installed: httpd.x86_640:2.4.6-18.el7.centos[2]starthttpd,开机启动#systemctlstarthttpd.service #systemctlenablehttpd.service ln-s‘/usr/lib/systemd/system/httpd.service‘‘/etc/systemd..
分类:其他好文   时间:2014-07-29 15:58:49    阅读次数:367
centos7 httpd&php
安装httpd:http://kernal.blog.51cto.com/8136890/1531545httpd支持php安装配置:[1]Installphp#yum-yinstallphpphp-mbstringphp-pear#vi/etc/php.ini878date.timezone="Asia/Shanghai"#设置时区[2]CreateTestPage#vi/var/www/html/index.php <html> <body> <d..
分类:Web程序   时间:2014-07-29 15:55:49    阅读次数:323
centos7 use ifconfig command
[1]Defaultnoinstallifconfigcommand,ifyouwanttouseifconfigneedinstallnet-toolsyum-yinstallnet-tools[root@mariadb~]#ifconfig eth0:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500 inet192.168.1.123netmask255.255.255.0broadcast192.168.1.255 inet6fe80::21..
分类:其他好文   时间:2014-07-29 15:53:19    阅读次数:324
关于CentOS7将服务添加为系统服务
先介绍一下CentOS7下系统的服务启动关闭的变化service服务名start/stop/status==systemctlstart/stop/status服务名chkconfig--list==systemctllist-units-typechkconfig服务名on/off==systemctlenable/disable服务名(具体的级别看配置文件)2.要将某个服务添加为系统服务(以ngin..
分类:其他好文   时间:2014-07-29 15:48:29    阅读次数:182
centos6.5升级到centos7
redhat提供了一个redhat-upgrade-tool的升级工具;[1]配置软件源#vim/etc/yum.repos.d/upgrade.repo [upgrade] name=upgrade baseurl= enable=1 gpgcheck=0[2]安装软件工具yum-yinstallpreupgrade-assistant-contentsredhat-upgrade-toolpreupgrade-assistant[3]升级前检查潜在..
分类:其他好文   时间:2014-07-29 15:24:50    阅读次数:278
Win8.1 + CentOS7 双系统 U盘安装--引导修复
安装完重启后,竟然没有引导!!!(难道是由于Windows 8在BIOS中使用了统一的 UEFI 接口??但是,Linux基金会早就宣布将会提供一种全新的 方式使用 UEFI Secure Boot选项安装Linux系统。她两可以和平共处啊)本人对 UEFI 引导不太了解(UEFI boot 比 L...
分类:Windows程序   时间:2014-07-28 15:33:13    阅读次数:450
Freebsd系统忘记root密码的解决方法
EnterfullpathnameofshellorRETURNfor/bin/sh:再按Enter进入单用户模式,所示#挂载档案系统,输入#fsck-p\\文件档案检查#mount-u/\\挂载#mount-tufs-a\\挂载所有文件档案更改密码#passwd\\更改密码Newpassword:Retypenewpassword:passwd:updatingthedatabase...passwd:done#exit\..
分类:其他好文   时间:2014-07-28 00:44:11    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!