自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

uCareSystem:Ubuntu/Linux Mint的一體化系統(tǒng)更新和維護工具

系統(tǒng) Linux
uCareSystem Core 是一種能夠自動執(zhí)行基本的系統(tǒng)維護活動的輕型實用程序,另一方面它可以通過多種方式減少系統(tǒng)管理員的任務,節(jié)省大量時間。它沒有任何 GUI,并提供純粹的命令行界面來執(zhí)行活動

[[195598]]

uCareSystem Core 是一種能夠自動執(zhí)行基本的系統(tǒng)維護活動的輕型實用程序,另一方面它可以通過多種方式減少系統(tǒng)管理員的任務,節(jié)省大量時間。它沒有任何 GUI,并提供純粹的命令行界面來執(zhí)行活動。

Ubuntu 中有幾種實用程序來執(zhí)行系統(tǒng)維護活動。每種工具有它們相應的獨特功能和設計。你可以添加一個 cron 任務來自動化這些任務。

uCareSystem Core 會自動刷新發(fā)行版?zhèn)}庫、更新可用包列表、卸載***期包、孤兒包和舊的 Linux 內(nèi)核)以及清理取回的包來節(jié)省系統(tǒng)磁盤空間。

uCareSystem Core 功能

  • 更新包列表(它將刷新包索引)
  • 下載及安裝更新
  • 更新包及系統(tǒng)庫到***版本
  • 移除不需要的、過期的和孤兒包。
  • 移除舊內(nèi)核(它為了安全保留當前和之前一個內(nèi)核)
  • 移除不需要的配置文件
  • 清理已下載的臨時包

在 Ubuntu/LinuxMint 中安裝 uCareSystem Core

因為開發(fā)者提供了自己的 PPA,因此我們可以輕易地通過 PPA 在 Ubuntu/LinuxMint 中安裝 uCareSystem Core。

  1. $ sudo add-apt-repository ppa:utappia/stable 
  2. $ sudo apt update 
  3. $ sudo apt install ucaresystem-core 

我們已經(jīng)成功安裝了 uCareSystem Core 包,并且在執(zhí)行 CareSystem Core 命令之前要了解它是否會節(jié)省磁盤空間,使用 df -h 命令檢查當前磁盤利用率。

  1. $ df -h 
  2. Filesystem      Size  Used Avail Use% Mounted on 
  3. udev            979M     0  979M   0% /dev 
  4. tmpfs           200M  6.4M  194M   4% /run 
  5. /dev/sda1        38G   19G   17G  54% / 
  6. tmpfs           999M  216K  999M   1% /dev/shm 
  7. tmpfs           5.0M  4.0K  5.0M   1% /run/lock 
  8. tmpfs           999M     0  999M   0% /sys/fs/cgroup 
  9. tmpfs           200M  112K  200M   1% /run/user/1000 

只需在終端中運行 ucaresystem-core 命令,在結束之前它會自動執(zhí)行而不需要人類交互。

  1. $ sudo ucaresystem-core 
  2. _______________________________________________________ 
  3.             uCareSystem Core v3.0                       
  4.                  ~  ''  ~                               
  5.  Welcome to all-in-one System Update and maintenance    
  6.  assistant app.                                         
  7.  This simple script will automatically                
  8.  refresh your packagelist, download and                 
  9.  install updates (if there are any), remove any old     
  10.  kernels, obsolete packages and configuration files     
  11.  to free up disk space, without any need of user        
  12.  interference.                                        
  13. _______________________________________________________ 
  14.  uCareSystem Core will start in 5 seconds...  
  15. ######################### 
  16.           Started 
  17. ######################### 
  18. Ign:1 https://wire-app.wire.com/linux/debian stable InRelease 
  19. Hit:2 https://wire-app.wire.com/linux/debian stable Release 
  20. Hit:4 https://deb.nodesource.com/node_6.x yakkety InRelease 
  21. Hit:5 https://repo.skype.com/deb stable InRelease 
  22. Hit:6 http://in.archive.ubuntu.com/ubuntu yakkety InRelease 
  23. Hit:7 http://archive.canonical.com/ubuntu yakkety InRelease 
  24. Removing linux-image-extra-4.8.0-34-generic (4.8.0-34.36) ... 
  25. Purging configuration files for linux-image-extra-4.8.0-34-generic (4.8.0-34.36) ... 
  26. Removing linux-image-extra-4.8.0-32-generic (4.8.0-32.34) ... 
  27. Purging configuration files for linux-image-extra-4.8.0-32-generic (4.8.0-32.34) ... 
  28. ##################################### 
  29. Finished removing unused config files 
  30. ##################################### 
  31. Reading package lists... Done 
  32. Building dependency tree        
  33. Reading state information... Done 
  34. Del tilix 1.5.6-1~webupd8~yakkety1 [449 kB] 
  35. Del tilix-common 1.5.6-1~webupd8~yakkety1 [174 kB] 
  36. Del libfreetype6 2.6.3-3ubuntu1.2 [336 kB] 
  37. Del terminix 1.5.6-1~webupd8~yakkety1 [13.7 kB] 
  38. ###################################### 
  39.  Cleaned downloaded temporary packages 
  40. ###################################### 
  41. ######################### 
  42.           Done 
  43. ######################### 

我可以看見它如預期那樣工作。同樣也可以發(fā)現(xiàn)大概在/ 分區(qū)節(jié)省了 2GB。

  1. $ df -h 
  2. Filesystem      Size  Used Avail Use% Mounted on 
  3. udev            979M     0  979M   0% /dev 
  4. tmpfs           200M  6.4M  194M   4% /run 
  5. /dev/sda1        38G   18G   19G  49% / 
  6. tmpfs           999M  216K  999M   1% /dev/shm 
  7. tmpfs           5.0M  4.0K  5.0M   1% /run/lock 
  8. tmpfs           999M     0  999M   0% /sys/fs/cgroup 
  9. tmpfs           200M  112K  200M   1% /run/user/1000 
責任編輯:龐桂玉 來源: Linux中國
相關推薦

2009-12-03 15:34:41

Suse Linux

2015-12-09 15:01:48

Linux性能監(jiān)控工具

2012-06-12 15:00:50

PTN網(wǎng)絡FTTH

2009-09-07 23:09:17

2011-08-12 10:11:31

Oracle戰(zhàn)略

2020-02-26 15:28:42

數(shù)據(jù)分析分析系統(tǒng)數(shù)據(jù)

2017-05-16 10:46:06

博陽咨詢流程管理

2023-07-19 22:13:25

一體化推送平臺

2009-07-02 09:32:00

2011-05-24 09:26:02

有線無線3G

2009-08-17 22:32:25

IT運維管理監(jiān)控運維一體化摩卡

2009-05-13 08:21:11

SUSELinux桌面

2009-05-13 08:22:53

SUSELinux桌面

2016-04-19 15:27:52

2013-06-14 15:24:01

2014-07-30 10:08:26

collectlLinux性能監(jiān)測

2009-09-01 22:45:46

2017-10-18 22:46:57

數(shù)據(jù)中心網(wǎng)絡通信技術

2011-07-26 14:57:39

點贊
收藏

51CTO技術棧公眾號