真的是冇阴功啊! 不然我还不会想起要修复这个小破站。 ------------- 微博上面被封号 我想起来是因为我书omicron应该可以实施自然免疫了。
IT技术
总算又被迫把这个个人网站启用了
没办法 有时候还是有一些东西要记录的 ------------------ 不过也许有一天它就崩溃再也修复不了了。 要找个时间把里面的文章全部到处成一个适宜阅读的PDF文档才好。 看看export方面有什么好用的模组
centos 7 虚拟机热扩展root分区
因为数据库的不断变大,root分区慢慢就不够用了 然后就从esxi里面把虚拟机的硬盘翻了一倍 但是虚拟机自己还是不能识别啊 所以就看了如下的一个教程 第二个10个赞的回答,照着操作就好了 https://serverfault.com/questions/861517/centos-7-extend-partition-with… 所谓热扩展,我说的,就是不要重启系统。 ----------------------------- 因为centos自己kernel virtual machine性能升级了,已经不需要用esxi了。
504 gateway timeout
How you might see the 504 Gateway Timeout error Different websites may customize the 504 gateway timeout error message. Here are the most common 504 error messages: “504 Gateway Timeout” “504 Gateway Time-Out” “504 Gateway Timeout NGINX” “Nginx 504 Gateway Timeout” “HTTP 504 Gateway Timeout” “HTTP
nginx reserve proxy sever config for moodle
https://serverfault.com/questions/919318/moodle-behind-ssl-reverse-prox… moodle is behind the reserve proxy server at http://ip:port nginx reserve proxy sever config for moodle ------------------ 2025年6月更新 moodle不是一个好的系统。我觉得没有必要坚持用它。
如果一个东西必须保密
那么它就必须被忘记
ubuntu既然这么受欢迎
还是要学习学习一下 Ubuntu
esxi上虚拟机centos 7启动错误piixx4_smbus : Host SMBus controller not enabled!
解决方法如下: 创建一个黑名单配置文件 /etc/modprobe.d/blacklist.conf 然后再这个黑名单文件里面写入下面这一行配置: blacklist i2c_piix4 以后再重启系统,就不会有这个错误提示了 主要是这个玩意导致虚拟机启动慢一点,不影响使用。 ------------------- 来源: https://www.centos.org/forums/viewtopic.php?t=49536 Have you tried blacklisting the i2c_piix4 module? If you boot (say from cd, mount /