摘要: 当然很多镜像都是有着专用的功能,这也是docker的设计目标,但是有时候我们也想把docker当vps使用。 所以,就想基于debian的镜像自由发挥。。。 第一步:基于 debian:12-slim 开启一个容器 关键要设置:挂载一个目录,比如/app,这个后面是自由发挥的舞台和空间,他不会随着容 阅读全文
posted @ 2025-11-30 18:27 blog_momo 阅读(5) 评论(0) 推荐(0)
摘要: Product Year Version Product Keys Visual Studio 2026 18.x Professional: NVTDK-QB8J9-M28GR-92BPC-BTHXK Enterprise: VYGRN-WPR22-HG4X3-692BF-QGT2V https: 阅读全文
posted @ 2025-11-17 10:46 blog_momo 阅读(603) 评论(0) 推荐(2)
摘要: public class PatchedLicense { public static DateTime NewParseExact(string s, string format, IFormatProvider provider) { return new DateTime(2099, 12, 阅读全文
posted @ 2025-11-06 20:31 blog_momo 阅读(9) 评论(0) 推荐(0)
摘要: # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official Russian Documentation: http:/ 阅读全文
posted @ 2024-06-07 15:42 blog_momo 阅读(27) 评论(0) 推荐(0)
摘要: @echo off setlocal set "nginx_home=C:\phpEnv\server\nginx" set "nginx_ssl_path=C:\phpEnv\server\nginx\certs\" (openssl x509 -in %nginx_ssl_path%\rxn.c 阅读全文
posted @ 2023-07-24 21:43 blog_momo 阅读(105) 评论(0) 推荐(0)
摘要: #!/bin/sh # Author: tyasky ak="eeeeeqqerewrwerewe" sk="wwwwwwqqewrewrer2432r3qr43qq" host="cx" domain="rvwcom.cn" runnum=10 # 最多尝试更新次数 rungap=60 # 尝试间 阅读全文
posted @ 2022-01-21 23:35 blog_momo 阅读(2790) 评论(0) 推荐(0)
摘要: 2021年2月4日江苏淮安特钢 CENTOS7静默安装ORACLE11G及数据泵迁移 作者:查小广(北京红河谷时代信息技术有限公司) 检化验系统LIMS 数据库迁移 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Product 阅读全文
posted @ 2021-02-04 17:39 blog_momo 阅读(503) 评论(0) 推荐(0)
摘要: 目前环境:服务器、客户端均为win系统,服务器架设Hyper-V。远程连接采用远程桌面方式+hyper-v管理器的方式,费时又麻烦。 如何实现本地Hyper-V管理器连接远程服务器直接管理? 方法如下: 一、启用WinRM服务(服务器、客户端同时启用) Windows Remote Manageme 阅读全文
posted @ 2020-02-26 13:55 blog_momo 阅读(3267) 评论(0) 推荐(0)
摘要: /* Asynchronous request-reply single-threaded server in Python that spawns a request handler each time a request is received This is different from other examples because the number of request handle... 阅读全文
posted @ 2016-10-30 17:34 blog_momo 阅读(1132) 评论(0) 推荐(0)
摘要: global_defs { router_id LVS_DEVEL } vrrp_script chk_haproxy { script "killall -0 haproxy" interval 1 weight -2 } vrrp_instance VI_1 { state MASTER inter... 阅读全文
posted @ 2016-10-23 21:50 blog_momo 阅读(293) 评论(0) 推荐(0)