Welcome to elreno.org

Save the Earth and Get Free Stuff from Recycling with Freecycle Get ready to become more earth-conscious by freecycling. What is freecyling and how can it help the environment? As the name implies, the concept of freecycling is directly inspired by the idea of recycling. Freecycling is not only a great way to help protect the earth's natural resources and prevent the flooding of landfills, it is also a great and viable way to find goods and services that you really need. Thus, freecycling is a very practical approach to many of the problems that we face today. What is the Freecycle Network? Freecyling has found a home at freecylce.org. The Freecycle website is home to the Freecycle network. This network is made up of over 4,000 groups with a total member population of over four million people worldwide. The freecycle philosophy is spreading like wildfire as more and more people come to learn more about this exciting and environmentally friendly new exchange network. The Freecycle Network represents an entirely grassroots, nonprofit effort that allows people to get and give their stuff fro free in their own cities and towns. Freecycle allows all the good stuff that would normally end up in a landfill in the hands of someone who can really use it. A local volunteer who is in charge of coordinating the freecycling efforts and awareness in their own community moderates almost each local freecycle group. Membership to join the Freecycle Network is absolutely free and open to anyone with something to give, or get. In order to join the Freecycle Network today, simply find your local community by searching in the search box. The Ins and Outs of Freecycling for the Freecyling Newbie No freecycling is not a new, cutting edge sport—it is an easy way to manage one's owns possessions so that you leave a smaller footprint on the Earth. If you are new to freecycling, perhaps you could use a little guidance on how to get into the freecycling side of things. Here are some things you need to know before you get started in the exciting world of freecycling. Take the Right Kinds of Precautions When Freecycling One of the most important things you should do is to always make sure to freecycle safely. Freecycling often means coming into direct contact with seemingly perfect strangers. You should always maintain your safety and privacy when interacting with other members of your freecycling group. If you do not know someone well, avoid giving out your personal contact information right away. Whenever possible, try to make exchanges in a public setting or at least make sure that you are not alone with picking up or waiting for someone to pick up the item that is being freecycled. Tips and Hints for Using the Freecylce List What happens once you has signed up to become a part of your local freecycling group? Once you have successfully joined, you can use your local freecycling list to communicate with other members. You can post a message, read messages and send email to your local groups collective address. Most local freecycling groups use local yahoo groups to communicate. To send an email to the list, simply send an email to your local groups email address. If for some reason you wish to unsubscribe to your local freecyling group, you simply need to send an email to the unsubscribe address that is listed at the bottom of each email from your local freecycling group. For information on posting, replying or reading messages to your local yahoo group, visit your local group and become familiar with the delivery options. If you have any questions, contact your group's moderator directly.

Web Hosting - Managing Disk Space Few things are less exciting than managing the disk space that always seems to be in too short a supply. But few things are more important to the health and well being of your site. The most obvious aspect of managing disk space is the need to have enough. If you have only a few dozen web pages, that's not an issue. But as the amount of information (web pages, database content and more) grows, the quantity of free space goes down. That's important for two reasons. All permanent information on a computer is stored on hard drives. Temporary information is often stored in memory only. The two components are completely separate, though they are sometimes confused with one another. As the amount of free space on the hard drive decreases several effects occur. Here's one way to picture them... Imagine you had a table with a certain area and you lay out playing cards on the table. At first, you lay them out in order, the 2 at the side of the 3, then 4, and so on. But then you pick up one or two cards from the middle and discard them. Then you add some more cards. Pretty soon things look pretty random. Now cover the cards with a big opaque sheet of paper. You want the cards to appear in order when displayed to someone. A special robot could be designed to always pick up the cards from underneath the sheet in order. Or, it could slide a hole in the sheet over the cards to display them in the correct order (2, 3, 4, ...), no matter what order they are really in. That's similar to how the operating system always shows you information in a sensible way, even though it's actually stored randomly. Why should you care? Real files are stored in pieces scattered around the drive wherever there is space for them. The more free space there is, the quicker the operating system can find a place to store a new piece. That means, if you delete the junk you no longer need (and free up more space) the system actually runs quicker. It helps create space you might need, and allows the operating system to store files for you faster. But there's a second effect. As you delete old files or change them, the pieces get more and more scattered. It takes the 'robot' longer and longer to fetch or display the 'cards' in order. Existing files are fetched and put together 'on the fly' (say, when you request a graphical page or a list of names). But, it takes longer to put together the web page when there are more scattered pieces. So, the other aspect of managing disk space is to keep the pieces of the files more or less in order. A utility that does that is called a 'de-fragger' or de-fragmentation program. You can request that a system administrator run it, or if you have the authority, you can run it yourself. That keeps the 'cards' in order and allows for quicker access to them. So, managing disk space involves chiefly three things: (1) keeping enough space to store what you need to store, and also (2) keeping enough free space to make new file storage quick and (3) making old file retrieval fast by keeping things orderly. When only a few files are involved the benefit isn't worth the effort. But as the number and size of the files grow, to thousands of files or several gigabytes of data, the effect becomes more noticeable. Keeping things organized then makes a significant difference in performance. Much of this can be automated using utilities. Some will delete files in a certain folder older than a certain date. A de-fragger can be set to run automatically during times of light usage, or quietly in the background at all times. Discuss the options with your system administrator and help him or her do the job better by keeping your house in order. You'll benefit by having a better performing web site.

