Please visit the LangaList Home Page

Please note: Older issues may contain information that is now out of date


How To Subscribe and Unsubscribe is at the end of this note. Mailing List Trouble? See http://www.langa.com/help.htm
Questions about the advertisers? See the end of this note. Please also see legal notices at the end of this note. LangaList: ISSN 1533-1156

Please recommend the LangaList to a friend! (And maybe win a prize!)

An easier-to read formatted HTML version of this newsletter is available
<a href=" http://www.langa.com/newsletters/2004/2004-05-06.htm ">here</a>

The LangaList
Standard Edition

2004-05-06

A Free Email Newsletter from Fred Langa
That Helps You Get More From Your Hardware, 
Software, and Time Online

Please visit our sponsors and help keep the LangaList S.E. free!

Contents:

1) More On Safe (and FREE) Password Storage
2) Finding The Worst Space-Hogs
3) Looking for Help With PageFile/Swapfile Sizes
4) Got The Blues? Greens?
5) Reader Sidelines Linux
6) Three More Winners!
7) Convert Your Setup Floppies To CD
8) They Just Keep Coming And Coming...
9) "Freeware4U"
10) Just For Grins
11) Plus! Edition Highlights:

Next Issue:
2004-05-17

 

--- ( Your Clicks On Ad Links Help Keep The LangaList Free! ) ---

--------------( the above is an advertisement )-------------


1) More On Safe (and FREE) Password Storage

We're getting more great suggestions on safe, free, and easy password management. (See
http://www.informationweek.com/story/showArticle.jhtml?articleID=19202221 )

For example, check this out--- a free Excel spreadsheet that uses a little script to encrypt and decrypt a group of passwords using any key you specify. Once encrypted, you can store the passwords even as plain text, and they'll be safe from most casual prying. Or, for more security, password-protect the Excel spreadsheet itself, and you'll have two layers of protection guarding your passwords....

Fred: Attached is an Excel file that could be used to store encrypted passwords without running a [separate] program. I wrote this after I read your last newsletter. It contains macros to encrypt a password or decrypt the encrypted password. This is not a finished spreadsheet, but an example of an approach to take. The functions use a simple method that XOR's a string with a key. When the result is XORed against the key, you get the original value back. It starts at A4 and loops down the column until a blank cell is found. You could add additional info in the other columns.

You would want to blank out the key after encrypting before saving the file.

Do not hit the Encrypt button right away so you can look at the source code [of the macro/script] before testing....

I used this simple technique in the 70's to encrypt mag stripe badges that were used in a security system that I wrote on the IBM XT PC. I used the clock interrupt for the PC to create a task scheduler to allow the background parsing of data collected from badge readers connected via a current loop to RS232 interface on the PC. I also wrote the interrupt handler for the RS232 to collect the data from up to 64 badge readers per RS232 port....

I currently develop apps using .NET, Powerbuilder, and VB6. I have created apps for courts that integrate office to vb apps using OLE.

Joe Sherrill, President
Joe Sherrill Consulting, Inc.
http://www.joesherrill.com/

Thanks, Joe! I've ZIPped Joe's sample spreadsheet--- it compresses down to a tiny 13.5K---- and have posted it in two places:

Plus! Subscriber Private Download Area:
http://langalist.com/plus/extras/encrypt.asp

Public Download:
http://freetune.com/extras/encrypt.zip

You can use Joe's spreadsheet as-is, or play with it to add whatever enhancements you want. As Joe's work shows, basic password security doesn't have to be exotic, difficult, or expensive!

And it's also neither hard nor expensive--- in fact. many tools are free!--- to go way beyond the basics. You easily can download and use free and low-cost tools that will make your passwords essentially unguessable and un-snoopable to all but supercomputer-level cracking.

Click on over to
http://www.informationweek.com/story/showArticle.jhtml?articleID=19202221
for the full scoop!

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

--- ( Your Clicks On Ad Links Help Keep The LangaList Free! ) ---

--------------( the above is an advertisement )-------------

2) Finding The Worst Space-Hogs

Dear Fred, Your newsletter continues to be a source of great information.

Years ago, you mentioned a program called Scanner that would display really
great "pie chart" displays of the contents of one's computer.  I downloaded
it and used it often.

I have now migrated to a new computer and would like to download Scanner
again, but I can't find the website.  Do you recall the URL? Many thanks, Dal

Sure Dal, it was http://www.steffengerlach.de/freeware/, as discussed in "Find Those Space-Hogging Files And Folders" in http://www.langa.com/newsletters/2002/2002-10-28.htm#2

