Skip to content

screenfetch

Jason Charney edited this page Feb 29, 2016 · 7 revisions

A popular application, particularly among the ricing and demoscene communities is an app called screenfetch. Screenfetch allows you to neatly, and stylishly view the information about your computer system with an ASCII art logo of your distro as well.

Installation

There are two ways to install screenfetch on Raspbian.

The binaries method (recommended)

$ sudo apt-get install scrot lsb-release
$ sudo apt-get install screenfetch
$ screenfetch

The source method

$ sudo apt-get install scrot lsb-release
$ cd ~/Software
$ git clone https://github.com/KittyKatt/screenFetch
$ cd screenFetch
$ sudo ln -s ./screenfetch-dev /usr/local/bin/screenfetch 
$ screenfetch

See Also

External links

Setup

  1. [Assemble the Hardware](Assemble the Hardware)
  2. [Install the Software](Install the Software)
  3. 🆙 [Setup your Raspberry Pi](Setup your Raspberry Pi)
  4. [Download the Missing Parts](Download the Missing Parts)

Typical Utilities

  • [Downloading and extracting with curl and tar](curl and tar)
  • [Browsing with ls and cat](ls and cat)
  • [Searching with grep and find](grep and find)
  • [Filtering with sed and awk](sed and awk)
  • [Piping with less, pv, and tee](less, pv, and tee)
  • Monitor your system with htop
  • Multiplex with tmux

Clone this wiki locally