Linux中文乱码的解决办法 0 By 董德多 on 2019年8月6日 Linux cat /etc/sysconfig/i18n 输入如下三行代码后保存即可解决linux中文乱码的问题 LANG="zh_CN.GB18030" SUPPORTED="zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en_US:en" SYSFONT="latarcyrheb-sun16" linux 中文 乱码
Linux系统无法解压过大的zip文件的解决办法(warning [xxx.zip]: xxx extra bytes at beginning or within zipfile (attempting to process anyway) error [templets.zip]: start of central directory not found; zipfile corrupt. (please check that you have transferred or created the zipfile in the appropriate BINARY mode and that you have compiled UnZip properly) Linux By 董德多