会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kylingx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
35
下一页
2020年5月27日
seafile-docker
摘要: #docker compose部署 version: '2.0' services: db: image: mariadb:10.1 container_name: seafile-mysql environment: - MYSQL_ROOT_PASSWORD=db_dev # Requested
阅读全文
posted @ 2020-05-27 22:19 kylingx
阅读(428)
评论(0)
推荐(0)
编辑
nextcloud-docker
摘要: image-nextcloud port-80 volume- /var/www/html/config
阅读全文
posted @ 2020-05-27 22:17 kylingx
阅读(194)
评论(0)
推荐(0)
编辑
2020年5月26日
nexus升级
摘要: 上传新版本并解压 比较文件 cd nexus/nexus-3.22.1-02/bin more nexus.vmoptions 启动新版本 ./nexus start ./nexus status
阅读全文
posted @ 2020-05-26 17:00 kylingx
阅读(330)
评论(0)
推荐(0)
编辑
vSphere中设置K3OS
摘要: K3OS的内核是从Ubuntu-18.04 LTS中fork出来的,它的用户空间二进制文件来自alpine。因此在创建虚拟机时,需要选择Ubuntu Linux(64位)作为客户操作系统。 K3OS中的默认用户是rancher,你无需密码即可登录该用户。 执行了实时安装之后,你需要将操作系统安装到磁
阅读全文
posted @ 2020-05-26 16:47 kylingx
阅读(633)
评论(0)
推荐(0)
编辑
文件大小排序
摘要: du * -sh | sort -hr
阅读全文
posted @ 2020-05-26 08:30 kylingx
阅读(266)
评论(0)
推荐(0)
编辑
2020年5月25日
nexus-docker部署
摘要: ```docker run --name nexus01 -it \-p 8081:8081 -p 8082:8082 \-v /data/nexus/data:/nexus-data \-v /etc/localtime:/etc/localtime:ro \--network bridge00 \--restart unless-stopped \-d sonatype/nexus3:late...
阅读全文
posted @ 2020-05-25 10:36 kylingx
阅读(827)
评论(0)
推荐(0)
编辑
2020年5月24日
nodejs安装
摘要: ``` 参考链接 https://www.cnblogs.com/wisdomzhang/p/11954140.html ```
阅读全文
posted @ 2020-05-24 19:14 kylingx
阅读(173)
评论(0)
推荐(0)
编辑
ecplise
摘要: ``` Could not find artifact com.sun:tools:jar:1.8.0 查看首选项-java-已安装的JRE-jdk maven配置 安装完成插件、本地manven环境 maven-user settings-global/user setting/local reposity 插件安装maven helper 设置-插件-搜索 ```
阅读全文
posted @ 2020-05-24 10:13 kylingx
阅读(99)
评论(0)
推荐(0)
编辑
springboot配置文件
摘要: ```#配置文件加载位置springboot启动会扫描以下位置的application.properties或者application.yml文件作为Spring boot的默认配置文件file:./configfile:./classpath:/config/classpath:/优先级由高到低,高优先级会覆盖低优先级的配置;SpringBoot从这四个位置全部加载,形成互补;可以通过sprin...
阅读全文
posted @ 2020-05-24 08:53 kylingx
阅读(249)
评论(0)
推荐(0)
编辑
winget
摘要: ```访问 GitHub 上的 WinGet 的仓库,在 Release 页面里进行下载在 github.com/microsoft/winget-cli/releases ,的 Assets 里 的:Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle配置system path变量C:\Users\xxx\AppData\Local\Mic...
阅读全文
posted @ 2020-05-24 00:17 kylingx
阅读(1609)
评论(0)
推荐(0)
编辑
上一页
1
···
11
12
13
14
15
16
17
18
19
···
35
下一页
公告