Codeweavers offers downloads of its Crossover Games for $39.95 and Crossover Professional for $69.95 but if you apply coupon code "ComeToTheLight" this will drop CrossOver Games to $29.96 And Crossover Professional to $52.46 That's 25% off the normal retail selling price.
Read more »CodeWeavers CrossOver ComeToTheLight sale has been extended
Command Substitution in a Bash Shell Script
Command substitution takes the output of one Linux command and makes it an argument in another command.
Read more »- Login to post comments
How to Autostart a program at bootup in ubuntu Linux
If you want to auto start a program (or script) in ubuntu Linux at bootup by creating a symbolic link to that program (or script)
Read more »- Login to post comments
Best download Manger for Ubuntu Linux - Uget
Uget (formerly urlgfe) is a Free and Open Source download manager written in GTK+ , it has many of features like easy-to-use , cross-platform (Windows & GNU/Linux) , support pause and resume , classify download , every category has an independent configuration
Read more »- Login to post comments
5 New Features in Ubuntu 11.04
On April 2011 , Canonical is going to release the latest avatar of Ubuntu , 11.04,codenamed ‘Natty Narwhal’ .Last release of ubuntu was ubuntu 10.10,codenamed ‘Maverick Meerkat’.There are lots of visible improvement in ubuntu 11.04 Alpha I.Lets see the new changes which are going to happen in ubuntu 11.04.
Read more »- Login to post comments
Speed up Your Mail Server with a Caching-Nameserver
The mail server can increase speed by placing a caching-nameserver on the mail server itself. This provides recursive lookups and a cache for the mail server to work with. The caching-nameserver does not require much resources and is easy to install.
Read more »- Login to post comments
Command Line Basics: head And tail
Today I'm going to show you how to use the head and tail commands to view portions of text files. There are, of course, other commands that can be used to view text files. The cat command can be useful for viewing small text files while more and less can be good for larger files. But what if you're only interested in just the beginning or the end of a file? That's where head and tail come in.
Read more »- Login to post comments
Exercise #3:Using awk with Print and Printf
This third tutorial in the "10 Days of awk" series outlines using print or printf provides options for the output when using awk.
Read more »- Login to post comments
Debian 6 review
Debian 6, aka Squeeze, is the latest major release of Debian, one of the "founding fathers" of Linux distributions. It comes almost exactly two years since Debian 5.0 was released. This article provides a detailed review of one of my favorite Linux distributions.
Read more »- Login to post comments
The Perfect Desktop - Debian Squeeze
This tutorial shows how you can set up a Debian Squeeze desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
Read more »- Login to post comments
How to dual-boot Debian 6 and Windows 7
How to dual-boot Windows 7 and Debian 6 is the latest in the series of articles on dual-booting Windows 7 and Linux and BSD distributions. When attempting to dual-boot Windows and a Linux or BSD distribution, one of the most important decisions you will have to make is where to install the bootloader.
Read more »Exercise #7: Multiple Field Separators
awk allows you to change the fields separators so that you can use on a various kinds of files. You can also use multiple field separators on one file.
Read more »- Login to post comments
Web Development, Better Done On GNU/Linux
"I often tell people that setup, configuration, writing, scripting, and other general development of any website is better done on the same web server, or at least the same operating system, that is installed on the web server that the site is going to be hosted and ran on, rather than developed elsewhere and simply dropped in place later.
Read more »How to watch the Bandwidth Stats by Process using NetHogs in Ubuntu / Debian Linux
NetHogs is a lightweight Linux text-based tool that monitors bandwidth usage, then groups it by process, Network administrators can can see which PIDs are using the most bandwidth, and if necessary, you can kill the process.
Read more »- Login to post comments
Exercise #9: Output/Input Redirection With awk
The Linux utility awk can create output redirection for data you want to save and it can use input redirection from commands or respond interactively with users.
Read more »- Login to post comments