Changes between Version 7 and Version 8 of TheBestPractices
- Timestamp:
- 08/30/06 00:37:38 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TheBestPractices
v7 v8 6 6 7 7 * 1: Always keep a backup of your latest working floppy. 8 * With Windows I suggest you use WinImage. Pop in your floppy, open WinImage and choose "Disk -> Read disk" from the menu. Then choose "save" when the disk is read.8 * With Windows I suggest you use [http://winimage.com/winimage.htm WinImage]. Pop in your floppy, open winimage and choose "Disk -> Read disk" from the menu. Then choose "save" when the disk is read. 9 9 * In linux, open a shell and do: "dd if=/dev/fd0 bs=512 count=2880 of=myffw.img" 10 10 … … 12 12 13 13 14 * 3: Choose your packages sccording to your needs.14 * 3: Choose your packages according to your needs. 15 15 * I suggest these packages: 16 16 * SSH server: "dropbear" is a small SSH-server which allows you to remotely connect to your ffw and see status, make changes etc.