Loading

摘要: 背景知识: 我们都是知道在rhel系列上ext4文件系统的LVM可以随意扩容和缩容,但是xfs只能扩容 ,不能缩小。 我们换个思路:备份文件系统-卸载文件系统分区-新建文件系统分区-恢复文件系统-挂载文件系统。 目前想把/home分区缩容10GB,剩余多出来的空间全部分给根分区: [root@Lin 阅读全文
posted @ 2022-04-13 22:23 Jas0n0ss 阅读(2886) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-01-25 11:31 Jas0n0ss 阅读(1) 评论(0) 推荐(0)
摘要: Prepare the Dockerfile with HA feather Build image with Dockerfile just created Create the SQL server nodes with the image which with HA feather Creat 阅读全文
posted @ 2022-01-05 14:40 Jas0n0ss 阅读(72) 评论(0) 推荐(0)
摘要: Installing SQL Server High Availability Package Installing and Enabling SQL Server Agent if its not installed and enabled already Enable SQL server Hi 阅读全文
posted @ 2022-01-04 22:18 Jas0n0ss 阅读(116) 评论(0) 推荐(0)
摘要: nginx配置 root@vpnserver:~# egrep -v "^#|^$|#" /etc/nginx/sites-enabled/default server { listen 8080 default_server; listen [::]:8080 default_server; ro 阅读全文
posted @ 2021-12-18 11:59 Jas0n0ss 阅读(124) 评论(0) 推荐(0)
摘要: windows被控端配置: 确保被控机器powershell version 大于等于4.0 PS C:\Users\Administrator> Get-Host | findstr.exe Version Version : 5.1.17763.2090 Powershell Version 如 阅读全文
posted @ 2021-08-18 18:54 Jas0n0ss 阅读(90) 评论(0) 推荐(0)
摘要: Create USB Boot Drive From RH Training System insert USB Drive and Mount into system, check with lsblk Make partition for USB Drive: rht-usb usbmkpart 阅读全文
posted @ 2021-05-15 17:27 Jas0n0ss 阅读(601) 评论(0) 推荐(0)
摘要: 准备工作 macOS镜像下载: https://blog.daliansky.net/ 启动盘制作工具balenaEtcher下载: https://www.balena.io/etcher/ OpenCore下载: https://github.com/acidanthera/OpenCorePk 阅读全文
posted @ 2021-04-30 12:00 Jas0n0ss 阅读(265) 评论(0) 推荐(0)
摘要: IPsec Server with Docker & k8s # Prepare env file vim env VPN_IPSEC_PSK=$( uuidgen | tr -s "-" "w") VPN_USER=your_vpn_username VPN_PASSWORD=your_vpn_p 阅读全文
posted @ 2021-04-29 22:59 Jas0n0ss 阅读(674) 评论(0) 推荐(0)
摘要: https://esi.microsoft.com 用IBM工作邮箱登陆再和个人邮箱关联起来,就可以看到考试到时候就是免费的. 根据个人情况填写必要信息,继续。 然后再根据自身情况进行考试预约即可。 阅读全文
posted @ 2021-04-29 14:31 Jas0n0ss 阅读(97) 评论(0) 推荐(0)