Sunday, October 2, 2016
how to reinstall windows xp in acer aspire one netbook without cd
how to reinstall windows xp in acer aspire one netbook without cd
actually this procedure is just setting to factory your acer aspire one netbook. but at least you will not need any cd.
1. power off your netbook.
2. press power ON, then alt+F10.
3. then you will be presented with the screen asking you to restore to factory settings.
4. click restore factory settings.
5. and the restoring will proceed as shown below.

6. after finish the netbook will continue with a series of reboots (installing drivers).
7. this is the finised product.

note1: this netbook is in arabic, somewhere in the netbooks reboot, it will ask you for the language, here you can choose your preferred language,
and since the owner wants it in english, we change it to english.
note2: this does not need any cd, we use the recovery partition, which is activated when you press Alt+F10.
note3: the good thing here is that you will not need any drivers for the hardware, it will automatically install all the drivers that where previously installed in the netbook, including the wifi, bluetooth, and sound.
note4: another good thing is the windows xp installed is legit and not pirated.
Go to link download
Monday, September 5, 2016
Phone Repair CheMax 10 5 6000 cheats 15000 game cd key
Phone Repair CheMax 10 5 6000 cheats 15000 game cd key

chemax 10.5
CheMax is the single of the most appropriate offline cheat-base for Personal Computer games. The bottom is formed upon ChEaTs module as well as it is entirely rewritten as well as updated. There have been no hints or solutions in the base, usually pristine lie codes, turn codes as well as easter eggs. Current chronicle of CheMax contains cheats for some-more than 5747 games!and 6000 Cheats & 15000 CD diversion keys as well as cheats, comes with the .txt record as well as the module with some-more than 15000 keys. You’ll never run out of cd keys with this.
http://hotfile.com/dl/21039129/f51e03e/Cheats____CD_Keys_For_Various_Games_.rar.html
Source : http://mobilephonerepair.f1v.net/?p=1871
Go to link download
Saturday, September 3, 2016
Creating a gapless disc at once audio CD in Linux
Creating a gapless disc at once audio CD in Linux
1. If youve created a mix in Audacity, follow these instructions for labeling and then exporting the tracks in WAV format
2. Once you have the WAV tracks, run this script to prepare the Table of Contents:
echo "CD_DA" >> toc && for file in *.wav ; do echo "TRACK AUDIO" >> toc; echo "FILE "$file" 0" >> toc; done3. Once the toc file is ready, burn it (at a slower speed for higher quality):
cdrdao write --speed 4 toc
P.S. If you need to create a non-stop gapless CD with a data track, use these instructions.
P.P.S. If you need to create CD-TEXt, use these instructions.
Go to link download