Selasa, 06 Januari 2009

Reinstalling Windows XP to Axioo Pico

Bismillaahirrahmaanirrahiim
A few days ago, here i wrote about how to make usb installer windows or how to reinstall windows using a usb drive such as flash drive or memory card for those who have a notebook without a CD ROM drive like netbook series. Unfortunetly, that way doesn’t work on my Axioo Pico with it’s original Windows XP Home Set Up CD. The set up always ask for a CD ROM drive on. But, Hamdulullah I’ve found another way that works on my Pico and this way is more simple than the first one. Here is my experience step

Preparing:

1. Start with Bismillaahirrahmaanirrahiim
2. Windows XP Home OEM original. Axioo PICO had have it from the manufacture
3. A USB media such as flash drive or memory card minimum space 2 Gb
4. A computer with a CD ROM drive. We need it to compile the Windows XP master
5. A software for compile the Windows XP master called winsetupfromusb.exe. You can download here.

Steps

1. Install WinSetUpFromUSB.exe to your harddrive.
2. Copy the content of Windows XP Home OEM set up CD to a folder in your harddrive. Eg. C:\WinXPHomeUSB
3. Turn on your Flash drive or memory card
4. Run the WinsetUpFromUSB application. Format flash drive/ memory card with the formatter application built in WinSetUpFromUSB. It has two; HP Format and PEToUSB
5. Browse the source of copied Windows XP Home. In this case C:\WinXPHomeUSB
6. Choose the flash drive you are using to accept the compiled windows.
7. Click go to start the compilation
8. In the middle of process there will a pop up. Just click agree. And let it end by itself
9. Done. Your FD/ Memory card ready. Just set the booting from USB or generic card. And now you can start to set up windows from USB flash drive or memory card

Axioo Pico Recovery USB

Bismillaahirrahmaanirrahiim

Bismillaahirrahmaanirrahiim


Beside CD Windows XP Home OEM Original, Axioo Pico also enclose its product with CD Recovery Windows. Just like its CD Windows XP Home OEM, by Winsetupfromusb we can turn the CD Recovery into a USB Media. We can make it concurrently with construction of USB Windows XP Home.


Copy the files of Recovery Windows to a folder in your harddrive. Run the WinSetUpFromUSB.exe. After you insert the copied files of Windows XP Home master and choose the USB Media, check list the box near by Vista/ WinPe/ Recovery ISO then browse the folder of Recovery windows you've copied. Next step is click go and the next running process are as same as the construction of USB Windows XP Home master .

Installing ubuntu on Axioo Pico

Bismillaahirrahmaanirrahiim

We need:

1. a unit computer with windows os
2. a usb media minimum space 1 gb
3. syslinux. you can download here
4. an ubuntu live cd

steps:

1. make folder named syslinux in root eg. D:\
2. extract syslinux you've downloaded into syslinux folder you've made.
3. open command prompt then type cd D:\syslinux\win32 press enter
4. type syslinux -s -m F: (this command make the usb flashdisk/ generic volume bootable, F: adjustable with the usb drive)
5. type xcopy /e /h /k e:\*.* f: (this command will copy all the files in ubuntu cd and paste them into usb flash drive. e:\ is the cd drive f:\ is the usb drive)
6. after all files are copied into flash disc, explore the flash disc. move the files in these folder to root of flash disc. iso linux (all files), casper (vmlinuz & initrd.gz), and install (all files)
7. rename isolinux.cfg to syslinux.cfg
8. edit syslinux.cfg being like this:
DEFAULT vmlinuz
GFXBOOT bootlogo
APPEND file=/cdrom/preseed/ubuntu.seed boot=casper initrd=initrd.gz quiet splash –
LABEL live
menu label ^Try Ubuntu without any change to your computer
kernel vmlinuz
append file=/cdrom/preseed/ubuntu.seed boot=casper initrd=initrd.gz quiet splash –
LABEL live-install
menu label ^Install Ubuntu
kernel vmlinuz
append file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=initrd.gz quiet splash –
LABEL check
menu label ^Check CD for defects
kernel vmlinuz
append boot=casper integrity-check initrd=initrd.gz quiet splash –
LABEL memtest
menu label Test ^memory
kernel /mt86plus
append -
LABEL hd
menu label ^Boot from first hard disk
localboot 0×80
append -
DISPLAY isolinux.txt
TIMEOUT 300
PROMPT 1
F1 f1.txt
F2 f2.txt
F3 f3.txt
F4 f4.txt
F5 f5.txt
F6 f6.txt
F7 f7.txt
F8 f8.txt
F9 f9.txt
F0 f10.txt

Done. Your flash disc is LIVE USB FLASH DISC UBUNTU now. to install it on to Axioo Pico, just set the boot to USB first. next process are as same as when you're running live cd ubuntu.

Adding html to Joomla's sidebar just like wordpress's text widget

Bismillaahirrahmaanirrahiim
Need to add html script to Joomla's sidebar? Adsense? Picture? And etc that needs to add script to sidebar like wordpress's text widget. We can use html site module. You can download one of html side module here . Install it to your blog then edit it. Open modules---site modules. Find the html module show by mod_html. Edit it, change the title as you like. Put your script into html parameter and that is it. Next time you need adding scipt just cupy the html module you've had and edit it. Done

Embed our collection songs to blog or web

Bismillaahirrahmaanirrahiim

Alhamdulillaah, finally i got it. How to stream a song on my blog. Just add this below streaming script and paste to any place like header, body, or footer. Choose one you like.

This script is for IE browser

<embed src=”http://siti.anggareni.googlepages.com/chunkookehgiuk.m3u” autostart=”true” hidden=”true”></embed>

This script is for IE, Netscape, and Firefox
<OBJECT ID=”MediaPlayer1″ width=300 height=45 classid=”CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95″ codebase=”http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902″ standby=”Loading Microsoft Windows Media Player components…” type=”application/x-oleobject”>
<PARAM NAME=”FileName” VALUE=”http://siti.anggareni.googlepages.com/streaming.m3u”>
<PARAM NAME=”animationatStart” VALUE=”true”>
<PARAM NAME=”transparentatStart” VALUE=”true”>
<PARAM NAME=”autoStart” VALUE=”true”>
<PARAM NAME=”showControls” VALUE=”true”>
<EMBED type=”application/x-mplayer2″ pluginspage = “http://www.microsoft.com/Windows/MediaPlayer/” src=”http://siti.anggareni.googlepages.com/streaming.m3u” name=”MediaPlayer1″ ShowControls=true width=300 height=45 AutoStart=true>
</EMBED>
</OBJECT>

Replace http://siti.anggareni.googlepages.com/chunkookehgiuk.m3u” with your mp3 link storage. If you want to hide the player, replace value's showcontrols by false. Done.