Its like a small poem ain’t it
1.Make free space in Hard Disk.
2.Boot live cd .
3.Click install ,next until end ,check use the largest continuous free space.
You are done done
November 28, 2008
Its like a small poem ain’t it
1.Make free space in Hard Disk.
2.Boot live cd .
3.Click install ,next until end ,check use the largest continuous free space.
You are done done
November 28, 2008
Using Gobby is easy: just create a session, then other writers may connect to your host and subscribe to any publicly available documents in the Document List dialog, and/or create a new shared document. Files are opened in tabs in the main window, so that the user can edit them simultaneously. Any user can contribute with his own set of files to the pool of shared files, just like the session owner, and anyone can save a local copy of them.
Ubuntu founder Mark Shuttleworth told us he uses it , why not you
??
To get it you need to just type the famous lines in your terminal : sudo apt-get install gobby
You will then find Gobby in ,Application>>Internet .
November 28, 2008
You can do all that you were doing in PhotoShop , for free !! in GIMP
{GIMP} GNU Image Manipulation Program. It is a freely distributed piece of software suitable for such tasks as photo retouching, image composition and image authoring. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, a image format converter, etc.
{click to see large size image}
To install the latest you just need to click :
http://cesium.di.uminho.pt/pub/getdeb/ubuntu/intrepid/gi/gimp_2.6.3-1~getdeb1_i386.deb
November 28, 2008
Its like a small poem ain’t it
1.Make free space in Hard Disk.
2.Boot live cd .
3.Click install ,next until end ,check use the largest continuous free space.
You are done done
November 28, 2008
Using Gobby is easy: just create a session, then other writers may connect to your host and subscribe to any publicly available documents in the Document List dialog, and/or create a new shared document. Files are opened in tabs in the main window, so that the user can edit them simultaneously. Any user can contribute with his own set of files to the pool of shared files, just like the session owner, and anyone can save a local copy of them.
Ubuntu founder Mark Shuttleworth told us he uses it , why not you
??
To get it you need to just type the famous lines in your terminal : sudo apt-get install gobby
You will then find Gobby in ,Application>>Internet .
November 28, 2008
You can do all that you were doing in PhotoShop , for free !! in GIMP
{GIMP} GNU Image Manipulation Program. It is a freely distributed piece of software suitable for such tasks as photo retouching, image composition and image authoring. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, a image format converter, etc.
{click to see large size image}
To install the latest you just need to click :
http://cesium.di.uminho.pt/pub/getdeb/ubuntu/intrepid/gi/gimp_2.6.3-1~getdeb1_i386.deb
November 27, 2008
Application that downloads YouTube videos, then encodes them by using FFmpeg. PyTube offers a thumbnail preview of the online videos you import and arranges them in a drop-down list.
GUI for various command-line tools such as ffmpeg and others. It allows you to resize, rotate, apply an external mp3 into a video, generate a 10 to 30 seconds mp3 ring tone !!
All you need to do is install this : http://neacm.fe.up.pt/pub/getdeb/ubuntu/hardy/py/pytube_0.0.11.4~getdeb1_all.deb
November 27, 2008
Why do we buy iTunes ??!! When we have some as good as it for free !
Floola is freely distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Manage Music, Videos, Podcast and Photos all in one simple app, anywhere on any computer.
Download it from here http://www.floola.com/download/click.php?action=go&to=lin

Installation :
Floola relies on libstdc++5. To install it (under Ubuntu) type sudo apt-get install libstdc++5 via terminal. To enable playback you’ll need either gstreamer or lib xine to be installed. If both are installed gstreamer will be used.
To start Floola, just double click on application icon or from console type ./Floola. If it still doesn’t start, make sure it has correct permissions typing chmod +x Floola via terminal from the folder where you extracted Floola.
November 27, 2008
Playdeb, helps you to play loads and loads of games
Download and install updated apturl package then,install the playdeb package
And the list of games is like this
click on them to install)
November 27, 2008
Skype audio not working
, i know it’s too bad if one of the only few good VoIP provides for Linux in {not}Working , i did this to slove that :
sudo killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
sudo rm /etc/X11/Xsession.d/70pulseaudio{if not working}
{ sudo apt-get install pulseaudio} then,1. Run this command to add the source:
CODEecho “deb http://ppa.launchpad.net/alsa-backports/ubuntu hardy main” | sudo tee /etc/apt/sources.list.d/alsa-backports.list
2. Update software repositories list:
CODEsudo apt-get update
3. Perform a full system upgrade.
CODEsudo apt-get dist-upgrade
Alternatively, this should work too:
CODEsudo apt-get upgrade