Web Hosting - Changing Web Hosts, Pitfalls and Planning At some point, nearly everyone finds it necessary to change web hosts. It may be just a migration to another server, or it may be changing web hosting companies entirely. Either way, the process is fraught with potential dangers. But there are ways to minimize the odds of problems and maximize your changes of a smooth migration. Plan, plan, plan. Make a very detailed list of everything that is on your current system. Review what is static and what changes frequently. Note any tailoring done to software and files. Be prepared to remake them if the systems aren't transferred properly or can't be restored. Keep careful track of all old and new names, IP addresses and other information needed to make the migration. Backup and Test Backup everything on your system yourself, whenever possible. Web hosting companies typically offer that as a service, but the staff and/or software are often less than par. Often backups appear to go well, but they're rarely tested by restoring to a spare server. When the time comes that they're needed, they sometimes don't work. Do a dry run, if you can. Restore the system to its new location and make any needed changes. If you have the host name and or IP address buried in files, make sure it gets changed. This is often true of databases. SQL Server on Windows, for example, picks up the host name during installation. Moving a single database, or even multiple ones, to a new server is straightforward using in-built utilities or commercial backup/restore software. But moving certain system-related information may require changing the host name stored inside the master database. Similar considerations apply to web servers and other components. Accept Some Downtime Be prepared for some downtime. Very few systems can be picked up, moved to another place, then brought online with zero downtime. Doing so is possible, in fact it's common. But in such scenarios high-powered professionals use state-of-the-art tools to make the transition seamless. Most staff at web hosting companies don't have the skills or the resources to pull it off. Prepare for Name Changes One aspect of moving to a new host can bedevil the most skilled professionals: changing domain names and or domain name/IP address combinations. When you type a URL into your browser, or click on one, that name is used because it's easier for people to remember. www.yahoo.com is a lot easier to remember than 209.131.36.158. Yet the name and or name/IP address combination can (and does) change. Still, specialized servers called DNS (Domain Name System) servers have to keep track of them. And there are a lot of them. There may be only two (rarely) or there may be a dozen or more DNS servers between your visitors' browsers/computers and your web host. Every system along the chain has to keep track of who is who. When a name/IP address changes, that pair has to be communicated to everyone along the chain, and that takes time. In the meantime, it's possible for one visitor to find you at the new place, while another will be pointing to the old one. Some amount of downtime will usually occur while everything gets back in sync. The Little Gotchas But even apart from name and IP address changes, there are a hundred little things that can, and often do, go wrong. That's not a disaster. It's just the normal hurdles that arise when changing something as complicated as a web site and the associated systems that underlie it. Gather Tools and Support Having an FTP program that you're familiar with will help facilitate the change. That will allow you to quickly move files from one place to the next to do your part to get the system ready to go or make repairs. Making the effort to get to know, and become friendly with, support staff at the new site can be a huge benefit. They may be more willing to address your problem before the dozen others they have to deal with at any given moment. Ok. On your mark. Get ready. Go.