Author Archives: arun - Page 2

Get ready for Next-Gen Controller free gaming with Project Natal

Xbox 360 . Controller Free Gaming . Project Natal

Don’t hesitate to play just because you are not familiar with your controllers. Do you have the real life experience in doing the same? Then that would be more than enough when the new revolutionary gaming technology codenamed Project NATAL is released by Microsoft. So rather than just playing FIFA with your controllers you could just get on to the field and start dribbling with your ball.

When Tom Cruise aka John Anderton in the Minority Report used a computer by waving his hands in the air, the world never expected the creator behind this film Steven Spielberg has really got to do something with the new Controller Free Gaming. Now when Project Natal has been announced by Microsoft, reports have been confirmed that Steven Spielberg is being a part of it.

The Next-Gen Controller Gaming Experience to be offered by Microsoft for Xbox 360 video game  platform. With Project Natal *addons* to your Xbox 360, you can just Fire at your enemy or Kick the ball without the need to touch the controllers. So it has got voice recognition, 3D motion capture and face recognition made possible with no hand held conrollers or wires. To be released as Christmas present for the Gamers from Microsoft, it has been one of the most widely awaited products of Microsoft. Steven Spielberg did meant it when he was quoted saying “This is a pivotal moment that will carry with it a wave of change, the ripples of which will reach far beyond video games”.

Ubisoft, Activision Blizzard, Bethesda Softworks, Disney Interactive, Electronic Arts are just a few among the Top Game Creators who account for more than 70 percent of third-party software sales has accorded their support for this revolutionary gaming Technology.

For more updates regarding Project Natal check out http://www.projectnatalgamer.com/

Easily finding the Linux alternatives of favorite WINDOWS softwares for the newbie Open Source guys

For all the freedom loving computer users it has become even more tempting to shift to the Open Source Computing with the latest high-end distros released with performance at par with the Windows Operating System and sometimes even more better with increased Security Options and Performance Charts. Also for many commercial groups struck by the Economic Meltdown this would be a cheaper option when each penny in the budget counts.

For these enlightened ones the major reason for stepping back is the difficulty in finding suitable alternatives for their favourite Linux applications. The web has made their search even more easier with many websites providing free search engine for finding the best alternatives of their favourite applications. Though the migration would definitely require time and patience, when compared with the large sum they spend for the User Licenses, this would turn out to be a wiser option.

Here are a few websites which provide the Open Sources alternatives of Windows applications at finger tips.

1. Osalt.com
This website gives you not just the alternate option for you but assists you in knowing about other siblings of the same category. This website even provides a comparison of a jack-on-both side.

2. Linux App finder
This communtiy website provides is not just for Windows users but even MAC OS X fans can use this as their guide for shifting to Open Source.

3. The Linux Alternative Project
This is yet another website for the same purpose specified above.

Install Softwares in Ubuntu 9.10 without internet connection

Weeks ago when I was trying to setup Ubuntu in my pc for the first time, installing new software you need in your new pc would be a impossible process without internet or any Repository DVDs. I managed to get a few resources from net and here I will explain it as a step by step procedure. First you should have another computer which is well connected to the internet or you should have an APTonCD created by someone. Once you install the required softwares with the help of internet connected PC, you could backup all the packages into a CD for using next time.

  • Generating List of required files to be downloaded.

After you have installed Ubuntu in your system, you will definetely need files to keep it updated. First of all you have to generate the list of files to be downloaded. You use the following command for generating the required files list.

sudo apt-get update -qq –print-uris |cut -d’ -f 2 > filelist.txt

This will generate a text file filelist.txt with all the essential update files to be downloaded.

Now if you want any specific softwares to installed like APTonCD you would need more files to be downloaded. To get the additional files to be downloaded use the following command

apt-get -qq –print-uris install ***packagename*** | cut -d’ -f2 >filelist2.txt

Move both filelist.txt and filelist2.txt into a removable media like pen drive.

  • Downloading the required files to be downloaded.

In the computer with internet connection create a folder called files in the desktop.
Copy the two text files into that folder.
Move to the folder with the following command in terminal

cd Desktop/files
wget -i filelist.txt -x
wget -i filelist2.txt -x

Now you will have all your required files downloaded to the new folder in separate directories. Also keep the two text files inside the pen drive itself.

  • Final installation process

Now move the files to the computer in which the new software are to be installed. Now you will have to open the file manager with root privileges to copy files into the root directory.

Press Alt+F2

In the popup window type

gksudo nautilus

Copy the folder into the root directory. You can move into the root directory by clicking the tab with the symbol of a harddisk in the upper part.

Now using the same file manager window move to ‘etc’ folder in root directory.
Now locate the sources.list found in ‘apt’ directory in ‘etc’./etc/apt/sources.list

Make a duplicate copy of that file and name it “sources.list.cpy” (right-click on the file, copy, and then paste). This is just a safety precaution in-case something goes wrong.

Now right-click the file sources.list and select “Open gedit” or any other text editor

