Linux Contest - WIN FREE HOSTING
November 30, 2007

How to join on Linux Contest?
1. You must have a blog or website with at least 6 months of life and 20 posts.
2. You must review Smoking Linux and Linux Contest with an article in your blog or website.
3. Review must be at least 200 words long and linked on www.smokinglinux.com and contest post.
4. Review can be positive, negative and neutral but its content will must be genuine and unique.
5. Blog or WebSite with warez content aren’t allowed.
6. You must join on smokinglinux forum and post your site’s details.
7. You must wirte an Article or HowTo based on Linux and post it on smokinglinux forum (content must be in english)
8. You can make review in every language (Dutch, English, Italian, French, Spanish…)
Play your Windows Games with Wine and DirectX
November 27, 2007
Microsoft DirectX is a collection of libraries for game programming. With Runtime installed on your Windows Desktop you can run the most important commercial games. On linux you can't have DirectX installed natively as part of system and there isn't a Linux Binary versione of it. So, you can't run windows games on Linux. To have DirectX games on your Linux you can try Wine. Wine (wine is not emulator) is a wrapper of windows libraries, so you can use windows software on your Linux Desktop. Many of windows software don't run on Linux with Wine, but you can try particular configuration of Wine to see if you can run your favorite windows game or software. To install a Windows Game on Linux you have to install and configure DirectX on wine. This tutorial explain how to install DirectX.
Free CSS Editor Software for Linux and Ubuntu Gutsy
November 18, 2007
There are many CSS editors for Linux. Every of this software has particular features. Normally you can use a simple text editor to do a good CSS code for your web projects, but certainly a CSS editor could help you to do a beatiful CSS code.
Quanta as a Linux CSS Editor
Quanta Plus is an HTML and CSS editor. You can use it for HTML editing but also you could use it for CSS editing. You can find a color picker inside Quanta Plus to choose the colors for your CSS links or background and much more. Quanta is a good choice especially if you run KDE as Desktop Environment.
sudo apt-get install quanta (on Ubuntu Gutsy)
HowTo - Batch Image Resize on Linux
November 16, 2007
Suppose you want resize every your photos to put it on web. As you know, you can’t upload your photos on a webpage with the highest resolution because a web gallery became inaccesible and too slow to load. Suppose that you have a folder containing every photos of you holidays and you want resize it at 640 of width mantaining original aspect ratio. To make a resize there are many tools but I suggest a command line tool called “mogrify”. This tool will be installed with ImageMagick Libraries, so you have to install ImageMagick on you Linux.









