Blog Archives

Rapidshare Remove Timelimit for Downloading

Here we can Learn ,

How to remove Time limit for Rapidshare Downloading?
so Follow these instruction Carefully 
Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. To get around this, you need to show the rapidshare server, a different IP address. You can do this one of multiple ways.

Requesting a new IP address from your ISP server.
Here’s how to do it in windows:
1. Click Start
2. Click run
3. In the run box type cmd.exe and click OK
4. When the command prompt opens type the following. ENTER after each new line.

ipconfig /flushdns
ipconfig /release
ipconfig /renew
exit

5. Erase your cookies in whatever browser you are using.
6. Try the rapidshare download again.
Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.

How to resolve the unresponsive Dell Inspiron Touchpad or Mouse? | Digital Life – http://www.cubesquare.co.cc


D
ell Inspiron laptops and desktops have reached every household in the recent times. Are these systems free of errors? Certainly not. Issues have been detected with the touchpad or the mouse. It can become unresponsive, if you have corrupted driver setting. This issue can bug you, if you do not fix it on time. Proper troubleshooting methods are offered by the Dell Support experts. Seek their assistance right away!

Do you think that you have to get a new laptop or mouse? However, this is not the case always. A newly up-to-date driver is the ideal solution to regain the normal functioning of your touchpad or mouse. Here are the steps for you. Follow the steps and recover your lost settings easily.

 Don’t think that you can use this method only once. Try it again and again, if required.

Step 1 : Browse to “driversdr.com/dell/index.php?id=madldr1“. Once you have navigated, install Driver Navigator after downloading.
Step 2 : Open up the Driver Navigator and click on “scan now”. Wait for a few minutes. This program will recommend you certain drivers suitable for your purpose. Once you get the drivers, choose “update drivers”.
Step 3 : Once you have done all these, restart your Dell Inpsiron laptop or desktop. Your touchpad or mouse is sure to work in its normal way, if you are successfully in troubleshooting the issue.

Realtek ALC650/ALC655 AC97 Audio A3.52 driver download

 

Model: ALC650/ALC655 AC97 Audio A3.52
Vendor: Realtek
Category: Sound Card
OS: Windows 95/98/ME/NT/2000/XP
Download UpdateMyDrivers to get the most current drivers for your computer.
Download

Changing World Sunlight Map For Ubuntu Desktop | Digital Life – http://www.cubesquare.co.cc

Based on some cool php magic this site associates an earth static map with dynamic clouds extracted from official free sites. Now comes the interesting part : you have at your disposal an auto updatable picture link with the url : http://static.die.net/earth/mercator/1600.jpg.

The next obvious step would be to create a cool changing desktop with this interesting picture. Before I sink my teeth into it let me explain some of the shell commands to you.

We will use :
sudo apt-get install imagemagick
sudo apt-get install gnome-schedule

Imagemagick is to crop/resize the picture and Gnome-schedule is to automate the update process so install them is they are not allready on your system.

How to crop and image : 640×440 is the crop size; 500/100 is the left corner pixels position.

convert -crop 640×440+500+100 picture.jpg new_picture.jpg

How to resize an image

convert -resize 150% -quality 100 picture.jpg new_picture.jpg

Next you can setup gnome-schedule to execute a command every 1 hour using the command

wget -r -N http://static.die.net/earth/mercator/1600.jpg

The file will be downloaded to your home directory in the folder /earth/mercator

My advice would be to run multiple commands at the same time so for exemple if you want to have only a picture with europe you can use :

wget -r -N http://static.die.net/earth/mercator/1600.jpg ; convert -crop 640×440+500+100 picture.jpg new_picture.jpg;convert -resize 150% -quality 100 new_picture.jpg picture.jpg

Now , you can setup the picture for your desktop by selecting this file. You are all set , every hour the picture will be downloaded and the background will change at the same time.

Install Ubuntu on a Laptop | Digital Life – http://www.cubesquare.co.cc

A System76 laptop displays the Ubuntu Edgy log...

If you want to install your favourite flavour of Ubuntu on a Laptop/Notebook the biggest and single problem is the right drivers. Ubuntu evolved a lot in recent years but the lack of support from the hardware giants makes it harder for the community to implement generic or specific drivers for your hardware.

