deepin linux v20.2系统安装 安装Deepin V20.2系统 最近因为学习需要,换了一台电脑,完了又是系统的安装。总之,docker环境折腾我了一个多星期。最后完美搞定。 ............ shunzi@thinkpad... shunzi50文章0评论更多 2021-04-11 BLOG 342 views 评论 阅读全文
deepin linux V20系统安装 安装系统 系统安装就不说了,网上一大把。以前用deepin linix 15.11系统非常舒服,后来因为办公环境需要,期间又换回windows,目前因为彻底能用linux办公了。一个字爽~ 系统跟新 ... shunzi50文章0评论更多 2021-03-06 BLOG 353 views 评论 阅读全文
BLOGdeepin linux 15.11系统安装 Deepin 15.11系统安装 window系统实在是太难用了,用了那么多linux系统,发现deepin系统真的是太好用了!特别推荐一下!!! 首先下载deepin系统ISO镜像,https://... shunzi50文章0评论更多 2020-03-15 640 views 评论 阅读全文
Pythondeepin linux 安装python-ldap找不到lber.h的解决方法 pip install python-ldap安装报错 通过google搜索 得知解决办法如下: sudo apt-get install libldap2-dev libsasl2-dev 记录一下... shunzi50文章0评论更多 2019-06-08 567 views 评论 阅读全文
git执行pull命令时报错 今天在用git拉取代码的时候报错,内容如下: You asked to pull from the remote 'origin', but did not specify a branch. Bec... shunzi50文章0评论更多 2019-03-27 BLOG 556 views 评论 阅读全文
Databasexargs: Warning: a NUL character occurred in the input. 今天遇到一个问题,批量删除redis里的keys报错。原因是java程序在做序列化的时候生成了一些特殊的key! redis数据如下: 批量删除的脚本如下: redis-cli -h 192.168.... shunzi50文章0评论更多 2019-03-26 874 views 评论 阅读全文
kangle网站环境强制使用https访问网站 kangle ep配置之后,使用万能的.htaccess文件实现。 在.htaccess文件中,添加以下代码: RewriteEngine On RewriteCond %{SERVER_PORT} ... shunzi50文章0评论更多 2018-03-02 BLOG 268 views 评论 阅读全文
kangle web server使用Let’s Encrypt 本人自己的网站是用kangle web server搭建的,最近腾讯的免费1年的证书到期后,准备换成Let's Encrypt! 网上大部分都是讲的nginx跟apache的配置教程,发现kangle... shunzi50文章0评论更多 2018-03-02 BLOG 614 views 评论 阅读全文
记一次Redis集群搭建 最近同事需要搭建一套redis集群做测试,完了给我一台机器,让我搭建一下。本着学习的目的,果断搞起。 期间踩了好多坑,特此记录一下,过程如下: OS版本是:Centos 6.6 x86_64 redi... shunzi50文章0评论更多 2018-02-08 Linux 285 views 评论 阅读全文
评论