Neofetch使用教程

安全劍客發表於2019-12-29
Neofetch是一個在終端上顯示帶有發行徽標的Ubuntu  Linux系統資訊的工具,neofetch 命令將顯示有關相應系統的簡要資訊。 它顯示的資訊包括型號,作業系統,核心,CPU,GPU,記憶體,正常執行時間,程式包, shell,解析度,DE,WM,WM主題,主題,圖示和終端。

安裝Neofetch

在終端中執行以下 命令以在 Linux Ubuntu 系統中安裝neofetch:

linuxidc@linuxidc:~/www.linuxidc.com$ sudo add-apt-repository ppa:dawidd0811/neofetch

Neofetch使用教程Neofetch使用教程

linuxidc@linuxidc:~/www.linuxidc.com$ sudo apt update
linuxidc@linuxidc:~/www.linuxidc.com$ sudo apt install neofetch

Neofetch使用教程Neofetch使用教程

使用Neofetch

一旦安裝了Neofetch,只需在終端中使用它即可。請注意,Neofetch是一個命令列工具,只能通過Terminal命令使用。要獲得有關係統的簡要資訊,只需在終端中執行neofetch命令:

linuxidc@linuxidc:~/www.linuxidc.com$ neofetch

Neofetch使用教程Neofetch使用教程

Neofetch命令選項

neofetch命令可以使用許多其他命令引數或otions。

通常,用法格式為:neofetch –option “value” –option “value”

基本選項:

–disable infoname 允許您禁用資訊行顯示在輸出中。注意:您可以提供多個引數。例如。 “ neofetch –disable cpu gpu disk shell”

linuxidc@linuxidc:~/www.linuxidc.com$  neofetch –disable cpu gpu disk shell
cpu: Intel i5-8250U (8) @ 3.400GHz
gpu: Intel UHD Graphics 620
disk (/): 34G / 40G (92%)
shell: bash 4.4.20

Neofetch使用教程Neofetch使用教程

文字格式選項:

  • --colors x x x x x x 按以下順序更改文字顏色:標題,@,下劃線,字幕,冒號 colon,資訊
  • --underline開/關啟用/禁用下劃線。
  • --underline_char char在標題下劃線時使用的字元
  • --bold on/off啟用/禁用粗體文字

色塊:

  • --color_blocks on / off啟用/禁用顏色塊
  • --block_width num空格中顏色塊的寬度
  • --block_height num行中顏色塊的高度
  • --block_range start end要列印為塊的顏色範圍

螢幕截圖:

  • --scrot | -s /path/to/img 截圖,如果path為空,則螢幕截圖功能將使用$scrot_dir and $scrot_name。
  • --upload | -su /pth/t/img 與 –scrot 相同,但是將scrot上傳到網站。
  • --image_host 要向其中上傳scrot的網站。imgur 與 teknik
  • --scrot_cmd cmd 啟動截圖程式

更多有關資訊,請在終端中執行命令neofetch --help。

原文地址: https://www.linuxprobe.com/neofetch-ubuntu.html

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31559985/viewspace-2671144/,如需轉載,請註明出處,否則將追究法律責任。

相關文章