Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Wednesday, June 12, 2013

Flashgot Bantu Download Manager

Punya download manager emang enak, di samping download jadi bisa lebih cepat, jadi bisa di lanjutkan lagi kalau nggak keburu. tapi dengan update browser yang terus-terusan, kadang download manager ketinggalan update sehingga pas download kok jadi nggak nyambung sama download manager ya, malah nyambungnya ke download punya browser.

Bagi pengguna Firefox, ada cara agar download kita nyambung lagi ke download manager, install addons Firefox ini. namanya Flashgot. link nya disini. ini membantu download kita di arahkan ke download manager. bahkan di linux  bisa terinteregasi dengan curl, wget dan axel.

 Silahkan download Flashgotnya, di samping membantu koneksi dengan download manager, bisa juga di pakai untuk download media yang tersimpan di web. saya pakai FDM di yang kadang ketinggalan update. jadi sangat membantu.


Tuesday, June 11, 2013

Sony PC Companion Bikin Modem Eror

Menggunakan desktop software buat handphone atau smartphone memang sangat berguna dan bermanfaat, di samping bisa buat backup data bisa judan aplikasi juga bisa buat upgrade software atau pembaruan perangkat lunak.

Ini adalah pengalaman saya, walau tidak punya HP jenis Sony, tapi menginstal aplikasi desktop untuk semua handphone adalah wajib untuk servce provider. selain meng-install bawaan handphone, juga lebih banyak yang bukan bawaan alias program berbayar buat service.

Pada waktu install Sony PC companion, tidak terasa apa-apa, tapi setelah restart, modem yang biasanya saya pakai, tiba-tiba tidak bisa dial-up, di ulang-ulang pun demikian.modem di keluarkan, terus di masukan lagi tetap tidak bisa konek ke internet.

Di ingat-ingat barusan install Sony PC Companion. saya tutup aplikasi di Quick launch, lalu cabut dan masukan kembali modem. hasilnya bisa nyambung ke internet lagi.

Bagi  yang mengalami hal serupa, silahkan coba an mudah-mudahan bermanfaat. kalau mau supaya tidak ribet tiap kali hidupkan komputer mesti matikan Sony PC Companion, silahkan cari program untuk menghapus autoruns.

Saturday, March 16, 2013

Android emulator on win

Lost My Android and must loosing my contact on whatsapp. must trying aplication on my pc to run whatsapp. not interesting on play game on it.

trying many metode to get it working, but look like bluestacks is the best metode for free application on windows.

you only need 2gg ram and must run win7 or ein xpsp3 or sp2 with registry editing. and some library needed. check whatsapp website for detail.

download

Friday, February 15, 2013

Instaling Full Linux from Windows

lets try to install linux from windows. its will be all will be doing on windows.

First made a partition to use on linux usualy tou must made some linux partition for system and for swap. system can be use a ex3 or ext4 . and swap can be made or not. but it will be good if you made one with size 2gg.
for system let build 5gg because i made it from small linux salix. if you wanted to install other big distro you must make it more bigger.
for partitioning on windows you can use many partition manager for free. i always use is partition wizard home edition. you can download it here.

Two. download the iso. i sugested small distribution but have good desktop. i have salix iso, download page is here.

Three. emulator to run iso on windows. look like mobalivecd is the best. just pickup the iso from cd menu and will be run. no need to burn iso to cd. here if you wanted to download

Four i always use puppylinux to made boot menu with grub4dos. you can also run in on mobalivecd. why i pick puppylinux , because it have all you need to made all boot menu, so you will never lost your windows. mybe i will upload the small custom puppylinux just for boot on windows.

Thursday, February 14, 2013

MobaLiveCD



Mobalivecd a windows tool that can run an Iso directly and can run any other drive like flashdisk to run or just to test a live os.

Download

this tool is without install.  iam now on test to install a ISO without burn it to CD from windows

Sunday, February 10, 2013

Grub4Dos as Key

Wanted your computer and system cant be use by any body else, this trick will made it help a bit. it will be work for linux and windows and all we need is just a puppylinux.

if you dont have it download the latest one. you can get it from puppylinux.com or puppylinux.org. or you can always my puppylinux remaster. burn it to cd.

1. run puppylinux and open gparted. remove boot flag using manage flag on right

click.
2. insert flashdisk
3. run grub4dos and set to flashdisk and dont check anything on menu



