Archive for January, 2008

Nokia, the giant mobile phone maker based in Finland has purchased Trolltech, a Norwegian software company for $153.3 million.

Trolltech, formerly known as Quasar Technologies is a computer software company from Oslo, Norway. They are best known for their flagship product which is Qt, a multi-platform C++ Graphical User Interfaces (GUI) framework which also includes packages such as data structures and a networking library. The popular KDE desktop used in Linux is built using the Qt library. Trolltech’s product is also used by other popular softwares like Skype, Google Earth and Adobe’s Photoshop Elements.

The acquisition is a good news for all Linux and Open-Source enthusiasts since we can look forward to better cell phones and devices from Nokia using a slick user interface powered by the Qt library.

You can read the press release from Trolltech’s website and the joint statement (PDF) by Nokia and Trolltech CEOs to the KDE and Open-Source community.

I’m pretty sure that the acquisition is Nokia’s answer to Google’s Project Android.

:D

Popularity: 1% [?]

Lintube is a beta project that will offer Linux and OSS-related videos, user registration will become available in two weeks.

:D

Popularity: 1% [?]

If you are new to Linux, finding files via “Command Line Interface” (CLI) is different from browsing them through a desktop file browser. Fortunately, there is a Linux command called ‘find’ that helps you find the files you are looking for. The command comes with different options you can use to easily find the files you are looking for.

The purpose of this blog post is to introduce new Linux users to the command find. Below is the default syntax of this command:

find [path] [expression]

Where path is the folder (directory) where the command will start looking for files (including all directories inside) and expression is the expression matching the files we have to find.

Examples:

1.) Finding files based on their file extensions.
You can use the command below if you want to search for all .jpg files in /root directory:

# find /root -name ‘*.jpg’

Use the command below if you want to search for all .php and .jpg files in /root directory:

# find /root -name ‘*.php’ -o -name ‘*.jpg’

If you are expecting a case sensitive results then you can use the -iname switch:

# find /home -iname ‘*.php’ -o -iname ‘*.jpg’

2.) Adding more search criteria:

The example commands we used above might display a lot of files on your screen, making it a bit hard for you to locate the files you are looking for. But that is not a problem, you can narrow down your search by adding more criteria like file size and file modification date.

Use the command below if you want to find .jpg files bigger than 3MB in /root directory:

# find /root/ -name ‘*.jpg’ -a -size +3M

You can still narrow down your search by adding the file modification date.Use the command below if you want to search for .jpg files bigger than 3MB and were modified less than 9 days ago in /root directory:

# find /root/ -name ‘*.jpg’ -a -size +3M -mtime -9

3.) Adding actions to the search results.

Now that you know the basic on how to find files using the find command, the next step is to add actions to the result of the find command that you used. Action can be done using the -exec switch.

Based on the example we used above, it is easy for us to find all .jpg files larger than 3MB and modified less than 9 days ago in the /root folder. You might want to move the results of the command to folder /home/dumbuser/ folder. You can use the command below to achieve this:

# find /home/ -name ‘*.jpg’ -a -size +3M -mtime -9 -exec mv ‘{}’ /home/dumbuser/ \;

Please take note of the ‘{}’ and \;
NOTE: there is a space before \;

The ‘{}’
matches the file that was found
The \; terminate the exec statement.

:D

Popularity: 1% [?]

KDE 4 on Windows

With less than a month after KDE 4.0 has been released, the Windows port of KDE 4.0 is now functional. You can now install some KDE 4.0 applications on your Windows 2000,Windows XP and Windows 2003 machines. Sorry Microsoft Vista folks, your OS is not yet supported. To install KDE 4.0 applications, you will be needing an installer, an application which collects the required packages including package dependencies from a remote repository and installs them to your Windows machine, making the installation more user friendly.

Right now, a number of applications such as the KDE games, KWrite, Konqueror, Dolphin file manager are working properly in most installations. However, most other softwares are still buggy, some are and eating up a lot of memory. The good news is that these problems are sure to be ironed out soon. KDE on Windows is mostly in an alpha state, so if you are interested in helping to get some of your favourite KDE applications working properly on Windows, you may write down the bugs you encountered and report them here.KDE 4 on Windows currently support two compilers namely Mingw and Microsoft Visual C++. Since Qt 4 is truly a cross platform library and KDE 4 being built using Qt 4, it is only a matter of time before you see people using KDE applications on Windows.

If you would like to try installing KDE 4.0 applications on your Windows machine, you can go to the step by step installation here.

Popularity: 1% [?]

For two years in a row, Fortune has named Internet search engine giant Google (NASDAQ: GOOG) as the best company to work for in the United States.

Please see complete report below:

New York (PTI): For the second year in a row, Internet search engine giant Google has been named as the best company to work for in America by Fortune magazine.

Google has topped the latest list of ‘100 Best American Companies to Work for’ followed by online mortgage lender Quicken Loans and store chain Wegmans Food Markets in the second and third positions, respectively.

“Back in our No.1 spot, Google continued to mint millionaires as the stock cracked 700 dollars. It gives stock options to 99 per cent of employees,” the magazine said.

Interestingly, in last year’s list of best companies to work for in America, Quicken Loans was ranked at the 17th position whereas Wegmans Food Markets was at the third place itself.

Other leading names in the list include Cisco Systems, Starbucks Coffee, Adobe Systems, Ernst & Young, Goldman Sachs, Microsoft, Pricewaterhouse Coopers, Procter & Gamble, AstraZeneca and Nike.

Microsoft slipped to the 86th place in the latest list from 50th position last year.

According to the report, the job growth at Google is down to 60 per cent as compared to 67 per cent in 2007.

Moreover, Quicken Loans had witnessed a steep jump in job growth to 68 per cent this year whereas it was just 19 per cent previous year.

“Ethically driven is what one employee calls the online mortgage lender. It avoided the subprime crisis by sticking with plain-vanilla loans,” noted the magazine report.

The list was jointly prepared by Fortune and consulting firm Great Place to Work Institute after surveying 406 companies. About one lakh employees at these firms responded to queries related to their attitudes about the management’s credibility and job satisfaction, among others.

With Google being on top of the list, people making profits from Google’s present marketing scheme would be a lot happier. This ranking will also give Google’s future products and services like Android and Knol a big boost.

:D

Popularity: 1% [?]

Domain tasting is the practice of registrants to use the five-day “grace period” at the beginning of the registration of an ICANN-regulated generic top level domain to test the domain name’s marketability. This practice is one of the reasons why we are having a hard time finding free domain names suitable for us and our business. Many Adsense publishers are making profits using this practice.

According to reports circulating on the web, Google will stop allowing “domain tasters” to register a domain, put Adsense on it for a couple days to make profits and then drop the domain name before the “five-day period” expires. If this information is correct, Google’s decision could stop all “domain tasting” in its tracks. Without the financial incentive from Adsense, it is likely that these domain tasters will need to revise their strategy to continue making profit from domain tasting.

Popularity: 1% [?]