summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.huji.ac.il>2009-06-27 22:16:40 +0300
committerbnewbold <bnewbold@ziggy.huji.ac.il>2009-06-27 22:16:40 +0300
commit8195b40106efd583c00ced5129374b4a82f8eddf (patch)
treec05795e318a48084cfeb653d7cc6644e6353cd1f
parent4d4b8c5ee17d5744b7c7f9de58c32c992c5adabd (diff)
downloadknowledge-8195b40106efd583c00ced5129374b4a82f8eddf.tar.gz
knowledge-8195b40106efd583c00ced5129374b4a82f8eddf.zip
tricks; new link
-rw-r--r--Git Wiki5
-rw-r--r--software/freebsd-packages37
-rw-r--r--software/freebsd-tricks7
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::