Tools to help you identify and manage the worst space-hogs have been a recurring theme in the Plus! edition, too. Plus! subscribers can see additional info in #13 in http://www.langalist.com/plus/newsletters/2002/2002-07-01plus.asp , in #13 in http://www.langalist.com/plus/newsletters/2001/2001-04-19plus.asp , and in #11 in http://www.langalist.com/plus/newsletters/2002/2002-06-24plus.asp

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

3) Looking for Help With PageFile/Swapfile Sizes

Hello, I've been trying to figure out the best size for a page file and if I should use more then one on different drives.  I currently have 512MB RAM but I'm a bit confused as to what size I should make the initial size and what should be the max size and how is the size calculated.  I've heard that Microsoft calculates it at 1.5 times the amount of RAM so if I'm figuring this properly then my current size should be 512 times 1.5 equaling 768 and my Max size should be 768 times 1.5 equaling 1152.  Is this proper or should it be different. 

Thanks for any thoughts in this area of gray since my gray matter isn't handling it well. ---Dave

It's not you, Dave--- it's an area rife with confusion.

You didn't say which OS you're using. That's important because, with XP, Microsoft actually got it mostly right: You usually can just accept the system recommendations, which are pretty good. You can lock them in as fixed sizes if you wish, but the actual recommended and max sizes will be OK for most mainstream systems. The automatic suggestions do work less well on systems with large amounts of RAM--- say, over 1 GB. In those cases, you may want to rein in the size of the swapfile a bit. But for most normal systems, accepting the automatic sizing usually produces decent results. Also, see #7 in http://www.informationweek.com/story/IWK20011204S0009 for more info on XP's pagefile/swapfile options, including using multiple drives.

For other Windows, swapfile management gets somewhat fuzzier, but Dave's rule-of-thumb approach is probably fine.

Lots more info:
XP: http://www.google.com/search?q=page+swap+file+xp
2000: http://www.google.com/search?q=page+swap+file+2000
WinME: http://www.google.com/search?q=page+swap+file+me+millennium
Win98: http://www.google.com/search?q=page+swap+file+98

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

--- ( Your Clicks On Ad Links Help Keep The LangaList S.E. Free! ) ---

"Hi Fred, I'm very happy to have upgraded to the Plus edition of the LangaList.
In just the past couple of months, I've stored and used more
of your tips and tweaks than anything else I've ever found on the internet.
Thanks for the help! I look forward to your next newsletter,
and hope that you may dig out some tips for those of us
with some hair left to pull!" ---Frank DC

Thanks, Frank!

The LangaList Plus! Edition is ad-free, spam-proof,
and contains even more content--- tips, tricks, advice, downloads....---
than the Standard Edition you're now reading--- for just 14 cents an issue!

Get all the details:
http://www.langa.com/plus.htm

--------------( the above is an advertisement )--------------

4) Got The Blues? Greens?

Dear Fred; In Explorer when you click on "Windows" I get a lot of folders that are Blue". What are these folders? Thanks, John

P.S. I am glad I upgraded to "LangaList Plus." I didn't know what I was missing.  I really enjoy it.

On an NTFS drive, files and folders normally can be black, blue, or green, and each color means a different thing. If the colors sneak up on you--- if you don't expect 'em, or didn't manually change the filename colors with a tool like TweakUI--- indeed, it can be disconcerting.

Black is the default--- normal files and folders.

Blue means that the files or folders have been compressed by the OS. This can happen automatically as part of disk cleanups in XP, or by manual settings on an NTFS drive. Either way, when the OS compresses folders/files, the names will be shown in blue. Files/folders compressed this way operate exactly like any other file or folder--- no special handling or decompression is needed. But the color coding lets you know the files and folders have been processed.

More info on XP file compression:
http://support.microsoft.com/default.aspx?scid=kb;en-us;307987
Win2K compression:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;251186

Green shows encryption by the OS in XP and Win2K.
More info on XP encryption:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q307877&sd=tech
http://support.microsoft.com/default.aspx?scid=kb;en-us;320166&sd=tech
Win2K encryption:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;230520

On their own, XP and Win2K can't both encrypt and compress the same file; it's an either/or thing. That's one of the reasons for the color-coding--- so you won't try to process a file that's already been processed. If you want both encryption and compression, you must use a third-party tool.

Files and folders that have been compressed or encrypted (or both) by third-party tools don't get the color-coding--- they usually remain in black.

(BTW: TweakUI for XP: http://langa.com/u/4n.htm ; for other Windows: http://www.annoyances.org/exec/show/tweakui )

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

5) Reader Sidelines Linux

