Skip to content

Other packages

Jason Charney edited this page Apr 18, 2016 · 2 revisions

🚧 NEW PAGE!

This page contains some packages in the repo worth looking into.

Packages

  • bc - console calculator (A must have!)
  • colorgcc
  • gccintro
  • toilet
  • cowsay
  • fortune
  • boxes
  • ddate

Ruby Gems

  • lolcat - colorize text! Be sure to set your terminal to 256 color support.

Use the lolcat gem and force colors with less!

$ tree ~/Downloads | lolcat -f | less -eFMXR

Other things to look at

This was on the urxvt page, I forget what for.

X11/Xft
fontconfig

Install more figlet fonts

If you like to play with figlet or toilet, install the rest of the figlet fonts in the figlet font directory /usr/share/figlet

$ cd ~/Software
$ git clone https://github.com/cmatsuoka/figlet-fonts
$ cd figlet-fonts
$ sudo cp bdffonts/*.flf /usr/share/figlet/
$ sudo cp C64-fonts/*.flf /usr/share/figlet/
$ sudo cp contributed/*.flf /usr/share/figlet/
$ sudo cp jave/*.flf /usr/share/figlet/
$ sudo cp Obanner-canon/*.flf /usr/share/figlet/
$ sudo cp ours/*.flf /usr/share/figlet/

Don't install the figlet-fonts/toilet directory. You already have those.

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