上一页 1 2 3 4 5 6 7 ··· 24 下一页
摘要: 1. 先安装好wordpress wordpress 6.4.2-php8.1-fpm-alpine php8.1 Login to wordpress http://www.hei-ya.com/wp-admin/install.php Ref: https://www.digitalocean. 阅读全文
posted @ 2023-03-07 22:17 mashuai_191 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Ref: https://www.microsoft.com/en-us/security/business/security-101/what-is-identity-access-management-iam 阅读全文
posted @ 2023-03-02 11:17 mashuai_191 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Ref: https://zhuanlan.zhihu.com/p/158752542 阅读全文
posted @ 2023-03-02 09:48 mashuai_191 阅读(2) 评论(0) 推荐(0) 编辑
摘要: auth, 感觉是与密码口令相关的,比如口令有是否,口令是否过期等, 他可以去调用本地的 /etc/shadow 或者远程的ldap,kerberos等 完成认证 account, 感觉是与账号本身有关的,比如这个账号是否有权限做某事,是否超出可连接账号数量的限制等 session, 比如登录过后s 阅读全文
posted @ 2023-02-28 20:31 mashuai_191 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 单纯从技术角度了解blockthain. Module 1, Blockchain 特点: 分布式的,不可篡改的,p2p的 网络。存储在每个node上保存一份,这就是个基于网络的RAID 1 啊,感觉存不了多少东西,对存储的需求量巨大。 Module 2 几种主流技术,这个是截止2018的,有点老了 阅读全文
posted @ 2023-02-26 23:05 mashuai_191 阅读(22) 评论(0) 推荐(0) 编辑
摘要: Vite 和 Yarn都比较新的技术 Ref: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-react-project-with-vite https://codevoweb.com/two-factor-auth 阅读全文
posted @ 2023-02-20 20:21 mashuai_191 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Ref: Centos7配置阿里epel源|yum源 阅读全文
posted @ 2023-02-14 10:07 mashuai_191 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 常见问题: ssh_dispatch_run_fatal: Connection to {your_ip} port 22: invalid argument ssh -oKexAlgorithms=+diffie-hellman-group-exchange-sha256 root@ol6test 阅读全文
posted @ 2023-02-07 22:36 mashuai_191 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 基本思路: 在裸盘 raw disk 上先创建 partition (可以用工具fdisk 或者 parted) 在partition上用FS格式化 (mkfs) 最后mount到一个目录 分区一般分为MBR 和 GPT分区两种,GPT比较新 对于 GPT 的分区,建议使用 parted 工具进行分 阅读全文
posted @ 2022-11-22 14:01 mashuai_191 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Ref https://computingforgeeks.com/install-and-configure-drbd-on-centos-rhel https://www.veritas.com/content/support/en_US/doc/79604030-149462309-0/v73 阅读全文
posted @ 2022-11-22 11:04 mashuai_191 阅读(13) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 24 下一页