The best place to find information about the right drivers and the steps you need to take to install your : video card, network card, sound or other peripheral devices can be found on this site : Linux on Laptops.

After testing 3 laptop models I can confirm the information is very useful and can dramatically decrease your drivers installation time.

Note : for people interested in installing an XP driver for a network card in Ubuntu we have prepared a great HOW TO.

Ubuntu Intrepid – non standard repositories

After you’ve used Ubuntu for a while you gone understand that not all the default applications are updated to the last version. There is a good reason for this : Ubuntu launches a new OS version every six months and in that time, the team tests and looks for any integration errors.

However, if there are some new,cool updates you want for your applications then you need to risk a little and install it directly from the owner site. You can do this using a lot of GUI applications but the best and simple way is by using the command line.

The following list is added at the end of my repository file.

#MY REPOS
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb http://ppa.launchpad.net/do-core/ppa/ubuntu intrepid main
deb http://ppa.launchpad.net/deluge-team/ubuntu intrepid main
deb http://dl.google.com/linux/deb/ stable non-free #Google
deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ

#My keys
#OpenOffice – http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x60D11217247D1CFF
#Gnome-DO – http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x28A8205077558DD0
#Deluge – http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xC5E6A5ED249AD24C
#Google – https://dl-ssl.google.com/linux/linux_signing_key.pub
#WineHQ – http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg

In order to edit this file you need to run this command : sudo gedit /etc/apt/sources.list. When the text editor opens you can copy paste the content I just showed you.

Now, Ubuntu has the path set, and will search it for new updates. To be safe an extra step is needed : to add the permissions for each of the link. To do so , the best way is to open in the browser the links at the end. You go to that site , copy paste the key in a text file one by one. After each new key you have to use a simple GUI interface to add it to your system. System->Administration->Software Source. Select the text file and you’re done.

To update your software list : sudo apt-get update
To update the software on your computer : sudo apt-get upgrade

If you did this steps you should not have any error displayed.
The link to the keys might change in the future and you have to search it again or just visit this blog and see posted updates.

Curios Case of Linux Apps – April 2009

In the past, I presented a list with what I like to consider the best Linux Apps that work in the Ubuntu distribution. But in time I figure out that a single application might not be the swiss knife I once though of. So the list has to be constantly updated and like always I’m open to discussions and alternatives.

  • 01.Internet Brower – Firefox [XUL]
  • 02.File manager – Krusader [KDE]
  • 03.Instant messager – Pidgin [XUL]
  • 04.Music Player – GmusicBrowser [sort by date]
  • 05.Quick Music Player – Audacious [listen quick]
  • 06.Radio Player – SongBird [XUL]
  • 07.Torrent Client – Deluge [Gnome]
  • 08.SSH client – Putty
  • 09.Terminal application – Yakuake
  • 10.Rapidshare download – Tucan
  • 11.Mysql GUI – Wine + HeidiSQL
  • 12.Online file storage – DropBox
  • 13.Archive Manager – File Roller [Gnome]
  • 15.Image editor – Gimp
  • 16.Image brower – GwenView [KDE]
  • 17. DC Client – Linux DC++
  • 18. Office Applications – Open Office 3 [Java]
  • 19. Java IDE – Eclipse
  • 20. PHP IDE – KrViewer [KDE]
  • 21.Movie editor – Cinelerra
  • 22.Cd/Dvd Burner – K3B [ KDE]
  • 23. Movie Player – SmPlayer [Gnome]
  • 24.Clipboard Enhancer – Klipper [KDE]
  • 25. HTML Editor – Quanta Plus [KDE]
  • 26. SVN Client – KDEsvn [KDE]
  • 27. Application launcher – Gnome-DO [Gnome]
  • 28. FTP client – Filezilla [wxWidgets]
  • 29. 3D Modelling – Google Sketchup + Wine\
  • 30. Mp3 Tagger – EasyTag
  • 31. Mp3 Editor – Audacity
  • 32. Phone as Remote – Ganyremote
  • 33. Firewall – Firestarter
  • 34. Network sniffer – Wireshark
  • 35. Video Rss Reader – Miro
Extra
  • Bluetooth Manager – BlueMan
  • Network Manager – Wicd

Tip of the day : use repositories to be up to date with the latest releases.