Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.52 KB

File metadata and controls

40 lines (33 loc) · 1.52 KB

Install System Tools

  1. If you did not manage to install the FreeBSD Handbook
pkg install en-freebsd-doc

Also see this discussion and refer to FreeBSD books and articles.

  1. git, wget, 7zip
pkg install -y git wget p7zip

To invoke/call 7zip type 7z.

  1. Simple X terminal
pkg install sterm

st is a minimalistic X terminal.

  1. Optionally, rox-filer graphical file manager for X11.
pkg install rox-filer

Some applications aimed at Window Maker GUI environment.

  1. wmclock applet which displays the date and time in a dockable tile in the same style as the clock specially designed for the Window Maker.
cd /usr/ports/x11-clocks/wmclock/ && make install clean
  1. wmcpuload applet that displays the current cpu-load in a simulated lcd-display.
cd /usr/ports/sysutils/wmcpuload/ && make install clean
  1. wmnd customizable network monitoring dockapp for Window Maker.
cd /usr/ports/net/wmnd/ && make install clean