码迷,mamicode.com
首页 >  
搜索关键字:centos7 常用命令 systemctl localectl timedatectl    ( 26129个结果
centos8.2 时间同步
==时区修改== 查看当前时区:date 查看时区列表:timedatectl list-timezones 修改时区:timedatectl set-timezone Asia/Shanghai ==配置文件== centos8已经没有ntp时间同步服务了,使用的是chrony。 配置文件:vim ...
分类:其他好文   时间:2021-06-17 17:09:13    阅读次数:0
Centos7 Docker安装
1.卸载旧的docker,可选,如果搭建K8S平台,CentOS自带的docker会报错,因此最好使用官方最新的docker版本。 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ dock ...
分类:其他好文   时间:2021-06-17 17:04:55    阅读次数:0
centos安装kibana
1.下载安装 wget https://artifacts.elastic.co/downloads/kibana/kibana-7.0.0-x86_64.rpm yum install -y kibana-7.0.0-x86_64.rpm 2.修改配置文件 vim /etc/kibana/kiba ...
分类:其他好文   时间:2021-06-16 18:25:40    阅读次数:0
config : 'option forwardfor' ignored for frontend 'openshift-api-server' as it requires HTTP mode.
发现问题, [root@registry ~]# systemctl status haproxy● haproxy.service - HAProxy Load Balancer Loaded: loaded (/usr/lib/systemd/system/haproxy.service; en ...
分类:Windows程序   时间:2021-06-16 18:04:41    阅读次数:0
Centos安装Docker图文教程
先看看官方安装文档:https://docs.docker.com/engine/install/centos/#prerequisites,得知官方建议Centos7及以上的版本; 其他说明也非常详细,安装方法也推荐了好几种;我这里再整理一下以供学习。 Docker安装: 1、安装依赖包: sud ...
分类:其他好文   时间:2021-06-16 17:57:54    阅读次数:0
centos7关闭防火墙
有些人安装的linux的系统默认防火墙不是iptables,而是firewall,那就得使用以下方式关闭防火墙了。 >>>关闭防火墙 systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止 ...
分类:其他好文   时间:2021-06-15 18:12:55    阅读次数:0
记录几个vim常用命令
1、vim编辑代码设置:sudo vim /etc/vim/vimrc... set autoindent " 设置每次单击Enter键后,光标移动到下一行时与上一行的起始字符对齐 set cindent set number "display line number set ts=4 "tabsp ...
分类:系统相关   时间:2021-06-15 17:59:34    阅读次数:0
Git常用命令以及常见的解决冲突方式
概念:工作区 >暂存区 >仓库 1、常见的解决冲突方式 在工作中,通常都会根据主分支(master)创建出属于自己的个人分支。然后我们在个人分支上进行开发,再推送代码到个人的远程仓库中,再请求合入主分支(master)中。这时候有可能你和别的同事同时修改了同一个文件,而他的代码合入早与你,那么就会存 ...
分类:其他好文   时间:2021-06-13 10:41:50    阅读次数:0
[Linux常用命令、磁盘操作]
Linux 1.常用命令 # Linux中最顶级目录是根目录:/ # ~ :在linux当中指的是当前用户的家目录([用户名@主机名 当前所在的目录]) 1.touch 文件名 # 创建文件(默认创建在当前用户文件夹下) touch /路径 文件名 # 指定文件夹下创建文件 2.ls # 查看文件夹 ...
分类:系统相关   时间:2021-06-13 10:14:21    阅读次数:0
阿里云centos7.4安装nexus
阿里云centos7.4安装nexus 威先生2018关注 2019.03.23 19:41:43字数 390阅读 473 准备材料 系统:centos7.4、nexus-2.11.2-03、jdk1.8(跳过讲解安装) nexus-2.11.2-03下载地址方式: 方式一:https://sona ...
分类:其他好文   时间:2021-06-13 09:47:46    阅读次数:0
26129条   上一页 1 ... 5 6 7 8 9 ... 2613 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!