From 8195b40106efd583c00ced5129374b4a82f8eddf Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 27 Jun 2009 22:16:40 +0300 Subject: tricks; new link --- Git Wiki | 5 +++++ software/freebsd-packages | 37 ++++++++++++++++++++----------------- software/freebsd-tricks | 7 +++++++ 3 files changed, 32 insertions(+), 17 deletions(-) diff --git a/Git Wiki b/Git Wiki index 0a8195e..2c33c55 100644 --- a/Git Wiki +++ b/Git Wiki @@ -50,3 +50,8 @@ To Do * possibly implement auto linking for CamelCase text (probably not) * implement grouping many articles into single pdf/book automagicly * possibly implement web-based editing/item creation + +Similar Projects +~~~~~~~~~~~~~~~~ +* http://spu.tnik.org/ + diff --git a/software/freebsd-packages b/software/freebsd-packages index fcf4ed3..e61ce02 100644 --- a/software/freebsd-packages +++ b/software/freebsd-packages @@ -4,46 +4,49 @@ FreeBSD Packages These are the packages I typically install for a workstation; this is after selecting an "X windows kernel developer" base system with ``sshd``, linux binary support, and NTP configured:: + bash + vim xmms-wma xmms-flac xmms-faad2 xmms unzip bzip2 - vim emacs mplayer pork xpdf ctorrent teTeX - ipython - mit-scheme - py-numpy - py25-matplotlib - py25-scipy - bash - lighttpd + ipython-py25 + nginx firefox - apache fluxbox - xfce git subversion - pine alpine screen python vlc - gimp xzgc lyx wget + e2fsprogs + gtkchtheme -The following are added by hand from ports:: +The following are large and/or "optional":: - vlc - java - gtkchtheme - e2fsprogs + xfce + apache + py25-matplotlib + py25-scipy + py-numpy + gimp + mit-scheme + eclipse + pidgin + +The following are added by download:: + + java ("Diablo Latte" jdk from FreeBSD Foundation) diff --git a/software/freebsd-tricks b/software/freebsd-tricks index 0344abd..0c92e90 100644 --- a/software/freebsd-tricks +++ b/software/freebsd-tricks @@ -2,6 +2,13 @@ FreeBSD Tricks ===================================== +Set User Shell +----------------------- +``bash`` isn't always installed, so the default user shell is ``sh``; after +``bash`` is installed, a user can change their login shell with the command: + +$ chsh -s /usr/local/bin/bash + Burn an ISO image ----------------------- To burn a CD-R, use ``burncd`` like so:: -- cgit v1.2.3