Difference between revisions of "Random Stuff"

From WTFwiki
Jump to navigation Jump to search
(note)
(oops)
Line 21: Line 21:
 
* [http://predef.sourceforge.net/preos.html List of Operating System Defines] - Handy for doing OS checking in the C preprocessor.
 
* [http://predef.sourceforge.net/preos.html List of Operating System Defines] - Handy for doing OS checking in the C preprocessor.
  
* [[Reverse engineering DOS binaries]] - Install the perl libwww stuff if it bitches about LWP/Simple
+
* [[Reverse engineering DOS binaries]]
  
* [http://home.powertech.no/sletner/cur Stian's CLI currency converter]
+
* [http://home.powertech.no/sletner/cur Stian's CLI currency converter] - Install the perl libwww stuff if it bitches about LWP/Simple

Revision as of 21:52, 18 November 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
rm /var/db/pkg/<pkgname>-<pkgversion>/+PRESERVE
pkg_delete "<pkgname>*"
pkg_add /usr/pkgsrc/packages/All/<pkgname>-<pkgversion>.tgz
touch /var/db/pkg/<pkgname>-<pkgversion>/+PRESERVE