Portable Chrome 14 Untuk Linux
September 24, 2011 5 Komen
Chrome untuk Linux, portable version
Ciri-ciri menarik :
Tidak perlu dipasang.
Tidak memerlukan RUNZ framework.
Setting berasingan dari Chrome install.
Boleh jalankan multiple Chrome dalam satu masa.
Menggunakan Chrome versi terkini – 14.0.850.0
Tidak mengandungi Google spyware.
Cara-cara membuat Chrome portable.
Kita menggunakan SRWare Iron sebab
a. Chromium dalam bentuk source code
b. Google Chrome dalam bentuk package rpm deb etc
1. Buat satu folder @ directori bernama chrome-portable
2. Buat satu folder dalam chrome-portable bernama data
3. Download iron linux versi terkini Pilih versi iron-linux.tar.gz
4. Pindahkan ke dalam folder chrome-portable tadi.
5. Ectract. Kamu akan mendapat folder iron-linux
6. Simpan kode berikut sebagai iron.sh
Buat menjadi executeable.
#!/bin/bash
####################################
# Launcher for Linux portable apps
# Homepage: hacktolive.org/portable
####################################
#get the path of the launcher file + it's filename (this file)
LOCATION_AND_NAME_OF_THE_LAUNCHER=$(which "$0")
#get the directory of the launcher
LOCATION_OF_LAUNCHER=$(dirname "$LOCATION_AND_NAME_OF_THE_LAUNCHER")
#Change directory to the launcher folder (just in case the script was launched from another location)
cd "$LOCATION_OF_LAUNCHER"
#Launch the App
./iron-linux/iron --user-data-dir=./data



Chrome dan Google adalah tanda dagangan berdaftar Google Inc.


Langkahnya memang jelas, tapi I masih kena belajar macam mana buat iron.sh. Terima kasih kerana membantu, dari n8210 (LYN).
Download sini , :buat jadi executeable. dan klik
http://users.cjb.net/lnux/iron.sh
Pingback: DuniaLinux
Pingback: DuniaLinux
Pingback: Portable Chromium Iron Untuk Linux « DuniaLinux