随笔分类 - dev-linux
摘要:linux如何配置防火墙及其允许的端口 这里写的是centos7如何配置防火墙。copy from:https://www.myfreax.com/how-to-setup-a-firewall-with-firewalld-on-centos-7/ ,一切版权归属原作者。 正确配置的防火墙是整个系
阅读全文
摘要:copy from https://phoenixnap.com/kb/nc-command#:~:text=The%20Netcat%20(%20nc%20)%20command%20is,using%20either%20TCP%20or%20UDP. Introduction The Netc
阅读全文
摘要:我的ubuntu机器只有10G,pip安装sentence_transformers的时候提示空间不足,这真是个耗磁盘大户,至少2G。 于是我就想办法清理空间,发现有几处可以清理: 1. /tmp,这里是临时文件 2. /var/log, 服务器运行log,可能较大 3. 清理snap库。参见:ht
阅读全文