第一步: 安装基本系统
$ sudo pacman -S --needed dkms qt virtualbox virtualbox-guest-iso
$ sudo gpasswd -a `whoami` vboxusers
$ sudo systemctl enable dkms
$ sudo vim /etc/modules-load.d/virtualbox.conf
vb...
分类:
系统相关 时间:
2015-07-28 08:00:49
阅读次数:
317
docker报【Error response from daemon: Error running DeviceCreate (createSnapDevice) dm_task_run failed】错,解决办法:# systemctl stop docker.service# thin_chec...
分类:
其他好文 时间:
2015-07-24 15:57:46
阅读次数:
166
在centos7下忘记了Mairadb的密码
如下图所示
用vi编辑器或者nano
centos7好像没有自带nano用 yum -y install nano来安装
之后打开
nano /etc/my.cnf
添加如下图所示
skip-grant-tables之后保存退出
systemctl restart mariadb.service
重启服务
重新设置...
分类:
数据库 时间:
2015-07-19 16:35:23
阅读次数:
203
由于工作需要,需要学习php,本来想安装lamp的但是考虑到现在nginx服务器有良好的性能且应用广泛。这里我决定搭建Linux(CentOS7+Nginx+MySQL+PHP)下的web服务器。一、安装httpd。 yum install -y httpd
安装完成之后使用以下命令启动httpd服务:
systemctl start httpd.service #启动apache...
分类:
数据库 时间:
2015-07-19 06:39:17
阅读次数:
202
查询所有单元的状态:[root@rhce7 ~]# systemctl UNIT LOAD ACTIVE SUB DESCRIPTIONproc-sys-fs-binfmt_misc.a...
分类:
其他好文 时间:
2015-07-17 00:08:59
阅读次数:
386
#yum?-y?install?qemu-kvm?libvirt?virt-install?bridge-utils
#lsmod?|?grep?kvm??#?make?sure?modules?are?loaded
#systemctl?start?libvirtd
#systemctl?enable?libvirtd 算了,http://li...
分类:
Windows程序 时间:
2015-07-16 12:07:12
阅读次数:
1187
Job for openstack-glance-api.service failed. See 'systemctl status openstack-glance-api.service' and 'journalctl -xn' for deta
openstack-glance-api.service start request repeated too quickly, refusing to start...
分类:
Windows程序 时间:
2015-07-12 12:54:47
阅读次数:
1295
1.设置开机启动If you want Docker to start at boot, you should also:$ sudo systemctl enable docker2. 启动,停止,重启$ sudo systemctl start docker $ sudo systemctl s...
分类:
其他好文 时间:
2015-07-07 16:02:56
阅读次数:
130
在linux的世界里,给主机设置固定IP是这么做的:
1.首先选取你想要配置的网络接口,可以通过ifconfig 命令查看在用的网卡接口。一般都选择第一个接口:eth0
2.停用网络自动配置(如果有的话):systemctl stop NetworkManager.service
禁用网络自动配置(如果有的话):systemctl disable NetworkManager.servi...
分类:
其他好文 时间:
2015-07-04 15:34:29
阅读次数:
377
RHEL7虚拟机添加新网卡后,网卡无法启动1.在开启网络时,有错误提示:# systemctl restart network.service Job for network.service failed. See 'systemctl status network.service' and 'j....
分类:
其他好文 时间:
2015-07-04 00:46:40
阅读次数:
183