vimrc colorscheme ron :syntax on filetype on filetype plugin on filetype indent on set sts=4 set shiftwidth=4 set backspace=2 set tabstop=4 set showmo ...
分类:
系统相关 时间:
2020-07-08 09:14:50
阅读次数:
84
shell之ping减少时间间隔&ping的次数 作为一位新手,检测IP地址是否正常使用,ping是一个很不错的选择,可以更快的探测到当前网路的可用IP,并进行到文档。 步骤如下: 首先:创建一个脚本文件并进行编辑: 1 # vim ping.sh 然后:写入脚本,内容如下: #!/bin/bash ...
分类:
系统相关 时间:
2020-07-08 00:56:13
阅读次数:
119
+ sh make_release.sh fatal: could not read Username for 'http://gitlab.yintech.net': No such device or address vim .git/config [core] repositoryformat ...
分类:
其他好文 时间:
2020-07-07 20:17:20
阅读次数:
64
vim /usr/lib/systemd/system/minio.service 1 [Unit] 2 Description=Minio service 3 Documentation=https://docs.minio.io/ 4 5 [Service] 6 WorkingDirectory ...
分类:
其他好文 时间:
2020-07-07 17:45:15
阅读次数:
75
若需要重新安装(拷贝虚拟机文件移植到其他地方使用) 1)更改IP配置文件/etc/sysconfig/network-scripts/ifcfg-ens33网段需要与物理网卡网段一致; vim /etc/sysconfig/network-scripts/ifcfg-ens33 IPADDR=192 ...
分类:
其他好文 时间:
2020-07-07 17:36:44
阅读次数:
66
当主机使用ssh免密码登录时,弹出Warning:Permanently added (RSA) to the list of known hosts的警告,看着很碍眼。通过以下方法进行解决: 1:vim /etc/ssh/ssh_config(master和slave1都需要设置) 找到#Stri ...
分类:
其他好文 时间:
2020-07-07 15:34:46
阅读次数:
57
Docker安装 docker的官方网站:https://www.docker.com/ docker镜像的网站:https://hub.docker.com/ docker安装网址:https://docs.docker.com/engine/install/centos/ 卸载老版本 $>>su ...
分类:
其他好文 时间:
2020-07-07 15:25:40
阅读次数:
57
概述 使用 VIM 作简单字数统计 背景 想做一个简单的 字数统计 环境 OS win10 shell mintty-2.9.4 1. 需求 概述 需求 需求 统计文段内字符的数量 支持 自定义字符集 2. 方案1: vim 自带统计 概述 vim 自带方案 操作 定位到 文段内某行 vim 标准模 ...
分类:
系统相关 时间:
2020-07-07 13:14:43
阅读次数:
81
修改CentOS7,修改默认语言环境 1.临时修改: # export LANG=en_US.UTF-8 2.永久修改: # vim /etc/locale.conf or # localectl set-locale LANG=en_US.UTF-8 更改为 ,重启。 ...
分类:
编程语言 时间:
2020-07-07 12:54:04
阅读次数:
112
一、部署设备: nginx服务器:192.168.110.128(转交设备) uwsgi服务器:192.168.110.128/129/130/131(负载设备) 二、环境配置: 1、django环境: yum install -y gcc-c++ yum install -y vim yum up ...
分类:
其他好文 时间:
2020-07-07 12:49:26
阅读次数:
98