Step by Step Install Moshell Penting

Embed Size (px)

DESCRIPTION

LIST Moshel

Citation preview

Step By Step Install MoshellBy: Tommy BaronsayInstallasi Cygwin:1. Double clik setup.exe, arahkan installasi ke dir C/cygwin , pilih: just me dan unix, lalu cari file cygwin mentahan, next, buka tab pada:archive, pilih : zip dan unzipinterpreter, pilih : perlnet, pilih : inetutils, openssh, opensslshells, pilih : rxvtEditors, pilih : vimlalu next, sampai intallasi finish.Catatan: Pada Tabel Paling atas pilih Kolom: Curr Kotak Bin? pilih tanda silang, pada kotak SCR? pilih sampai kosong versi freddy punyaKotak Bin? pilih tanda silang, pada kotak SCR? n/a versi lain2. Edit file di C:\cygwin.batHapus command pada baris : bash --login -iLalu masukkan command berikut pada baris terakhir (catatan ganti XXXX dengan nama administrator computer anda):set USER=xxxxset HOME=/home/xxxxset SHELL=/bin/bashrxvt -sl 65000 -e /bin/bash --login -icontoh:set USER=Tommyset HOME=/home/Tommyset SHELL=/bin/bashrxvt -sl 65000 -e /bin/bash --login -i3. Edit file di C:\Cygwin\etc\profilemasukkan command berikut pada baris terakhir :export USER=xxxxexport HOME=/home/xxxxexport SHELL=/bin/bashmkdir -p $HOMEcd $HOMEsource $HOME/.bashrcNB: catatan: ganti XXXX dengan nama administrator computer anda.contoh:export USER=Tommyexport HOME=/home/Tommyexport SHELL=/bin/bashmkdir -p $HOMEcd $HOMEsource $HOME/.bashrc4. Buka Cygwin di dekstop:Masukkan command berikut satu persatu (paste dalam moshell pake shift insert):touch .bashrctouch .inputrctouch .XdefaultsNB: setiap memasukkan command diikuti perintah enter, tampilan terakhir dienter juga, lalu close.5. Buka C:\Cygwin\home\Tommy lalu edit 3 file yaitu .bashrc ; .inputrc dan .XdefaultsPada: .bashrc masukkan command berikut pada baris terakhir:unset PROMPT_COMMANDexport PS1="\[\033[1m\][\w]\\$\[\033[0m\] "alias ls='ls -FX'set -o notifyset -o ignoreeofshopt -s cdspellshopt -s cdable_varsshopt -s checkhashshopt -s checkwinsizeshopt -s sourcepath shopt -s histappendexport PATH=$PATH:/home/Tommy/moshellPada: .inputrc masukkan command berikut pada baris terakhir:set bell-style visibleset convert-meta Offset output-meta Onset input-meta Onset completion-ignore-case on set completion-query-items 150set mark-directories onset visible-stats Onset show-all-if-ambiguous Onset expand-tilde On"\e[D": backward-char"\e[C": forward-char"\e[A": history-search-backward"\e[B": history-search-forward"\e[7~": beginning-of-line"\e[8~": end-of-line"\e[1~": beginning-of-line"\e[4~": end-of-line"\e[3~": delete-char"\e[2~": menu-complete"\M-[2~": paste-from-clipboard # Insert"\M-q": menu-complete"\C-d": delete-char"\C-l": clear-screen"\C-xdf": dump-functions"\C-xdv": dump-variables"\C-xdm": dump-macrosPada: .xdefaults masukkan command berikut pada baris terakhir:Rxvt*background: BlueRxvt*foreground: LightGreyRxvt*saveLines: 65535Rxvt*termName: xtermRxvt*geometry: 144x64+0+0Rxvt*loginShell: trueRxvt*font: "Lucida Console-11"Rxvt*cutchars: "&()*,;? []{|}6. Buka Cygwin pada dekstop, harus ada tampilan seperti ini: [~]$ jika tidak ulangi installasi dari awal, sebelumnya hapus file cygwin lalu restart.Installasi Moshell: 1. Copy file moshell terbaru (moshell7.1d.zip) ke c:\cygwin\tmp 2. Jalankan cygwin (di dekstop/start menu), masukkan command:cd /tmp (enter)unzip -o moshell7.1d.zip (enter)bash moshell_install (enter)The first prompt asks for the type of installation:0) Full Version1) Restricted+2) Restricted3) LimitedYour choice (0, 1, 2, or 3): 0 (ketik 0)enter- Directory where moshell should be installed: ~ (ketik: ~)enter- Path to Java = /cygdrive/c/windows/system32/java . OK ? [y/n] yenter- Path to perl (used by mobatch) = /usr/bin/perl . OK ? [y/n] yenterlalu intallasi akan jalan sampai muncul command:Installation Successfull!You can now run moshell from the directory /home/Tommy/moshell.############################################################################ Check your variable settings in the moshell file ## (eg path to java, ipdatabase, corba credentials, etc) ## Alternatively, these variables can be set in ~/.moshellrc to avoid them ## being reset after each moshell installation ############################################################################[/tmp]$ cd[~]$ ipconfigWindows IP ConfigurationEthernet adapter Wireless Network Connection: Media State . . . . . . . . . . . : Media disconnectedEthernet adapter Local Area Connection: Media State . . . . . . . . . . . : Media disconnected[~]$ Good Luck....Enjoy PALL