首页
分类
系列
深入理解Golang
常用Golang函数
力扣LeetCode
归档
瞬间
链接
留言
探索者 - KunkkaWu的技术空间 - 我的个人学习笔记
行动起来,活在当下
累计撰写
72
篇文章
累计创建
91
个标签
累计收到
10
条评论
栏目
首页
分类
系列
深入理解Golang
常用Golang函数
力扣LeetCode
归档
瞬间
链接
留言
目 录
CONTENT
以下是
Linux
相关的文章
2024-06-03
ARM架构麒麟系统下,使用docker部署安装LAMP环境
如何在arm64架构的麒麟系统上,部署LAMP
2024-06-03
2349
0
2
技术方案
Linux
2023-11-14
使用命令统计nginx日志access.log中某个接口的QPS
题目从nginx的日志access.log中统计getVideoInfo接口的QPS。日志格式为:2019-07-12T11:16:23+0800|127.0.0.1|-|-|GET|http|127.0.0.1|/getVideoInfo?id=1日志内容大致为:2019-07-12T11:16:
2023-11-14
12089
0
4
Linux
2023-02-09
升级mac系统后,Git报错:no matching host key type found. Their offer: ssh-rsa
更新 macOS Ventura后,git操作时报错:Unable to negotiate with 106.52.*.* port 22: no matching host key type found. Their offer: ssh-rsafatal: Could not read fro
2023-02-09
3565
0
5
Linux
2022-08-04
supervisor 指定用户启动进程
[program:tarkov]command= java -jar halo-tarkov.jaruser = tarkovdirectory=/var/www/tarkovprocess_name=%(process_num)02d;numprocs=5 ;启动几个进程autostart=tru
2022-08-04
4109
0
1
Linux
2022-08-04
linux 将目录授权给其他用户
更改目录所有者命令:chown -R 用户名称 目录名称更改目录权限命令:chmod -R 755 目录名称
2022-08-04
3272
0
5
Linux
2022-08-04
nginx 301自动跳转到www的方法
将不带www的域名kunkkawu.com重定向到带www的域名www.kunkkawu.com上很简单:server { listen 80; listen 443 ssl; server_name kunkkawu.com www.kunkkawu.com;
2022-08-04
3735
0
3
Linux
技术方案
2021-11-11
Shell命令echo和seed避坑
2021-11-11
8509
0
2
Linux
2021-07-29
Centos7下Yum安装Mysql5.7
2021-07-29
2570
0
4
Linux
2020-05-15
Centos批量杀进程
2020-05-15
2002
0
2
Linux
2020-03-17
Centos7开放端口及查看端口开放
2020-03-17
19694
0
3
Linux