几个服务器下很占存储的 隐藏缓存文件夹

18G    ./.pylint.d
18G    ./.gnome2_private
27G    ./dataset
99G    ./vpr
18G    ./.cache
42G    ./anaconda3
 

Pylint 是一个 Python 代码分析工具,它分析 Python 代码中的错误,查找不符合代码风格标准(Pylint 默认使用的代码风格是 PEP 8,具体信息,请参阅参考资料)和有潜在问题的代码。

GNOME 2.0 Release Notes

.gnome

GNOME 2 uses $HOME/.gnome2 and $HOME/.gnome2_private as directories for storing stuff. However, you could not completely remove $HOME/.gnome, since gnome-vfs needs it and did not create it, so any modifications that gnome-vfs needs to save in the user's directory would not be saved. Thus, users needed to create a $HOME/.gnome directory before starting GNOME 2. This was fixed in 2.0.1 and was bug 84183.

动作:

rm -rf .gnome2_private/.cache/pip/http/*

rm -rf ./.cache/pip/http/*

rm -rf ./.pylint.d/.cache/pip/http/
 

vscode remote连接bug

VS code报错 Failed to parse remote port from server output_偶然i的博客-CSDN博客