
DevOps
wish366
这个作者很懒,什么都没留下…
展开
-
How to use the ‘git log‘ command to get change log for each file?
这段脚本的目的是从 Git 仓库中提取提交日志信息,并将其格式化为 CSV 文件。原创 2024-11-29 00:10:01 · 445 阅读 · 0 评论 -
Clean Docker Images and Container by Cron Job
【代码】Clean Docker Images and Container by Cron Job。原创 2024-11-28 09:18:26 · 341 阅读 · 0 评论 -
How to use gitlab-runner to execute CI?
【代码】How to use gitlab-runner to execute CI?原创 2024-11-27 19:16:43 · 647 阅读 · 0 评论 -
CompreFace Study
此文旨在记录学习CompreFace的过程。提示:以下是本篇文章正文内容,下面案例可供参考例如:以上就是今天要讲的内容,本文仅仅简单介绍了pandas的使用,而pandas提供了大量能使我们快速便捷地处理数据的函数和方法。原创 2024-08-13 20:53:35 · 591 阅读 · 0 评论 -
docker-build.sh and docker-run.sh
平常在docker上调试应用程式,由于指令繁多,需要经常查看资料。为简化步骤,编写docker-build.sh和docker-run.sh文件。原创 2024-08-14 15:39:10 · 390 阅读 · 0 评论 -
.NET SDK/Runtime installation on Linux
【代码】.NET SDK/Runtime installation on Linux。原创 2024-08-14 15:22:18 · 152 阅读 · 0 评论 -
.NET App accesses MSSQL to report TLS issue on Linux and Docker
1.使用.NET6开发一程式,它需要访问MSSQL,在Linux和Docker下都报:A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 31 - Encryption(ssl/tls) handshake failed)原创 2024-08-14 15:16:39 · 367 阅读 · 0 评论 -
How to debug a appliction on local Linux or WSL?
由于K8S权限控制,当部署在上面的应用程式出现问题后,无法还原用户出问题的场景。所以需要把程式部署到本地的Linux或WSL。原创 2024-08-13 22:57:59 · 236 阅读 · 0 评论 -
How to push a docker image to harbor on wsl?
【代码】How to push a docker image to harbor on wsl?原创 2024-08-13 22:29:29 · 300 阅读 · 0 评论 -
Run .NetCore App on Linux
【代码】Run .NetCore App on Linux。原创 2024-08-13 22:19:14 · 114 阅读 · 0 评论 -
Compact vdisk of wsl2
【代码】Compact vdisk of wsl2。原创 2024-08-13 22:15:09 · 164 阅读 · 0 评论 -
wsl2 move to disk D
【代码】wsl2 move to disk D。原创 2024-08-13 22:09:32 · 163 阅读 · 0 评论 -
How to run angular CICD on gitlab-runner of wsl?
前提文件1.test.ts},"test": {...,},(\d+(?:\.\d+)?)%7.Command。原创 2024-08-13 22:02:15 · 412 阅读 · 0 评论 -
Docker commands on Linux (WSL)
【代码】Docker commands on Linux (WSL)原创 2024-08-13 21:43:36 · 375 阅读 · 0 评论 -
How to limit request by IP on nginx?
这个配置指令将为每个客户端 IP 地址创建一个限制区域,并将其与请求速率设置关联。当 Nginx 收到请求时,会根据客户端的 IP 地址和限制区域来判断请求是否超过了设置的速率限制。是一个 Nginx 配置指令,用于定义请求限制区域和速率限制。原创 2024-05-23 16:37:16 · 290 阅读 · 1 评论 -
How to start a docker container on Linux?
【代码】How to start a docker container on Linux?原创 2024-05-23 16:04:44 · 132 阅读 · 0 评论 -
How to record real IP of user on nginx?
由于没有WAF权限,所以在 docker上启动了两个container,一个模拟WAF(r-proxy),一个模拟应用(webapp)。1.r-proxy (nginx下的 default.config, /etc/nginx/conf.d/default.conf)docker上如何启动container,查看另一篇文章。2.webapp (无需设置)原创 2024-05-23 15:50:06 · 223 阅读 · 0 评论 -
How to start a gitlab-runner in wsl?
Becasue I've installed the Ubuntu 18.04 LTS in my wsl, I click the icon to start.1.Start wls2 and docker 2.Download the gitlab-runner docker image3.Show docker images 4.Start the docker container (Docker run)5.Go to the gitlab-runner container原创 2022-06-14 09:29:32 · 416 阅读 · 1 评论 -
How to start the dotnetsdk docker image for test?
Following the last articleHow to run a Docker on Windows 10 with WSL?https://blog.youkuaiyun.com/wish366/article/details/125011890 1. Start wsl2 and docker 2.Download the dotnetsdk docker image 2.1 If it's showing the error: x509: certificate signed by原创 2022-06-08 21:01:44 · 231 阅读 · 0 评论 -
How to upload a UT coverage report of angular to SonarQube?
1. Preconditions: you've deployed a SonarQube service.2. In order to test the processes, I'll install the sonar-scanner in your local computer, it's located on the left of the image above. Becasue I use a Windows system, I get the package from the webs原创 2022-05-31 19:46:46 · 190 阅读 · 0 评论 -
How to run a Docker on Windows 10 with WSL?
1.Install Linux on Windows with WSLPlease refer to the URL:Install WSL | Microsoft DocsWSL: windows subsystem for linuxYou must be running Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.If not, please upgrade your Windo..原创 2022-05-27 23:54:52 · 265 阅读 · 0 评论 -
How to use a rancher CLI to run kubectl command?
How to use a rancher CLI to run kubectl command?原创 2022-05-20 14:25:22 · 238 阅读 · 0 评论 -
Using command to move file in Rancher
Rancher原创 2021-11-20 15:02:20 · 345 阅读 · 0 评论