运维开发工作小技能总结

运维经验总结

 

做了两年半的运维开发,总结一下一些解决我工作问题中的有用文章,方便遇到相同问题可以查看。

 

一、安装

java SE安装 https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html

windows安装pip https://www.cnblogs.com/NanShan2016/p/5518235.html

在aws默认的linux的instance上如何迅速安装java环境  https://blog.csdn.net/he_wolf/article/details/37975961

Centos7下避坑安装elasticsearch https://www.jianshu.com/p/1d1886bfb5b8

ftp服务器搭建及三种访问途径 https://blog.51cto.com/u_13871456/2149240

CentOS7(在线)安装Docker https://www.cnblogs.com/yy3b2007com/p/11391979.html

如何从零开始搭建 CI/CD 流水线 https://www.infoq.cn/article/WHt0wFMDRrBU-dtkh1Xp

Selenium+Python+jenkins搭建web自动化测测试框架 https://www.jianshu.com/p/23280350120b

Robot Framework 安装配置 https://www.jianshu.com/p/9dcb4242b8f2

aws ec2上安装docker,docker-compose,redis-cluster https://blog.csdn.net/qq_30046617/article/details/85610332

Linux 使用yum命令安装mysql https://www.cnblogs.com/jie1521/p/10286604.html

Linux下安装mysql-5.7.24 https://www.jianshu.com/p/276d59cbc529

如何在Amazon EC2上安装MySQL 5.7 https://www.codenong.com/39025524/

 

二、解决问题

Git SSH配置无误 但无法连接github远程仓库 “Host Key Verification Failed”   https://blog.csdn.net/zheng548/article/details/79079293

SSL certificate problem: self signed certificate  https://blog.csdn.net/xieyp040/article/details/80233436

Win7如何设置多用户同时远程登录 https://jingyan.baidu.com/article/154b463178aec928cb8f416d.html

Intellij IDEA上新建项目或模块没有Spring Initializr选项解决办法  https://blog.csdn.net/h363659487/article/details/80322624

PyCharm报错:Please specify a different SDK name解决方法 https://blog.csdn.net/lancegentry/article/details/79381047

Linux怎样访问Windows共享文件和文件夹  https://jingyan.baidu.com/article/574c521911f0866c8d9dc1a3.html

centos 解决 -bash: shasum: command not found https://blog.csdn.net/u012599988/article/details/83345465

docker端口映射或启动容器时报错Error response from daemon: driver failed programming external connectivity on endpoint quirky_allen   https://www.cnblogs.com/hailun1987/p/7518306.html

SSH 登录时提示 Permission denied (publickey,gssapi-keyex,gssapi-with-mic).  https://talk.ninghao.net/t/ssh-permission-denied-publickey-gssapi-keyex-gssapi-with-mic/5804

elasticsearch如果在【base】许可证启用了安全性,则必须启用传输SSL  https://stackoverflow.com/questions/56318110/transport-ssl-must-be-enabled-if-security-is-enabled-on-a-basic-license

ElasticSearch 429 Too Many Requests circuit_breaking_exception https://www.cnblogs.com/sanduzxcvbnm/p/11982476.html

java  Error: Opening Robot Framework log failed  https://stackoverflow.com/questions/36607394/error-opening-robot-framework-log-failed

 

三、介绍

git使用指南 https://www.bootcss.com/p/git-guide/

mongodb入门 https://blog.csdn.net/muguli2008/article/details/80591256

Xshell+Xftp SSH隧道代理 https://my.oschina.net/shuqi888/blog/592444

cloudera manage的空间存储规划 https://docs.cloudera.com/documentation/enterprise/6/6.0/topics/cm_ig_reqs_space.html#concept_tjd_4yc_gr

Elasticsearch 快照 备份与恢复(本地) https://www.cnblogs.com/Star-Haitian/articles/10039866.html

jumpserver在终端修改管理员密码及新建超级用户 https://my.oschina.net/u/3314358/blog/1935222

Linux集群系统时间同步 https://cloud.tencent.com/developer/article/1336679

Linux LVM硬盘管理及LVM扩容 https://www.cnblogs.com/gaojun/archive/2012/08/22/2650229.html

如何制作CSR文件? https://www.cnblogs.com/lhj588/p/6069890.html

nc(netcat)命令用法举例 https://www.cnblogs.com/nmap/p/6148306.html

jumpserver快速入门 https://docs.jumpserver.org/zh/master/

jumpserver修改用户密码 https://blog.csdn.net/yelllowcong/article/details/109687340

将虚拟机导出为 OVF 格式 https://docs.vmware.com/cn/VMware-Fusion/10.0/com.vmware.fusion.using.doc/GUID-16E390B1-829D-4289-8442-270A474C106A.html

 

四、开发

Flask实现登录功能【附完整Demo】 https://blog.csdn.net/weixin_36380516/article/details/80301478

springboot中ElasticSearch入门与进阶:组合查询、Aggregation聚合查询 https://blog.csdn.net/topdandan/article/details/81436141

Mongodb多条件语句查询 https://blog.csdn.net/weixin_44314661/article/details/102756566

ES数据扩容数据过期 https://www.elastic.co/guide/cn/elasticsearch/guide/current/retiring-data.html

 

五、AWS最佳实践

AWS安全最佳实践 https://aws.amazon.com/cn/blogs/security/tag/best-practices/

AWS良好架构 https://www.duyidong.com/2017/03/23/AWS-well-architected-framework/

S3跨账户访问 https://aws.amazon.com/cn/premiumsupport/knowledge-center/cross-account-access-s3/

调整卷大小后扩展 Linux 文件系统 https://docs.aws.amazon.com/zh_cn/AWSEC2/latest/UserGuide/recognize-expanded-volume-linux.html

IAM安全最佳实践 https://docs.amazonaws.cn/IAM/latest/UserGuide/best-practices.html

监控 Amazon EC2 Linux 实例的内存和磁盘指标  https://docs.amazonaws.cn/AWSEC2/latest/UserGuide/mon-scripts.html

 

 

 

使用软件

pyhton pycharm

java IntelliJ IDEA /eclipse

ssh连接  MobaXterm

上传  filezila

数据库  Navicat

接口测试  postman

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值