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

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博客


本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!

相关文章

立即
投稿

微信公众账号

微信扫一扫加关注

返回
顶部