Search found 3 matches
- Sat Feb 12, 2005 3:26 pm
- Forum: Programming
- Topic: potentially dumb question
- Replies: 3
- Views: 6764
Browse Advanced Bash-Scripting Guide (downloadable as a pdf,...). One common error is forgetting to put a space after (resp. before) the [ (resp. ]). You also got one liners like [ 1 = 1 ] && echo "1 = 1" [ 1 = 1 ] || echo "what? 1 != 1" which are equivalent to "if ... statement", "iunless ... state...
- Sat Feb 05, 2005 11:59 am
- Forum: Fedora/Red Hat
- Topic: Help with Kernel source build, install ...
- Replies: 11
- Views: 22729
Benq awl110 is a prism2.5 pcmcia card, so it will work with any of the three prism2 module: orinoco (standard in vanilla kernel), hostap, wlan-ng. What matters is the config file in /etc/pcmcia (so that the proper module get loaded on insertion). For orinoco configuration, edit file /etc/pcmcia/conf...
- Fri Oct 31, 2003 4:23 pm
- Forum: Applications
- Topic: dd a partition..
- Replies: 8
- Views: 11909
mkisofs is the tool to create isos (a la ISO-9660/rockridge/joliet). A dd will output a raw FAT partition, useless for CD-burning. Why don't you just buy a hard-drive? Even booting linux from a CD/NIC/Floppy always requires some tweaking, so I seriously doubt it wil be possible for W98. Of course si...