推荐
专栏
教程
课程
飞鹅
本次共找到1844条
vim命令
相关的信息
Stella981
•
3年前
Git配置SSH Key的时候提示密钥无效
错误提示:Keyisinvalid.YoumustsupplyakeyinOpenSSHpublickeyformat翻译:密钥无效。必须提供OpenSSH公钥格式的密钥操作步骤1.生成公钥sshkeygentrsaC"GitHub账号的注册邮箱"2.进入路径vim~/.ssh/i
Wesley13
•
3年前
vim的一些autocmd event
Nametriggeredby~Reading|BufNewFile|startingtoeditafilethatdoesn'texist|BufReadPre|startingtoeditanewbuffer,beforereadingthefile|BufRead|starti
Stella981
•
3年前
Docker 搭建 ELK 集群步骤
前言本篇文章主要介绍在两台机器上使用Docker搭建ELK。正文环境CentOS7.7系统Dockerversion19.03.8dockercomposeversion1.23.2系统设置vim编辑/etc/secur
Wesley13
•
3年前
linux命令:find命令
http://blog.csdn.net/pipisorry/article/details/39831419(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fpipisorry%2Farticle%2Fdetails%2F39831419)linu
Stella981
•
3年前
CentOS7 FTP安装
前几天,因项目需要安装FTP,现把日志记录一下:一、安装:yuminstallvsftpdy启动:systemctlstartvsftpd.service 自启动:systemctlenablevsftpd.service二、配置vim/etc/vsftpd/vsftpd.confanon
Easter79
•
3年前
Tomcat架构具体配置与Zrlog网站安装
16.4配置Tomcat监听80端口编辑Tomcat配置文件root@localhost~vim/usr/local/tomcat/conf/server.xml……搜索8080,修改下面的内容位80<Connectorport"80"
Wesley13
•
3年前
Ubuntu MySQL定时备份
系统:Ubuntu16.04x64MySQL5.5.161.创建保存备份文件的路径/mysqldatamkdir/mysqldata2.创建/usr/sbin/bakmysql文件vim/usr/sbin/bakmysql输入以下内容:!/bin/sh
Wesley13
•
3年前
mysql 工具
mysql增加慢日志vim my.conf\超过1s的查询会记录到日志文件中long\_query\_time1logslowqueries/data/var/mysql\_slow.log\记录没用索引的查询logqueriesnotusinginde
Stella981
•
3年前
CentOS7 PHP+Redis实现Session共享
先yum简单的安装rediswgetO/etc/yum.repos.d/CentOSBase.repohttp://mirrors.aliyun.com/repo/epel7.repoyumyinstallredis简单配置一下:vim/etc/redis.confdaemonizeye
Wesley13
•
3年前
Vim配合Shell自动上传ftp
shell代码:!/bin/bash网站配置a1('本地目录;主机;yonghuming;mima;远程目录''本地目录;主机;user;pwd;远程目录')选取的网站配置web""本地根目录webroot"本地apache网站根目录"website1echo$1|awk'{split($0,
1
•••
7
8
9
•••
185