Replacing Your Routers Firmware with Linux

IMAG0099
Image by Mrs Billerman via Flickr

Although most consumer-based routers are already based on Linux as an operating system, installing an open source firmware can provide many additional options that may have been restricted for use before. Some of the improvements over stock firmware include features such as an improved user interface, access to usage graphs, web server capabilities, and wifi power adjustments. With so many benefits associated with this switch, you should hopefully see why so many people decide to make the jump to use Linux as a replacement for the stock firmware on a router.

The process of switching your router to an aftermarket firmware does not have to be a particularly a difficult one, but it is important that you pay close attention and follow all directions to the letter. Failing to follow all directions closely and completely can unfortunately result in what is known as a "brick."  Essentially this means that your router is reduced to junk and you will unable to use it anymore, requiring a replacement.

Find the Linux distribution that you want to use. The most common is a program called DD-WRT, it is definitely the most famous when it comes to firmware replacements. There are other programs that you can use as well, including one that is simply known as Tomato. When you choose the one that you plan to use, the next thing to do is to read and to comprehend the instructions. You must have a complete and thorough understanding of what you need to do in order to replace your router’s firmware with this Linux distribution, otherwise you are likely to run into a whole myriad of different errors and problems along the way.

When it doubt, ask for help. There is nothing wrong with getting a little technical help if it means preventing your router from becoming a paperweight.

Enhanced by Zemanta

Easier Web Development with the Open Source LAMP Platform

Conceptual Map of the FLOSS (Free/Libre Open S...
Image via Wikipedia

Current age is the age of the Internet. With increasing number of websites on the Internet, everything is finding its presence on the Internet. Ease of building websites of any level of complexity has been increased due to various developments in the technology. Open source software has contributed to the great extent towards the immense ease of designing, developing, deploying and hosting of the websites in minimum time and in almost zero cost. The LAMP (Linux Apache MySQL PHP) platform is one of such combinations of open source software that has been behind the success of countless website currently present on the Internet.
The LAMP platform is a collection of four components that make it a perfect match for development and hosting of a variety of kinds of dynamic and static websites. Linux being the server operating system runs the Apache web server. This combination is sufficient to host most static websites. For running the dynamic websites, Apache web server is installed on the Linux based server machine with PHP and MySQL extensions configured.
In order to develop and run a dynamic website, PHP server side scripting language is used. It is often used along with MySQL database server, which is a powerful database management system capable of handing enterprise level database transactions. These four technology components form the LAMP platform, which is sufficient to host and run dynamic as well as static sites.
Evolution of open source software has allowed developers from all over the world to contribute to the development of other several open source software, such as CMS’s, shopping carts, e-commerce based applications, albums and galleries, product catalogs etc. These open source software can be hosted on the LAMP platform and can be directly installed and used even by the people with less or no programming experience. No wonder why millions of sites today are making use of custom-built and ready to use software for running on the LAMP server. Other platforms such as Windows based IIS servers are far behind than LAMP as far as the market share is concerned.