Linux
Read More
Efficiently update a local copy of a site
This one is handy from cron wget –mirror http://www.example.com/
A chronological documentation test project, nothing serious, really!
This one is handy from cron wget –mirror http://www.example.com/
Download the Fedora disk image from a mirror: # wget http://mirrors.dotsrc.org/fedora/5/i386/os/images/diskboot.img Make sure that the USB device is unmounted: # sudo umount /dev/sda1 Copy the img to the usb key device: # dd if=diskboot.img of=/dev/sda Reboot and then select a network based install by typing: linux askmethod