and now you will be need your flashdisk to boot. without it computer will cant start.

Wednesday, January 23, 2013

sample grub4dos menu

I think i will be need it if i have lost it in my hard drive. adn mybe other people need it too for a sample a grub4dos menu edit.

# menu.lst produced by grub4dosconfig-v1.7.2
color white/blue black/cyan white/black cyan/black
default 0

# Frugal installed Puppy

title Puppy slacko 5.3.3 (sda1/slacko)
  find --set-root --ignore-floppies --ignore-cd /slacko/initrd.gz
  kernel /slacko/vmlinuz   psubdir=slacko pmedia=atahd pfix=fsck
  initrd /slacko/initrd.gz

title Puppy slacko 5.3.3 (sda1/slacko) RAM mode\nBoot up Puppy without pupsave
  find --set-root --ignore-floppies --ignore-cd /slacko/initrd.gz
  kernel /slacko/vmlinuz   psubdir=slacko pmedia=atahd pfix=ram,fsck
  initrd /slacko/initrd.gz

# Full installed Linux

title Linux 4KS (sda1/4KS)
  uuid C05CD03B5CD02DC2
  kernel /4KS/vmlinuz root=/dev/sda1 ro
  initrd /4KS/initrd.gz

# Windows
# this entry searches Windows on the HDD and boot it up
title Windows\nBoot up Windows if installed
  errorcheck off
  find --set-root --ignore-floppies --ignore-cd  /bootmgr
  chainloader /bootmgr
  find --set-root --ignore-floppies --ignore-cd  /ntldr
  chainloader /ntldr
  find --set-root --ignore-floppies --ignore-cd   /io.sys
  chainloader /io.sys
  errorcheck on

# Boot from Partition Boot Sector

title Microsoft Windows XP Professional (sda1:PBS)
  uuid C05CD03B5CD02DC2
  chainloader +1

# additionals

title Find Grub2\nBoot up grub2 if installed
  find --set-root --ignore-floppies --ignore-cd /boot/grub/core.img
  kernel /boot/grub/core.img

title Grub4Dos commandline\n(for experts only)
  commandline

title Reboot computer
  reboot

title Halt computer
  halt
and the other one interestring is grub menu.lst from hiren's boot cd

#timeout 15
default /default
write (md)0x220+1 !BAT\necho -n -P:0000 $[0107] Hiren's BootCD 15.1 \0 && initscript (md)0x220+1

title Boot From Hard Drive (Windows Vista/7/2008 or Xp)\n
find --set-root --ignore-floppies --ignore-cd /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr || rootnoverify (hd0) && chainloader +1 && boot
map () (hd0) && map (hd0) () && map --rehook
find --set-root --devices=h /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /bootmgr || chainloader /ntldr

title \n
root

title Mini Windows Xp\nRun Antivirus and other windows programs
# example password: test
# password --md5 $1$gNe0$KZPOE8wNbTNSKOzrajuoB0
find --set-root /HBCD/XP/XP.BIN
chainloader /HBCD/XP/XP.BIN

title Dos Programs\nRun Dos Programs
find --set-root /HBCD/Dos/dos.gz
map --mem /HBCD/Dos/dos.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1

title Linux based rescue environment (Parted Magic 6.7)\nTo manage partitions, backup and recovery
set pm=/HBCD/Boot/pmagic.lst
find --set-root %pm%
set lang=us
set opt=
configfile %pm%

title \n
root

title Windows Memory Diagnostic\n
find --set-root /HBCD/Boot/wmemtest.gz
kernel /HBCD/Boot/memdisk
initrd /HBCD/Boot/wmemtest.gz

title MemTest86+\n
find --set-root /HBCD/Boot/memtest.gz
map --mem /HBCD/Boot/memtest.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1

title Offline NT/2000/XP/Vista/7 Password Changer\nWindows Password Reset 2011-05-11
find --set-root /HBCD/Boot/chntpw
set opt=vga=1
clear
echo Press ENTER to boot, or give linux kernel boot options first if needed.
echo Some that I have to use once in a while:
echo boot: nousb     - to turn off USB if not used and it causes problems
echo boot: irqpoll   - if some drivers hang with irq problem messages
echo boot: vga=ask   - if you have problems with the videomode
echo boot: nodrivers - skip automatic disk driver loading
echo
set /p opt=boot:
kernel /HBCD/Boot/chntpw %opt%
initrd /HBCD/Boot/chntpw.gz

