Monthly Archives: October 2006
checkinstall – build .deb’s from .tar.gz’s
| 21-Oct-2006 | Posted by Sonia Hamilton under Ubuntu |
sudo aptitude install checkinstall wget foo.tgz tar zxvf foo.tgz cd foo ./configure --prefix=/usr && make sudo checkinstall make install
using kickstart to automate Redhat/Fedora setups
| 21-Oct-2006 | Posted by Sonia Hamilton under Redhat |
(tested on Fedora Core 3)
- copy all of DVD files to a directory, and export via NFS (more features for setups than ftp or http). For example:
$ cat /etc/exports /var/fc3 *(ro,sync)
Recent Comments