Computer

FacebookTwitter
``This is the book that will bring back your love of computing.'' -- Vancouver Washington Linux Users Group ``Having this book on your desk is probably the next best thing to having your own personal guru.'' -- Unixreview.com http://dsl.org/cookbook/

The Linux Cookbook: Tips and Techniques for Everyday Use

http://www.developer.com/open/article.php/625901/Learn-to-Program-using-Python-Lesson-1-Getting-Started.htm

Learn to Program using Python: Lesson 1, Getting Started — Devel

Preface Prerequisites Why Use Python Let's Write a Program Where Do We Go From Here? Review
http://www.tested.com/tech/windows/39-using-symlinks-in-windows-for-fun-and-profit/ You may have heard of symlinks, or symbolic links, before, but weren't quite sure what they're good for. Symlinks are kind of like a wormhole in your filesystem--they're placeholders on the drive that redirect applications to whatever folder or file you point them at. They're especially handy when an application, like iTunes, doesn't allow you to configure the location it expects to find your music. So, instead of moving all your music to the folder that iTunes wants, you can simply create a symlink from the folder that iTunes expects to the folder that you prefer to store your music in. To your programs, a symlink is indistinguishable from the actual files in question. Symlinks work best in Windows Vista and Windows 7 (OSX also includes symlinks, but we'll talk about them later).

Using Symlinks in Windows for Fun and Profit