rsync
server work?
To unpack *.tar.gz files on Unix, do either of these:
tar xzvf FILENAME.tar.gz zcat FILENAME.tar.gz | tar xvf -There are also graphical front ends for Linux such as LinTar and Midnight Commander.
Windows users need a program like Winzip. Macintosh users need Stuffit Expander. These programs do recognize *.tar.gz files even though their native formats are different. Winzip and Stuffit Expander are no-cost but closed-source, and Stuffit requires registration. If anybody knows of open-source GUI alternatives, let us know.
Other archive formats. We need to keep disk space on the FTP site at a minimum for the sake of the mirrors. Also, the Editor rebels at the thought of the additional labor involved in maintaining more formats. We have chosen the formats required by the majority of Gazette readers. Anybody is free to maintain the Gazette in another format if they wish, and if it is available publicly, I'll consider listing it on the mirrors page.
Other printable formats. (These are listed only for people who specifically want these formats. The easiest way to read the Gazette is through a web browser, and the easiest way to print it is through the browser's Print... option.)
- PostScript
- Netscape's "print to file" routine will create a PostScript file complete with images.
- I know Adobe and others consider PDF a "universal" format, but to me it's still a one-company format that requires a custom viewer--not something I'm eager to maintain. If you can view PDF, can't you view HTML?
If you really want PDF, you can convert Postscript files to PDF using
ps2pdf
in the Ghostscript package. Thanks to Mark Kuchel for pointing this out in his 2-Cent Tip.
- Word
- I'll be nice and not say anything about Word....
E-mail. The Gazette is too big to send via e-mail. Issue #44 is 754 KB; the largest issue (#34) was 2.7 MB. Even the text-only version of #44 is 146 K compressed, 413 K uncompressed. If anybody wishes to distribute the text version via e-mail, be my guest. There is an announcement mailing list where I announce each issue: go to http://www.ssc.com/mailman/listinfo/lg-announce to subscribe. Or read the announcement on comp.os.linux.announce.
Subscribing with "nospam" in your From: address or "dot" instead of "." is not going to get you subscribed. It just makes more work for the list administrator, who must deal with the resulting bounce messages and then unsubscribe the address.
If e-mail really is your only option, some organizations operate FTP-via-mail servers you can use.
On paper. I know of no companies offering printed copies of the Gazette.
You can't. It's not a subscription magazine. What you see on the web is what you get. See above for the other formats Linux Gazette is and is not available in. There is an e-mail announcement service if you wish to receive an announcement when each issue is posted.
Yes, yes, yes, yes, yes, yes and yes. See the mirrors page.
You're probably looking at an unmaintained mirror. Check the home site to see what the current issue is, then go to the mirrors page on the home site to find a more up-to-date mirror.
If a mirror is seriously out of date, please let us know.
Use the Linux Gazette search engine.
Use the Index of Articles. A link to it is on the Front Page, at the bottom of the issues links, called "Index of All Issues". All the Tables of Contents are concatenated here onto one page. Use your browser's "Find in Page" dialog to find keywords in the title or author's names.
There is a separate Answer Gang Index, listing all the questions that have been answered by the Answer Gang. However, they are not sorted by subject at this time, so you will also want to use the "Find in Page" dialog to search this listing for keywords. (It's not up to date either: it's still called The Answer Guy even though it's now The Answer Gang.)
Certainly. Linux Gazette is freely redistributable under the Open Publication License (OPL) (http://www.opencontent.org/openpub/), version 1.0 or later. You may copy it, give it away, sell it, translate it into another language, whatever you wish. Just keep the copyright notices attached to the articles, since each article is copyright by its author. We request that you provide a link back to www.linuxgazette.com.
If your copy is publicly available, we would like to list it on our mirrors page, especially if it's a foreign language translation. Use the submission form at the bottom of the page to tell us about your site. This is also the most effective way to help Gazette readers find you.
LG's official copyright statement is at http://www.linuxgazette.com/copying.html.
If you would like more information about sponsoring the Linux Gazette, e-mail sponsor@linuxgazette.com.
This link was added for the convenience of those wishing to download the current issue to their PalmPilot every month.
Occasionally we publish these in News Bytes: Software News, if there is a specific Linux connection besides simply the fact that it runs on a Linux server. (Because all Java programs can supposedly run on a Linux server.) A zine that specializes in Java would be a better resource for this.
rsync
server work?Rsync was installed May 2000 as a convenient way for LG mirrors and others to keep their copies of the web directory and the FTP files up-to-date.
rsync -az rsync.ssc.com::lg/ /tmp/lg
rsync -ptz 'rsync.ssc.com::lg/*' /tmp/lg
rsync -az rsync.ssc.com::lg/www_root/ /tmp/www
rsync -rlHtSz -v --stats anonymous@rsync.ssc.com::lg/ /dest/dir/
This is build up using environmental variables and a script.
The following was written sometime before June 1999 by LG's then-Editor Marjorie Richardson, and is presented here for historical interest.
Statement of Purpose
Linux Gazette, a member of the Linux Documentation Project, is an on-line WWW publication that is dedicated to two simple ideas:
- Making Linux just a little more fun
- Sharing ideas and discoveries
The basic idea behind these two concepts is that Linux is one cool OS, whose price for admission is a willingness to read, learn, tinker (aka, hack!), and then share your experiences. The Gazette is a compilation of basic tips, tricks, suggestions, ideas and short articles about Linux designed to make using Linux fun and easy. LG began as a personal project of John M. Fisk, and grew to include contributions freely provided by a growing number of authors. Linux Journal is now publishing the Gazette using material contributed by outside authors (note to potential authors). Without these authors there would not be a Gazette, and I thank them all. Drop a note to the author of anything that you find helpful or instructive -- the author's e-mail address is included for this very purpose.
Thanks to Matt Welsh and Greg Hankins of the Linux Documentation Project, for graciously bringing the Linux Gazette under the auspices of the LDP. The material included in these documents is covered by a designedly liberal copyright. For information regarding copying and distribution of this material read the Copying License.
A special thanks to Michael J. Hammel, our Graphics Muse, for the wonderful new logo designed using the GIMP.
Thanks to SSC, we now have our own domain name: linuxgazette.com.
Have fun!
Marjorie L. Richardson, Overseer Linux Gazette
Front Page | Contents | FAQ | Archives | Mirror Sites