title Kon-Boot\nWindows (any/blank password) and Linux (kon-usr) Login Without a Password
set kon=konboot.gz
find --set-root /HBCD/Boot/konboot.gz | set iscd=
find --set-root /HBCD/Boot/konbootp.gz && set kon=konbootp.gz
map --mem /HBCD/Boot/%kon% (fd0)
map --hook
chainloader (fd0)+1
if not "%iscd%"=="(cd)" pause --wait=2 HDD SWAP
if not "%iscd%"=="(cd)" map (hd1) (hd0)
map --hook
rootnoverify (fd0)
map --floppies=1

title Seagate DiscWizard (Powered by Acronis Trueimage)\nPress ALT+T+O+K to skip Error
find --set-root /HBCD/Boot/SeagatDW
kernel /HBCD/Boot/SeagatDW vga=788 ramdisk_size=32768 acpi=off quiet noapic mbrcrcs on
initrd /HBCD/Boot/SeagatDW.gz

title PLoP Boot Manager\n
find --set-root /HBCD/Boot/plpbt.bin
kernel /HBCD/Boot/plpbt.bin

title Smart Boot Manager 3.7.1\n
find --set-root /HBCD/Boot/smartbm.gz
kernel /HBCD/Boot/memdisk
initrd /HBCD/Boot/smartbm.gz

title Fix "NTLDR is Missing"\n
find --set-root /HBCD/Boot/ntldr.gz
kernel /HBCD/Boot/memdisk
initrd /HBCD/Boot/ntldr.gz

title Darik's Boot and Nuke (Hard Disk Eraser)\n
find --set-root /HBCD/Boot/dban.gz
kernel /HBCD/Boot/memdisk
initrd /HBCD/Boot/dban.gz

title Custom Menu...  (Use HBCDCustomizer to add your files)\n
find --set-root /HBCD/menu-custom.lst
configfile /HBCD/menu-custom.lst

title More...\n
root

title Dos Programs (Alternative Boot Method)\nUsing Memdisk
find --set-root /HBCD/Dos/dos.gz
kernel /HBCD/Boot/memdisk
initrd /HBCD/Dos/dos.gz


title Boot HDD 1 MBR\n
rootnoverify (hd0)
chainloader +1
title Boot HDD 1 Partition 1\n
rootnoverify (hd0,0)
chainloader +1
title Boot HDD 1 Partition 2\n
rootnoverify (hd0,1)
chainloader +1
title Boot HDD 1 Partition 3\n
rootnoverify (hd0,2)
chainloader +1
title Boot HDD 1 Partition 4\n
rootnoverify (hd0,3)
chainloader +1
title Boot HDD 2 MBR\n
rootnoverify (hd1)
chainloader +1
title Boot HDD 2 Partition 1\n
rootnoverify (hd1,0)
chainloader +1
title Boot HDD 2 Partition 2\n
rootnoverify (hd1,1)
chainloader +1
title Boot HDD 2 Partition 3\n
rootnoverify (hd1,2)
chainloader +1
title Boot HDD 2 Partition 4\n
rootnoverify (hd1,3)
chainloader +1
title Boot HDD 3 MBR\n
rootnoverify (hd2)
chainloader +1
title Boot HDD 3 Partition 1\n
rootnoverify (hd2,0)
chainloader +1
title Boot HDD 3 Partition 2\n
rootnoverify (hd2,1)
chainloader +1
title Boot HDD 3 Partition 3\n
rootnoverify (hd2,2)
chainloader +1
title Boot HDD 3 Partition 4\n
rootnoverify (hd2,3)
chainloader +1

title More...\n
root
title Boot Windows XP (NTLDR) from Hard Drive\n
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault

title Boot Windows Vista/7 (BOOTMGR) from Hard Drive\n
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
savedefault

title Chainload isolinux.bin\n
find --set-root /HBCD/isolinux.bin
chainloader /HBCD/isolinux.bin

title Reboot
reboot

title Shutdown
halt

title Custom Menu...  (Use HBCDCustomizer to add your files)\n
find --set-root /HBCD/menu-custom.lst
configfile /HBCD/menu-custom.lst

title ...Back\n
root
you can made a custom grub menu from this example. iam often combine hiren's boot cd with puppylinux and also slax in one flashdrive.