Difference between revisions of "Random Stuff"

From WTFwiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
* [http://www.forth.com/starting-forth/index.html Starting FORTH - online edition]
 
* [http://www.forth.com/starting-forth/index.html Starting FORTH - online edition]
 +
 +
Upgrading pkgsrc bootstrapped packages (bmake install-sh nawk nbsed pax tnftp bootstrap-mk-files):
 +
 +
  bmake USE_DESTDIR=full package
 +
 +
Deinstall the old one and install the resulting new package.

Revision as of 02:56, 5 February 2008


To convert asterisk gsm files to wav files it can still play:

 sox tt-weasels.gsm -r 8000 -b -c 1 -u -2 tt-weasels.wav

Upgrading pkgsrc bootstrapped packages (bmake install-sh nawk nbsed pax tnftp bootstrap-mk-files):

 bmake USE_DESTDIR=full package

Deinstall the old one and install the resulting new package.