Fred, I have been watching and reading your woes with Linux with a feeling of deja vu...been there, done that and didn't even get the T Shirt. The best one of the current crop of distros is Mandrake. I also have a feeling that this is really a major issue with debian based distributions like Lindows--or should I say Linspire [Lindows had to change its name to avoid a drawn-out lawsuit with Microsoft]---,Xandros, knoppix, morphix etc... they seem to be getting worse supporting hardware instead of better.  I have a machine that knoppix used to work perfectly on, that doesn't work with the newer detect versions.  So I think that something in the newer versions of hardware detection in the debian world is broken badly. That said, Suse, has always been a pain to me. Mandrake, however, has usually worked fine. RH and Fedora however, have never been good for my equipment, both old and new.
 
I finally gave up and blew away xandros 2 off my main machine to get my space back.  I just could not justify the time it was taking to make it work.  Same with Lindows/Linspire.  Now I have them on test machines only.  I was searching for a way to stop using windows...no such luck here.
 
So I guess the bottom line is that Linux providers have more work to do.  To be fair, they will claim that bad hardware support is NOT their problem because vendors don't typically write Linux drivers or give them access to the specs..but that doesn't explain why knoppix used to work on my machine and the newer versions do not.
 
Keep up the good work. ---Lynn Parkin

I don't know if things are getting worse in Linux--- I hadn't seen that myself. In fact, I'd thought that Linux was actually getting better at auto-detection and installation of drivers for the limited set of hardware it does support. For many systems in that limited set, installing one of the better-known Linux distributions really can be a "put in the CD, click a few times, and you're done" thing.

But as your case--- and mine ( http://www.informationweek.com/story/showArticle.jhtml?articleID=18901660 )--- show, if you fall outside Linux's relatively narrow bell curve for built-in support, you're toast. And a lot of hardware does fall outside that curve, alas.

Since writing the IWK article referenced above, I've tried Mandrake 10, Fedora, and many others--- I have a stack of about 40 Linux install CDs sitting here on my desk!--- and not one of them could fully work with a system that XP supported out of the box, with no extra fuss or drivers at all.

Windows is far from perfect, but XP is actually quite good, and its hardware support is unmatched. No OS gives you 100% of everything all the time, but I still think XP is currently the best-available OS for general use.

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

6) Three More Winners!

Readers Searle, Djbdrew and Gjp16 each won a FREE full one-year subscription to the LangaList Plus! edition by using the "Recommend To A Friend" form at http://www.langa.com/recommend.htm .

You see, each month I choose three winners of a new FREE ONE YEAR SUBSCRIPTION to the LangaList Plus! edition. (Existing Plus! subscribers get their current subscription extended by a full year.) To have a shot at winning, just use the following link to recommend the LangaList to a friend. Your friend just may find a new source of useful information; I just may gain a new subscriber; and you just may win! (Full details also available via this link): http://www.langa.com/recommend.htm

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

7) Convert Your Setup Floppies To CD

This reader's question is specific to a couple sets of installation floppies, but the answer actually applies to just about *any* software you have on floppies: Usually, one of two methods will let you burn and use a new all-in-one setup CD for that software:

Trying to put windows for workgroups 3.1 on cd to be able to install from cd instead of the 8 disks. only don't know how to and make it work. How would I go about it. Also have the 23 disks for windows 95 and would like to setup from cd instead of the lengthy process of installing from floppies. And the reason for doing this is so I can try Microsoft's virtual pc [See "Microsoft's 'Virtual PC' Is Too Good Not To Check Out" at http://www.informationweek.com/story/showArticle.jhtml?articleID=18600449 ]. Still trying to figure how to install windows 3.1 from floppies into virtual pc and try out multiple operating systems in a virtual pc form, instead of multiple partitions on my pc. Any help In these two matters would be highly appreciated. Loyal member for approx 2 years. Sincerely Tony

I usually set it up two ways:

1) Make a separate folder for each floppy (eg disk1, disk2, disk3, etc) and copy the appropriate floppy contents into each folder. Make sure you copy all hidden files and folders, too.

2) Copy all the floppy contents into a single folder. There may be a few duplicate files scattered across the setup disks; let them overwrite each other.

Burn both versions, above, to a blank CD. Take a look at the contents of the #1 floppy, and see what the master setup file is: It's usually called "setup" or "install" or something equally obvious.

To use the CD, try starting the install from the #2 version first: Change to the directory with all the files in it, type (or click on) the name of the master setup file ("setup" or "install" or whatever) and let 'er rip. If that doesn't work, try pointing the setup at each separate folder in sequence; or switching to the "disk1" folder and triggering the setup from there.

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

