nndocs:reference
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
nndocs:reference [2011/10/06 18:19] – created naptastic | nndocs:reference [2017/08/07 02:27] (current) – None of this is necessary anymore naptastic | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | === Copying and preserving everything === | ||
- | When moving /home to its own partition, do it this way: | ||
- | find . -depth -print0|cpio --null --sparse -pvd /newhome/ | ||
- | |||
- | That way, all files get copied, with ownership, permission, and access dates unmodified. | ||
- | |||
- | === Default Route === | ||
- | Add a default route: | ||
- | |||
- | route add default gw <gateway ip address> dev <device name> | ||
- | |||
- | To make this route persist, add these lines to / | ||
- | |||
- | GATEWAY=< | ||
- | GATEWAYDEV=< | ||
- | |||
- | === Compiling Kernel on Ubuntu === | ||
- | It's a much better idea to make a package that dpkg can deal with, rather than installing the kernel by hand. Once your configuration is done (via make menuconfig or equivalent) here are the commands to make that happen: | ||
- | |||
- | export CONCURRENCY_LEVEL=(however many CPUs you have, or +1 if you're compiling **ON** a non-BFS kernel) | ||
- | make-kpkg clean | ||
- | fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers | ||
- | |||
- | ==== LAD ==== | ||
- | |||
- | Download lad.tar.bz2 from naptastic.com. (Contents list: **Don' | ||
- | * Stuff that has to be a specific version: | ||
- | * Celt 0.11.0 | ||
- | * Packaged goods | ||
- | * linuxdsp-mbc2 and linuxdsp-mkii-graph-eq plugins | ||
- | * ir.lv2 | ||
- | * Stuff unavailable through a VCS | ||
- | * jkmeter | ||
- | * remid | ||
- | * resid | ||
- | * zita-at1 | ||
- | * zita-resampler | ||
- | |||
- | * Plugins | ||
- | * LV2-plugins | ||
- | * autotalent | ||
- | * bitmeter | ||
- | * calf | ||
- | * din | ||
- | * ir.lv2 | ||
- | * LV2fil (nedko' | ||
- | * jamin | ||
- | * jkmeter | ||
- | * reMID | ||
- | * resid | ||
- | * Kokkini Zita's stuff | ||
- | * The Heavy Stuff | ||
- | * fluidsynth | ||
- | * qsynth | ||
- | * ardour | ||
- | |||
- | I need to write a script to check out and download each of these, and perhaps a script to build them all in order. |
nndocs/reference.1317925192.txt.gz · Last modified: 2011/10/06 18:19 by naptastic