码迷,mamicode.com
首页 >  
搜索关键字:novnc openstack nova restart novncproxy    ( 7417个结果
Linux 修改 ssh 端口
edit config && add Port 2222 vi /etc/ssh/sshd_config 重启ssh服务 systemctl restart sshd.service 查看端口 sudo netstat -atlunp | grep sshd ...
分类:系统相关   时间:2021-01-13 10:51:14    阅读次数:0
docker容器设置开机自启
docker开机自启设置 命令:systemctl enable docker.service docker容器的开机自启 在使用docker run启动容器时,使用--restart参数来设置 例:# docker run -d --name mysql -p 3306:3306 --restar ...
分类:其他好文   时间:2021-01-11 10:57:00    阅读次数:0
lamp
lamp简介 所谓lamp,其实就是由Linux+Apache+Mysql/MariaDB+Php/Perl/Python的一组动态网站或者服务器的开源软件,除Linux外其它各部件本身都是各自独立的程序,但是因为经常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台。 ...
分类:其他好文   时间:2021-01-06 12:26:46    阅读次数:0
MySQL常用命令
1、修改MySQL密码方法一:usemysql;updateusersetpassword=PASSWORD(“123456”)whereuser=‘root’;flushprivileges;忘记密码:sed-ri‘3dskip-grant-tables‘/etc/my.cnfsystemctlrestartmariadbusemysql;updateusersetpasswor
分类:数据库   时间:2021-01-02 10:57:18    阅读次数:0
Openstack配置Neutron双网卡(linuxbridge网络架构)
前期准备准备两台Centos7虚拟机,其中两台虚拟机配置两个网卡(NAT和仅主机),两台虚拟区配置多块硬盘,配置IP地址和hostname,同步系统时间,关闭防火墙和selinux,修改ip地址和hostname映射iphostnameens33(NAT):192.168.29.145ens37(仅主机):192.168.31.135controllerens33(NAT):192.168.29.
分类:系统相关   时间:2021-01-02 10:56:40    阅读次数:0
openstack heat 编排模板指南
opentack heat orchestration template (HOT) 可以类比 k8s 的 yaml 文件,k8s 通过 yaml 文件实现编排, 通过 HOT yaml 文件实现 openstack 上的编排 openstack 版本 train 版 HOT hello world ...
分类:其他好文   时间:2021-01-02 10:37:17    阅读次数:0
apache安装
#yum -y install httpd apache安装完成后,默认为stop状态 httpd服务状态的查看、停止、启动、重启、开机启动 #systemctl status|start|stop|restart|enable httpd.service 浏览器-localhost可以查看是否安装 ...
分类:Web程序   时间:2021-01-01 12:02:31    阅读次数:0
Linux 查看iptables状态-重启
iptables 所在目录 : /etc/sysconfig/iptables # service iptables status #查看iptables状态 # service iptables restart #iptables服务重启 # service iptables stop #ipta ...
分类:系统相关   时间:2020-12-30 11:29:45    阅读次数:0
saltstack3-状态管理-yum安装软件
状态管理-salt安装apache 编辑主配置文件,定义几个环境。 vim /etc/salt/master file_roots: base: - /srv/salt/base dev: - /srv/salt/dev test: - /srv/salt/test prod: - /srv/sal ...
分类:其他好文   时间:2020-12-30 11:27:09    阅读次数:0
linux动态查看mysql日志
第一步: 使用下面的命令打开mysql的配置文件,去除68,69行的注释,然后保存。 sudo vi /etc/mysql/mysql.conf.d/mysqld.cnf 第二步: 重启mysql服务,就会产生mysql日志文件。 sudo service mysql restart 额外: MyS ...
分类:数据库   时间:2020-12-30 11:08:42    阅读次数:0
7417条   上一页 1 ... 9 10 11 12 13 ... 742 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!