SVG Polygon –

SVG Polygon – <polygon> The <polygon> element is used to create a graphic that contains at least three sides. Polygons are made of straight lines, and the shape is “closed” (all the lines connect up). Polygon comes from Greek. “Poly” means “many” and “gon” means “angle”. Example 1: <!DOCTYPE html> <html> <body> <svg height=”210″ width=”500″> … Read more

Installing Windows Applications with Wine

Thousands of free applications. Ease to install. What if this isn’t enough? What if you just need that Windows application to do some special task? As with everything in Ubuntu, there’s a solution for that. The solution is Wine. Wine (a recursive acronym meaning “Wine Is Not an Emulator”) is a software layer capable of … Read more

Managing Software Updates

As important as installing software is keeping it up-to-date, to avoid security breaches and to take full advantage of new functionality as it is added. Ubuntu can automatically take notice of software that has been updated in the repositories or software sources it knows, and lets you choose your course of action. This is configured … Read more

Adding Software Sources

Other sources of software available for Ubuntu are out there that you might need or like to set up. You can access them using the Other Software tab in the Software Sources tool, shown in Figure. Figure . The Other Software tab at the Software Sources tool By default you will see the Canonical partner … Read more