凝思6.0.80编译安装Redis-8.0.3
源码包下载地址:Index of /releases/ 编译安装 tar -zxvf redis-8.0.3.tar.gz cd redis-8.0.3/ make make test echo "vm.overcommit_memory = 1" >> /etc/sysctl.conf sysct
EXCEL手动破解/删除密码
首先将excel文件的后缀名修改为“zip”格式,将其所有文件都解压出来 会解压出如下三个文件夹和一个文件 2025/07/21 11:37 <DIR> docProps 2025/07/21 11:37 <DIR> xl 2025/07/21
MongoDB设置为同时监听IPV4和IPV6
修改配置文件:/usr/local/mongodb/mongodb.conf 将其net块改为: net: bindIp: "0.0.0.0,::" ipv6: true port: 27017 maxIncomingConnections: 10000 之后如果为单
Linux远程图形化界面出错:MoTTY X11 proxy: Unsupported authorisation protocol
报错如下: MoTTY X11 proxy: Authorisation not recognised In case you are trying to start a graphical application with "sudo", read this article in order to
麒麟修改内核重塑解决分辨率过低问题
1.查询当前视频输出口 [ems@LTHDB1 ~]$ for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}:"; cat $p;done 比如查出来咱们是VGA-1 2.修改 grub 参数
麒麟服务器操作系统 防火墙相关命令
查看firewalld状态: systemctl status firewalld(或者:systemctl status firewalld.service,或者:systemctl is-active firewalld)active(running):表示防火墙已经开启。 开启、重启、关闭fi
凝思系统V6.0.80设置环境变量后新终端不生效
解决方法: cd vim .bash_profile #输入下面内容 # .bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc