Centos7 自定义systemctl服务脚本

发布于:2022-11-21 14:18 作者:kevin.Zhu 浏览:25 分类:文摘

https://blog.csdn.net/qianghong000/article/details/118152621


阅读全文>>

0

RocketMQ在在CentOS7中使用systemctl方式启动

发布于:2022-11-21 14:17 作者:kevin.Zhu 浏览:24 分类:文摘

https://www.cnblogs.com/linyouyi/p/13936739.html


[root@localhost system]# cat /etc/systemd/system/mqnamesrv.service 
[Unit]
Description=rocketmq - nameserver
Documentation=http://mirror.bit.edu...

阅读全文>>

0

ssh-keygen静默模式

发布于:2022-11-21 10:21 作者:kevin.Zhu 浏览:26 分类:文摘
ssh-keygen -t rsa -N '' -f /root/.ssh/id_rsa -q

阅读全文>>

0

gpasswd命令详解

发布于:2022-11-21 10:12 作者:kevin.Zhu 浏览:26 分类:又一文摘

https://blog.csdn.net/qq_43753178/article/details/106502642


  用法:gpasswd[-a user][-d user][-A user,...][-M user,...][-r][-R]groupname
  参数:
	-a:添加用户到组
	-d:从组删除用户
	-A:指定管理员
	-M:指定组成员和-A的用途差不多
...

阅读全文>>

0

ssh-keygen 常用命令与参数

发布于:2022-11-21 10:02 作者:kevin.Zhu 浏览:25 分类:文摘

https://blog.csdn.net/guanjianhe/article/details/126112241


阅读全文>>

0

cgroups CPU, RAM, IO, (TASKs?) made easy

发布于:2022-11-20 18:35 作者:kevin.Zhu 浏览:21 分类:文摘

https://forum.directadmin.com/threads/tstemd-cgroups-cpu-ram-io-tasks-made-easy.62353/


阅读全文>>

0

How to control resource (cgroup) with systemd for user process group in CentOS/RHEL 7

发布于:2022-11-20 17:26 作者:kevin.Zhu 浏览:20 分类:文摘

https://www.thegeekdiary.com/how-to-control-resource-cgroup-with-systemd-for-user-process-group-in-centos-rhel-7/


The Basics

RHEL7 moves the resource management settings from the proc...

阅读全文>>

0

limit systemd services with control group ( slice ) cgroup

发布于:2022-11-20 16:39 作者:kevin.Zhu 浏览:25 分类:文摘

https://www.suse.com/support/kb/doc/?id=000019590


阅读全文>>

0

centos cgroup限制 Cgroup限制用户的CPU、内存和磁盘IO使用率

发布于:2022-11-20 15:34 作者:kevin.Zhu 浏览:24 分类:文摘

RHEL7: How to get started with CGroups

https://www.certdepot.net/rhel7-get-started-cgroups/



https://www.cnblogs.com/SunshineKimi/p/12755188.html

阅读全文>>

0

centos7安装MongoDB4.2社区版

发布于:2022-11-17 14:53 作者:kevin.Zhu 浏览:22 分类:文摘

https://blog.csdn.net/jiangbenchu/article/details/115701220


阅读全文>>

0

Npm私有仓库Nexus的使用

发布于:2022-11-14 18:38 作者:kevin.Zhu 浏览:22 分类:文摘

https://blog.csdn.net/stelalala/article/details/124951937


阅读全文>>

0

vue Invalid Host header

发布于:2022-11-12 23:35 作者:kevin.Zhu 浏览:26 分类:文摘
// vue3  在vue.config.js 中 devServer对象中增加 

historyApiFallback: true,
allowedHosts: "all",

阅读全文>>

0

switchyomega autoproxy 规则列表网址

发布于:2022-11-10 23:41 作者:kevin.Zhu 浏览:15 分类:文摘

https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt


阅读全文>>

0

搭建MongoDB单节点副本集服务

发布于:2022-11-10 16:11 作者:kevin.Zhu 浏览:19 分类:文摘

https://www.jianshu.com/p/6878b35d9e29


# 1、创建并启动一个mongo副本集容器
docker run -d --name mongo-42 -p 27017:27017 mongo:4.2 --replSet rs0
# 2、进入容器
docker exec -it mongo-42 mongo
# 3、初始化副本集
rs.initiat...

阅读全文>>

0

websocket服务测试工具推荐

发布于:2022-11-3 10:42 作者:kevin.Zhu 浏览:13 分类:文摘

https://www.jianshu.com/p/a580825893c2


https://github.com/websockets/wscat

安装

基于windows下的使用介绍
1.首先要安装nodejs http://nodejs.cn/download/
2.安装好nodejs后,打开命令行,输入npm install -g wsca...

阅读全文>>

0

Docker之多机网络

发布于:2022-11-2 10:22 作者:kevin.Zhu 浏览:23 分类:文摘

http://www.manongjc.com/detail/27-bkgnkevncjbjyoj.html


本文章向大家介绍Docker之多机网络,主要包括Docker之多机网络使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

Host

Host模式容器之间可以通过宿主机的IP+端口的形式进行访问,这种方式很直接,该网络...

阅读全文>>

0

搭建portus管理docker registry私服

发布于:2022-10-31 16:00 作者:kevin.Zhu 浏览:27 分类:文摘

https://blog.csdn.net/u013161561/article/details/77141233


阅读全文>>

0

linux 路由跟踪表满错误 nf_conntrack: table full, dropping packet 原理解决方法

发布于:2022-10-29 16:53 作者:kevin.Zhu 浏览:20 分类:文摘

https://blog.csdn.net/whatday/article/details/105250959




阅读全文>>

0

Proxmox(PVE)虚拟机假死无法关闭解决办法

发布于:2022-10-28 17:15 作者:kevin.Zhu 浏览:19 分类:文摘

https://www.qzkyl.cn/post-716.html



阅读全文>>

0

Linux之at命令

发布于:2022-10-27 10:48 作者:kevin.Zhu 浏览:21 分类:文摘

https://blog.csdn.net/weixin_37335761/article/details/122988478

【Linux常用命令速查手册】关注【入门小站】,后台回复 「1001」 自取。

当使用shell脚本时,你可能想在某个特定的时间运行shell脚本,Linux系统中提供了多个在特定时间运行shell脚本的方法,其中一种方法就是使用at命令...

阅读全文>>

0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... »