在网站根目录,编辑 wp-config.php。 在 /* That’s all, stop editing! Happy blogging. */ 前面填入代码: /* Add any custom values between this line and the "stop editing" line. */ define('ALLOW_UNFILTERED_UP…
在使用 Windows 远程桌面连接 Ubuntu 系统时,即使勾选了“记住凭据”选项,每次连接时仍然需要重新输入用户名和密码。经常需要远程的时候,非常麻烦,可以通过如下方法解决。 Windows 输入快捷键 Win + R,输入以下内容打开凭证管理: control /name Microsoft.CredentialManager 点击添加 windows 凭证,输入 ubuntu 系统的用户...