前几天,我用手机浏览了一些 Linux 论坛,有人使用终端进行屏幕转储,每个人都有他们电脑的 ASCII 艺术,他们输入了类似“screenfetch”之类的东西,或者一些我不记得的东西。
答案1
Archey 是一个脚本,它在终端中显示系统信息,并用 ASCII 艺术显示 Linux 发行版的标志。
在 ubuntu 中安装 Archey
sudo apt-get install lsb-release scrot
wget http://github.com/downloads/djmelik/archey/archey-0.2.8.deb
sudo dpkg -i archey-0.2.8.deb
使用 Archey
运行命令
archey
答案2
有screenfetch
——它包含有关您正在使用的主题以及屏幕分辨率的信息。
从以下位置下载代码: http://git.silverirc.com/cgit.cgi/screenfetch.git/plain/screenfetch-dev
复制代码并将其粘贴到 gedit 中的新文件中,然后保存为
screenfetch
您的主文件夹。跑步
chmod +x screenfetch
(确保您的终端指向您的主文件夹)
然后:
./screenfetch
以下是有关该计划的详细信息https://github.com/KittyKatt/screenFetch
scrot
如果您已安装,它还提供自动截屏的选项。
安装scrot:
sudo apt-get install scrot
使用 -s 运行 screenfecth
./screenfetch -s
答案3
一个简单的方法是 neofetch。它还会显示一些其他信息。使用以下方法安装
sudo apt install neofetch
答案4
screenfetch
在较新版本的 Ubuntu(>16.04)上,你可以安装 screenfetch来自官方存储库:
apt install screenfetch
- 官方代码是在 GitHub 上。
- PPA 也可用