2017年3月12日 星期日

[Linux] 清除暫存

節省Linux的空間

1. 把電腦暫存檔 (清除過期版本) 給刪除
sudo apt-get autoremove

2. 清除所有apt-get下載的deb,因為更新完並不會自動移除,所以再使用此指令,讓更新完成的deb檔案給清除掉。

sudo apt-get clean

沒有留言:

張貼留言

[CentOS] httpd port 9000 to 80

<VirtualHost *:80>     ServerName domain.name     ProxyRequests Off     ProxyVia Block     ProxyPreserveHost On     <Proxy *...