Problem with Cygwin Make
February 20, 2007
Two days ago, I faced a problem while building project on eclipse, I never faced this problem before when I was working at SySDSoft. each time I try to build the project, I got an error saying “Multiple patterns” and building doesn’t even start. it took about 3 days trying to fix this error.
Finally, I found the solution. the problem is not in the tree, the problem was in the Cygwin make command. I downloaded the recent cygwin and installed it on my PC, which contained make v3.81. This version of make doesn’t support some features that is required in some projects, and hence, it gave me error in executing makefiles, I downloaded make v3.80 and it works successfully with me.
Migration Assistance
February 14, 2007
This tool is designed to transfer an existing account settings to the newly installed Linux. this will be useful if u r migrating from Windows to Linux, u will make no effort. Articles say that this version is for ubunutu
WARNING
Still in the early development phase
check it out at: https://blueprints.launchpad.net/ubuntu/+spec/migration-assistance
Yahoo Pipes
February 11, 2007

There has been lots of buzz around Yahoo and their newly launched Pipes beta. So what is it? Plain and simple, it’s an interactive feed aggregator and manipulator. Pipes can be used to create RSS feeds that are a lot more useful and powerful than any other feed reader. Pipes is a Yahoo!-hosted service that enables the user to remix feeds that create data mashups with a visual approach. The Pipes tool allows users that have basically no skills or technical experience with web data to combine sources and develop new web services that they can share with others. With the tool, users connect pipe segments, like Yahoo! searches, Flickr feeds, and Google Base items, creating a complex application within minutes. Tutorials on how to use Pipes are currently not online, but are expected to be in a few days. There is a Yahoo! discussion forum open to users that wish to discuss Pipes with other early adopters.
check the new service at: pipes.yahoo.com
Firefox Split Browser
February 10, 2007
Firefox only: Open multiple windows within each tab with Split Browser, a new Firefox extension.
Once installed, you simply right-click, select “Split Browser to” from the context menu, and then choose a direction: above, below, left or right. Each new window is like a mini browser, complete with its own address bar and navigation controls. You can drag links into any of the windows and even move windows around. However, there’s one rather annoying glitch: When you load a favorite, it appears only in the original window, not the window that last had focus.
Even so, this comes in really handy if you want to keep certain snippets of information visible at all times, like an eBay auction or a calendar. It’s an especially great way to take advantage of those widescreen monitors, which have all that extra screen estate. Split Browser is free and works wherever Firefox does. — Rick Broida
Launchy
February 10, 2007
Windows only: Open source application Launchy is a quick, lightweight application launcher (and then some).
We’ve covered Launchy in the past, but they’ve since added a few very useful features and recently updated to an even 1.0 release. Yesterday, I poo-pooed Enso and it’s high price, claiming that other app launchers, in particular Launchy, are just as good, if not better. Launchy 1.0 is better.
The new release has added support for plug-ins, which bring lots of nifty new functions to Launchy. The most notable (pre-installed) plug-ins are:
- Web search: has searches for Google, Wikipedia, Amazon, and more built-in. To search Google, for example, hit Alt-Space to invoke Launchy, then start typing goo… until you have a match, hit Tab, then type your search terms.
- Firefox: indexes all your Firefox bookmarks, including keyword searches that work just like the default web searches above.
- Explorer navigation: Type c:, hit Tab, and you’ll see the folders below
C:\. You can continue to do this as you navigate through your file system. You can even use shortcuts likemy doc...+ Tab to jump right into your My Documents folder. - Calculator: Simple math can be performed right inside Launchy. Just type it in and instantly see the results.
As you can see, you don’t need to shell out any cash to get all kinds of great functionality out of what is primarily an app launcher. You done good, Launchy – real good. Launchy is free, Windows only. — Adam Pash
ImgBurn
February 10, 2007
Windows only: Free utility ImgBurn writes any disk image to a CD or DVD quickly and easily.
I’d previously recommended ISO Recorder for this task, but ISO Recorder only supports DVDs on Vista and it only burns .iso images. Aside from DVD support across the board, ImgBurn can handle other disk images types, and it’s the tool used in DVD Flick, which I’ve been very happy with. ImgBurn is free, Windows only. — Adam Pash
sTabLauncher
February 10, 2007
Windows only: Freeware app sTabLauncher adds a customizable, tabbed dock to your Windows desktop.
Similar to your Quicklaunch bar or Mac OS X’s Dock, sTabLauncher is sort of a shelf for applications, files, and folders. You can arrange your items in customizable, skinnable tabs, and adding a new tab or item to a tab is very simple. sTabLauncher is an unobtrusive alternative to the Windows Quicklaunch bar. If you’re looking for a different way to launch apps and other favorites, and keyboard launchers like Launchy aren’t for you, this could be what you’re looking for. sTabLauncher is freeware, Windows only, requires .NET 2.0.
download from: http://www.stablauncher.com/
Symantec Removal Tool
February 10, 2007
Use the Norton Removal Tool to remove a failed installation or a damaged Norton product.
download this tool from:
http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2005033108162039
BitThief Torrent Client
February 9, 2007
BitThief is a BitTorrent client developed by the Computer Engineering and Networks Laboratory in Zurich that manages to download torrents without uploading. Overall the downloads rates are a bit slower than with other clients, but on well-seeded torrents the performance of BitThief is comparable to any other client.
BitThief is based on the mainline client and Azureus, and is written in Java. The client uses some simple alterations that make it possible to download torrents without uploading. It constantly pretends to be a newly arrived peer that doesn’t have anything to offer itself.
Additionally, the client re-announces itself many times during the start of the download, and it ignores the 30 minute announce interval. The goal is to establish as much connections with other peers as possible. BitThief then exploits other peers, and opens up a lot of simultaneous connections, 500, compared to 80 on default by the mainline client. One of the downfalls of this aggressive approach is that it will instantly crash a lot of routers. It took less than 4 seconds before my router gave up when I attempted to download a popular Ubuntu release.
more info at: http://dcg.ethz.ch/projects/bitthief/
download from: http://dcg.ethz.ch/projects/bitthief/download.php
Mount an ISO image to folder
February 5, 2007
First, create a folder that will be used with the ISO image
sudo mkdir /media/iso
Now, mount the image:
sudo mount -t iso9660 -o loop filename.iso /media/iso