/eploy

easy to deploy

MIT LicenseMIT

eploy

easy to deploy

step by step install deployments

list

  1. tools
  2. cnpm私服 sinopia node多源切换nrm
  3. fastdfs in centos fastdfs管理
  4. matomo on centos7
  5. mysql
  6. redis
  7. mongodb 集群
  8. python3 in centos
  9. docker 相关
  10. nginx
  11. tomcat
  12. gitlab
  13. ssh 免密
  14. hubot + bearychat
  15. jenkins
  16. ceph
  17. ansible
  18. wekan kanboard
  19. rocketchat
  20. kafka
  21. pm2
  22. c env container env of all
  23. ss
  24. apollo
  25. sh
  26. ss @ server
  27. postgres
  28. qurid proxy
  29. git私服
  30. groovy 常用操作脚本
  31. nextcloud 快速安装
  32. openvpn 快速安装
  33. sentry 安装
  34. nexus 安装
  35. rabbitmq 安装
  36. minikube 安装
  37. k8s 使用范例
  38. svn 使用
  39. 安全测试工具
  40. openvas
  41. minidoc 简单文档管理系统
  42. sshfs 文件共享
  43. es elasticsearch相关
  44. uni-app 脚本打包
  45. json自定义编辑
  46. showdoc api接口管理
  47. nodebb安装使用

cmds

ab test

$ cat test.json
json='{ "timestamp" : 1484825894873, "test" : "test"}'
ab -c 10 -n 1000 -p  test.json -T application/x-www-form-urlencoded  https://example.com/test
#https://prabuddha.me/apache-bench-ab-post-json-api/

禁用selinux

sed -i 's/=enforcing/=disabled/' /etc/selinux/config

防火墙

firewall-cmd --zone=public --add-port=9392/tcp --permanent
firewall-cmd --reload