Now add all the contents of filelist2.txt at the end of sources.list
Now using the Replace option under the Search menu in gedit replace all http:/ on that file with file:/files

Ubuntu

Next everything will be over with

sudo apt-get update

Download Youtube Videos in Ubuntu Linux the easiest way

If you are using a linux based operating system like Ubuntu, literally downloading the youtube videos is as easy as just watching it. I mean it when I said it. Anyway here I explain the best and the easiest options I found in downloading the youtube videos.

1.Just Watch the video.
One thing you would have rarely noticed is that when a video is buffered completely in Youtube, a copy of that video is saved in /tmp directory. So after watching the video make sure the you do not close or change the page in the browser. After the video is streamed fully in the browser just move to the /tmp directory and you can find a .flv file with name beginning with Flash*. Just copy that file into your desktop and it’s done. This is not the case with just youtube videos but any flash videos on net can be downloaded this way.

2.Command Line way.
If are comfortable with using command line, this way is for you. Youtube-dl is a Python script, which  can run under Linux, Mac OS X, or Windows platforms as long a latest version of python is installed. For installing the script in Ubuntu just type

sudo apt-get install youtube-dl

Now for downloading a youtube video, in the terminal type

youtube-dl **video page url***

There are also a number of options available for you with this python script. You can view this by typing

youtube-dl –help

Options:
-h, –help            print this help text and exit
-v, –version         print program version and exit
-u USERNAME, –username=USERNAME
account username
-p PASSWORD, –password=PASSWORD
account password
-o FILE, –output=FILE
output video file name
-q, –quiet           activates quiet mode
-s, –simulate        do not download video
-t, –title           use title in file name
-l, –literal         use literal title in file name
-n, –netrc           use .netrc authentication data
-g, –get-url         print final video URL only
-2, –title-too       used with -g, print title too
-f FORMAT, –format=FORMAT
append &fmt=FORMAT to the URL
-b, –best-quality    alias for -f 18

3. Grabber websites.
There are many websites like keepvid.com which allow users to download the youtube video by entering the url. But in many cases I have found this way do not work well.

4.Firefox plugins
If you are a Mozilla Firefox user there are a number of plugins which automatically detect any flash videos being played in the page. It need not be a ‘you’ tube page. This supports most of the other favourite websites. The below are just a few to name.

1-Click YouTube Video Download

Download Flash and Video

Flash Video Downloader

Fast YouTube Download

This is way I personally follow :)

How to add GUI for your applications?

When do you think you are ready for creating your own application? You have to be good enough with coding but obviously that is not enough. The applications which you are creating for your targeted users, be it commercially or just for fun sake, need not be professional coders but are mere end users. The users want the developers to build applications that meet their needs and also help with it the easiest way. You needn’t be an artist for creating the best interfaces but should be able to deliver what the users want the easiest way.

GTK and Qt ,the same toolkits behind GNOME and KDE, are the best graphical toolkits fit for this job. Providing the same functionality they have their own advantages and disadvantages.

The GTK+ toolkit, otherwise known as the GIMP toolkit is coded in C but has got bindings for just all of the favourite languages programmers speak nowadays. Ruby-gtk2, PyGTK, Gtk# are just a few to name. The GNOME desktop utilities are built on GTK+ libraries. The popular music player – Banshee, Photo Organizer – F-spot, Evolution – official personal information manager and workgroup information management tool for GNOME, popular IM client – Pidgin are just a few of the popular Linux Based applications built with GTK+ libraries and it’s various bindings. The code for the interface of your application actually consists of pages of codes but now the coding the interface has been simplified with various tools like Glade for GTK+. These GUI builders help in easily designing the interface without having it code it manually. Glade gives output as what is referred to as a “glade file” which is actually an XML file which describes the heirachy of the widgets comprising the interface. The most interesting aspect of GTK is the GNU LGPL 2.1 which binds it ( not GPL ). This allows development of both free and proprietary software with GTK+ without any license fees or royalties.

Qt is another popular cross-platform application development framework, widely used for the development of GUI programs. Originally released by Trolltech now it’s development is controlled by Nokia’s Qt Development Frameworks division after Nokia’s recent acquisition.Google Earth, KDE, Opera, OPIE, VoxOx, Skype, VLC media player and VirtualBox are a few of the popular applications with Qt. Qt is implemented in C++  and it has got full fledged support libraries  for database manipulation, multimedia operations, OpenGL graphics, scripting, Web-based programming through WebKit and not just GUI construction. Qt comes with a load of developer tools in it’s kitty including Qt Designer GUI designer, Qt Linquist, Qt Assistant and QMake for building and distribution of software packages.

In my next post I will be discussing about getting started in GUI development with GTK and Glade.

Hello World !!

Techie- Blogger has just started blogging. :)

He likes to blog about Open Source and the anything technical that fascinates him . So just subscribe for keeping you updated with latest buzz on web. He is also a Ubuntu Linux user, so you can expect about that too.

Keep Tuned.