pavement

Complete Workstation

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
(Choosing a desktop and booting into it)
(Installing common applications)
Line 36: Line 36:
  
 
'''Email'''
 
'''Email'''
[[Thunderbird]] is the GUI app of choice for me, or [[mutt]] if I want to check my mail from the CLI. If you really want something that's Outlook-esque, check Evolution out. /usr/ports/mail/gmail-notifier/ has something that [[http://gmail.com gmail]] users will want to check out (if you're also a Firefox user, you want to use "make -DWITH_MOZILLA=firefox install clean" to install it).
+
[[Thunderbird]] is the GUI app of choice for me, or [[mutt]] if I want to check my mail from the CLI. If you really want something that's Outlook-esque, check Evolution out. /usr/ports/mail/gmail-notify/ has something that [[http://gmail.com gmail]] users will want to check out (if you're also a Firefox user, you want to use "make -DWITH_MOZILLA=firefox install clean" to install it).
  
 
'''Productivity applications'''
 
'''Productivity applications'''

Revision as of 17:09, 30 December 2006

Contents

Installing FreeBSD

For this particular write-up, we'll be using FreeBSD 5.3 -- the 4.x series might be better for you if you've got old hardware, or if you're setting up a server, but for a workstation, we want the latest and greatest.

So, go get your FreeBSD CD -- ISO images available from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ -- login as anonymous and use your email address as your password and get the first disk's ISO, burn it and boot from it.

Not much will be different from the Installing_FreeBSD_-_Standard_Installation, but you want to be sure to:

give /usr/home a lot of space -- /home is really a link to /usr/home
install the ports collection
create a group for your user
create a user and place the account in wheel
install and configure X
test the mouse daemon

Choosing a desktop and booting into it

Here you've got some choices, you can use a heavy desktop like Gnome or KDE -- ideal if you want an environment that's closer to the Microsoft Windows or Apple Macintosh approach to graphical user interfaces, but they can be slower to load and use on slower PCs -- or user a lighter desktop environment like Windowmaker, xfce or blackbox, which are less user friendly but much more responsive on machines with limited resources.

Once installed, you can start the X Window System with startx. This will launch twm if no other graphical user interface is specified in your .xinitrc. To start your GUI through a graphical login manager such as xdm, gdm, or kdm, launch the one of your choice with root privileges. To make one of these login managers start when you first boot your system, modify this line in /etc/ttys:

ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure

Change "off" to "on" and change "/usr/X11R6/bin/xdm" to the path to the executable of the login manager you want to use.

Or you may use this line for start whithout entering password.

ttyv8   "/usr/bin/su - username -c '/usr/X11R6/bin/startx'" xterm   on secure

Installing common applications

If you have installed KDE or Gnome, chances are many common workstation applications have been pre-installed for you. If you don't prefer these pre-installed applications, or if you are not running a large desktop environment with many applications, these are some suggestions.

Internet -- browsers, ftp, etc. I like the Firefox browser; Opera's good and Mozilla isn't bad either, but they're both a bit heavy for my AMD Duron laptop. I don't need a whole lot of special stuff in it -- the only real customizations I add are my own bookmarks and some plugins, so I usually install via the pkg_add utility and I usually add the flash plugin while I'm at it:

pkg_add -r firefox flashplugin-firefox

Alternatively, you can use a text browser such as lynx, links_browser, elinks, w3m, etc. if your workstation does not have the X Window System installed, or if you want an alternative browser with good keyboard control and faster browsing speeds. I recommend elinks as a text browser because of its active development, support for CSS, Javascript, tabbed browsing, and other improvements over links.

Email Thunderbird is the GUI app of choice for me, or mutt if I want to check my mail from the CLI. If you really want something that's Outlook-esque, check Evolution out. /usr/ports/mail/gmail-notify/ has something that [gmail] users will want to check out (if you're also a Firefox user, you want to use "make -DWITH_MOZILLA=firefox install clean" to install it).

Productivity applications If all you need is some sort of word processing, consider using an app that does just that -- abiword. If you really will need the full Office-type suite, OpenOffice.org seems to be a bit better than KOffice, although if you're running KDE, KOffice's integration with KDE is not to be discounted. If you get a fair amount of MS Word documents, you may want to look into the antiword port -- it converts .doc files into ASCII text. Xpdf is my PDF reader of choice.

Audio I like XMMS, but amarok is pretty good too. Both are installable from ports. If you install amarok, you want to install via ports instead of pkg_add'ing it since there are some build-time customizations that you may want to look into. If you want to install the Real player, be sure and install it from /usr/ports/multimedia/linux-realplayer/ -- don't even bother trying to download it (BBC or otherwise).

Video Graphics

Security

Networking

Personal tools