8) They Just Keep Coming And Coming...

Well over 3,000 of your fellow readers have "loaded the code." Have you? Check out http://www.langa.com/code.htm  for the details.

Here's another eclectic sample of reader sites--- some professional,
some very personal:

View A Randomly-Chosen Reader Site
http://www.langa.com/randomlink.htm

Manually Browse All Posted-to-Date Sites Starting At
http://www.langa.com/readersites.htm

WS Designs
http://www.visualrush.com/links.html

TRKhosting
http://trkhosting.com/

WildBlueYonder
http://users.bigpond.net.au/wildblue/index.htm

Xango
http://www.xangoforall.com/

Darts
http://universaldarts.com/

Martha's Web
http://www.marthas-web.com/

Mailing Lists
http://www.mailing-list-programs.com/index.html

Steven Stevenson
http://beam.to/stevenstevenson

Web Hosting
http://www.earthmatrix.biz/

Scottish Paper Peddler
http://www.scottishpaperpeddler.com/

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

--- ( Your Clicks On Ad Links Help Keep The LangaList Free! ) ---

--------------( the above is an advertisement )-------------

9) "Freeware4U"

Let's hope this site stays free--- unlike another "free" site we recently linked to that pulled its free offerings when hordes of LangaList readers showed up. (Sigh.)

This one currently offers a range of programs; the linked page contains several tools we've recommended, such as the Belarc Advisor and Easycleaner; and some other tools I hadn't seen before. Check it out at http://freeware4u.com/modules/mydownloads/viewcat.php?cid=59

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

10) Just For Grins

Truly odd--- and some impressive programming. First, go here and try out the page: http://www.subservientchicken.com/

It appears to be a live web cam showing a guy in a chicken suit who will do almost anything you ask: You type in your commands and he obeys.

For information on all the nouns and verbs it understands, and the separate clips that are strung together to create the illusion of a live cam, see:
http://www.xeni.net/images/bb/clipData.html

Note that many people give commands that are either, um, risque or anatomically impossible; the list of commands reflects that, and is not something the easily-offended will want to read. (Ahem.) But that's how the programmers made the chickenman be able to respond to even bizarre or off-color suggestions.

It's actually all part of a very strange promotion for Burger King!

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

--- ( Your Clicks On Ad Links Help Keep The LangaList Free! ) ---

--------------( the above is an advertisement )-------------

11) Plus! Edition Highlights:

  • AVG Update Update

  •    (no, I'm not stuttering... <g>)
  • Free Hard Drive Tools
       (test, install, repair, maintain...)
  • Another Good Font Fix
       (oddly-placed setting makes the difference)

You can't lose! The Plus! edition is only pennies per issue, and comes with a MONEY BACK GUARANTEE from Fred.

Check out the details: http://www.langa.com/plus.htm

Click to email this item to a friend
http://www.langa.com/sendit2.htm

return to top of page

(Give a gift subscription to the LangaList Plus edition!
Click <a href= " http://www.langa.com/plus_gift.htm ">here</a>)

See you next issue, 2004-05-17!

Best,

Fred
( Editor@Langa.Com )


Please recommend the LangaList to a friend! (And maybe win a prize!)

An easier-to read formatted HTML version is available in the "Current Issue" section of http://www.langa.com.  (The HTML version of each issue normally is available by 9AM EST [UT-5] of the issue date.) All past LangaList issues are also available at the Langa.Com site.

return to top of page


Administrivia:

UNSUBSCRIBE (instant removal!): http://www.langa.com/leave_langalist.htm

SUBSCRIBE (it's free!): http://www.langa.com/join_langalist.htm

CHANGE ADDRESS? LIST TROUBLE? HAVE QUESTIONS? OTHER PROBLEM? NEED HELP? See http://www.langa.com/help.htm

This newsletter is SPAM PROOF and requires two levels of subscriber confirmation before delivery begins: See http://www.langa.com/info.htm

About the advertisers: http://www.langa.com/privacy.htm#ads

Disclaimer: http://www.langa.com/legal.htm  In brief: All information herein is offered as-is and without warranty of any kind. Neither Langa Consulting LLC, nor its employees nor contributors are responsible for any loss, injury, or damage, direct or consequential, resulting from your choosing to use any information presented here.

This newsletter is a service of Langa Consulting LLC and is Copyright © 2004 Fred Langa / Langa Consulting LLC. All worldwide rights reserved. LangaList: ISSN 1533-1156

return to top of page


Please visit the LangaList Home Page