摘要:One I think the most efficient way to learn English is write Diary. I will write twenty diarys every months. I must do my task. I can't deception myse
阅读全文
摘要:安装软件,提示/var/cache/apt/archives/ 上没有足够的可用空间,解决办法如下: 查看空间,发现root被占满: 清除自动安装但不再使用的过期安装包 sudo apt-get autoremove 清除所有已下载的安装包 sudo apt-get clean 清除后: 在某个空间
阅读全文
摘要:使用wget -c断点续传 $wget -c http://www.minjieren.com/wordpress-3.1-zh_CN.zip 使用wget -c重新启动下载中断的文件,对于我们下载大文件时突然由于网络等原因中断非常有帮助,我们可以继续接着下载而不是重新下载一个文件。 需要继续中断的
阅读全文
摘要:安装 sudo apt install qbittorrent 常用程序--互联网 qbittorrent打开程序; 参考链接: https://www.jianshu.com/p/a071d784026b
阅读全文
摘要:下载https://www.wps.cn/product/wpslinux 下载完毕之后。 在下载目录打开命令框 执行 sudo dpkg -i wps-office_11.1.0.9522_amd64.deb 参考资料: https://blog.csdn.net/qq89115156/artic
阅读全文
摘要:修改 /etc/apt/sources.list , 将相关 url 改成阿里云的源。 #deb https://mirrors.aliyun.com/kali kali-rolling main non-free contrib #deb-src https://mirrors.aliyun.co
阅读全文
摘要:apt更新时报错: https://dl.yarnpkg.com/debian stable InRelease: sudo apt-get update 解决方法: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 23E7
阅读全文