Archive-name: LANs/cabling-faq
Posting-Frequency: monthly
Last-modified: 1995/03/05
C A B L I N G F A Q
Version 950305
Entries from January 2006
Data Communications FAQ
January 30th, 2006 1:49 am · No Comments
Tags: Cabling · Networking
Best of the Free: Software
January 7th, 2006 4:36 pm · No Comments
This is a compilation my favorite and most useful free software I have found and used over the years.
Cygwin gunzip errors - a band-aid
January 3rd, 2006 11:48 am · No Comments
Cygwin was erroring out when I tried the following:
csh# gunzip articles.tar.gz
After some googling, found that gunzip is symlinked to gzip -d, so I added this line to my .aliases file:
csh# alias gunzip `gzip -d `
This fixed the errors.
Tags: Cygwin Linux