php安装redis php-pecl-redis等等扩展 2020年11月04日 尚书 4 php扩展下载http://pecl.php.net/package-stats.phpwget http://pecl.php.net/get/redis-5.3.1.tgz tar -zxvf redis-5.3.1.tgz cd redis-5.3... 阅读全文 0 评论
php安装imagick nextcloud报错缺少imagick 2020年11月04日 尚书 1 安装ImageMagickwget https://imagemagick.org/download/ImageMagick.tar.gz #缺少wget就先安装wget dnf install wget #解压并安装 tar -xzvf ImageM... 阅读全文 0 评论
Mysql初始化mysql_secure_installation 2020年11月04日 尚书 4 初始化mysql可以使用mysql_secure_installationMysql 安装dnf install mysql-server*Mysql 启动systemctl start mysqld #设置自启动 systemctl enable my... 阅读全文 0 评论
smb更换登陆用户 windows 2020年11月04日 尚书 4 windows 无法更换smb登陆的用户网上的解答有:1、cmd登陆net usenet use \192.168.1.2 /del2、控制面板 - 凭证管理器删除保存的认证 阅读全文 0 评论
winrar去掉烦人的广告 亲测有效 2020年11月04日 尚书 6 (v5.21)百度云:http://pan.baidu.com/s/1sl0BxaX两个版本安装包和rarrey.key(v5.71)链接:https://pan.baidu.com/s/1HoksrKaOWSFpxKFhhWjJXw提取码:t65i将r... 阅读全文 0 评论
CentOS 8.2 搭建私有云 NextCloud 2020年11月04日 尚书 5 写在最前面读万卷书不如行万里路之前家里有个群晖DS218+,关机一个多月回来后发现无法开机,返厂维修搞不定直接折价给我退钱了(感谢jd售后)。想着DS720+即将发布就暂未入手老款机型,左等右等,等到花儿都谢了(截至7月2号还未发布新品)。无意间逛咸鱼发... 阅读全文 0 评论
Could not connect to appstore: cURL error 28: Operation timed out after 60000 milliseconds with 2020年11月04日 尚书 3 安装完nextcloud 但是设置页面最下方的系统页面始终打不开,路径是/settings/admin/serverinfo,报错405,连接超时,后台查看日志发现原因是连接appstore失败导致的,想着本人对appstore里面的应用也不感兴趣,故,... 阅读全文 0 评论