Putri N-Blog

June 17, 2009

Tuo-card, vpass.jp, 中国銀行, moneybookers.com

Tuo card dan vpass.jp

Setelah sampe di Okadai, kemudian aku membuat VISA card di kampus. Dengan harapan bisa dipakai untuk online dan lain sebagainya. Untuk mengecek penggunaan kartu ini disediakan di http://vpass.jp.

Syarat untuk membuat kartu ini :

  • Alien registration
  • Rekening Bank di Jepang (saya pakai 中国銀行)
  • Kartu Mahasiswa di Okadai
  • PIN yang akan digunakan nantinya
  • Hanko (optional)

Diperlukan bantuan petugas dari Okadai untuk mengisikan data-data yang ada, maklum ga ngerti bahasa jepang ya kayak gini jadinya.

Proses pembuatannya membutuhkan waktu 1 bulan, jadi ya sabar aja.

Keuntungan dari kartu ini, bisa digunakan untuk meal-card, biaya tahunan gratis.

Setelah jadi, kita akan didaftarkan ke online bankingnya dengan mengakses ke http://vpass.jp. Thx atas tip dari bung Lukman, kita dapat login dengan memasukkan nomer kartu dan PIN yang telah dibuat. Didalam web ini kita dapat mengecek penggunaan dari kartu kredit kita.

中国銀行

Rekening ini digunakan untuk syarat keperluan kartu kredit dan moneybookers. Saya membuat rekeningnya di cabang tsushima dekat dengan tempat tinggal saya.  Untuk keperluan moneybookers dibutuhkan no swift dari bank ini.

moneybookers.com

Site ini dapat digunakan untuk mengirim uang ke Indonesia. Untuk menggunakan site ini syaratnya adalah:

  • Kartu kredit
  • Rekening Bank di Jepang
  • Rekening Bank di Indonesia

Setelah mendaftar, kita harus melakukan verifikasi. Dengan menggunakan fasilitas vpass.jp kita bisa mengecek secara langsung tanpa harus menunggu laporan tagihan kartu kredit.

Cara verifikasi yang dilakukan adalah dengan men-charge kan ke kartu kredit kita secara acak dalam mata uang euro. Kemudian kita diminta memasukkan jumlah tagihan euro tersebut ke website moneybookers.com.

Masukkan rekening bank di Indonesia dengan cara memasukkan no swift bank di Indonesia. Tapi sebelumnya kita diminta untuk memasukan rekening bank kita yang ada di Jepang.

Setelah terverifikasi semuanya, kita dapat “upload fund”. Kemudian untuk mengisi rekening di Indonesia tinggal melakukan “withdraw”.

Butuh waktu 2-5 hari untuk transfer.

Biaya yang dikenakan untuk sekali pengiriman uang:

  • Apabila menggunakan bank transfer untuk upload fund, biaya yang dikenakan gratis. Apabila menggunakan kartu kredit 1.9%.
  • Untuk proses withdraw dikenakan biaya ¥240

Proses ini sudah saya coba, dengan tujuan Bank Mandiri Indonesia. Alhamdulillah sukses.

May 26, 2009

study @jasmin

Filed under: diary — nuarlyss @ 9:23 pm

Today, I take a japanesse course at jasmin and I say it’s “A great time” why? Because I trained to be a japanesse speaker. When there’s a short conversation in Minna no Nihongo, all you have to do is close your book and make a conversation with your companion. Yach.. they want me to enrich my vocabulary by giving me many words to remember, begin from all objects around us such as dictionary(じしょ),  magazine ざっし), buku(ほん), bolpoin(ボルペン), note (のと), desk(つくえ), chair(いす), jam(とけい),televisi(手レび), mobil(じどしゃ), etc. And then, about where we come from, what people do, what a person daily work and the age of people. It’s fun and fantastic. I have learned another language today. If you wanna be a success, so don’t give up. You must give all your attention to what is coming in through your eyes, your ears and expecially your life. Never stop to learn. At night, I study with my little beauty aulia,.. She learn so fast in everything.

April 28, 2009

My Sun Solaris (2)

Filed under: iseng — nuarlyss @ 3:23 pm

CONFIGURING IP NETWORK

Untuk mengkonfigurasi network pada solaris.

a) Edit file /etc/hosts :

Isi file seperti ini :
127.0.0.1    localhost
192.168.0.2    solaris

b) Cek file /etc/hostname.driver_nameNIC_number contoh : /etc/hostname.rtls0, lihat isi file :

192.168.0.2

c) Edit file /etc/netmask

255.255.255.0
Sesuai dengan table ip untuk private network

d)Buat file /etc/resolv.conf agar bisa connect to internet maka isi DNS nameserver.

Isi file dengan :
nameserver 192.168.1.2
nameserver 202.46.129.2

e) Setting default gateway dengan mengedit file /etc/defaultrouter, isi dengan :

192.168.0.1

f) Mengaktifkan interface dengan cara :

# ifconfig rtls0 plumb
# ifconfig rtls0 192.168.0.2 netmask 255.255.255.0 up

g) Reboot

IP FORWARDING

Mengaktifkan Ip Forwarding berarti sistem akan meroutingkan packet antar networks berbeda interface dengan kata lain meneruskan packet antar 2 interface berbeda. Untuk melihat apakah ip forward dan ip routing telah di-enable, pada solaris dapat menggunakan perintah routeadm. Jika ip forward dan ip routing belum di-enable, maka dapat menuliskan perintah:

# routeadm –u -e ipv4-forwarding
# routeadm –u -e ipv4-routing

Untuk mendisable,  pada ip forward dan ip routing kita dapat menuliskan :

# routeadm –u -d ipv4-forwarding
# routeadm –u -d ipv4-routing

Untuk melihat apakah ip address, netmask, dan status up dapat menuliskan perintah:
# ifconfig –a

Untuk melihat apakah table routing, kita dapat menuliskan perintah:
# netstat -rn

Cara lain yang dapat dilakukan :
Edit the /etc/rc2.d/S69inet startup script dengan menambah file ini apabila tidak ada :
•    Turn on IP forwarding
#/usr/sbin/ndd -set /dev/ip ip_forwarding 1

•    Turn off IP forwarding
#/usr/sbin/ndd -set /dev/ip ip_forwarding 0

MC

Midnight Commander adalah sebuah browser direktori/file manager untuk sistem operasi UNIX−like. Layar MC dibagi ke dalam empat bagian. Hampir semua layar diisi oleh dua buah panel direktori. Secara bakunya, baris terakhir menunjukkan label−label kunci fungsi, di atasnya adalah perintah baris. Baris paling atas adalah baris menu bar. Baris menu bar akan tampak bila menekan tombol F9.

Cara Penginstallan MC pada solaris :
1.    Download package untuk mc solaris pada http://www.sunfreeware.com/programlistintel10.html
2.    Package yang diperlukan adalah :
•    mc
•    libiconv
•    glib
•    slang
•    libgcc
•    gcc
3.     Ekstrack package dan install :
# gunzip mc-4.6.1-sol10-x86-local.gz libiconv-1.11-sol10-x86-local.gz glib-1.2.10-sol10-intel-local.gz slang-2.1.3-sol10-x86-local.gz libgcc-3.3-sol10-intel-local.gz gcc-3.3.2-sol10-intel-local.gz
# pkgadd –d mc-4.6.1-sol10-x86-local libiconv-1.11-sol10-x86-local glib-1.2.10-sol10-intel-local slang-2.1.3-sol10-x86-local libgcc-3.3-sol10-intel-local gcc-3.3.2-sol10-intel-local

4.     pindah mc pada /usr/local/bin ke /usr/bin
5.    jalankan mc.

Tampilan MC :

SAMBA

Samba merupakan aplikasi Unix yang memanfaatkan protokol SMB (Server Message Block). Karena memakai protokol yang sama yaitu SMB, maka dengan Samba  memungkinkan mesin Unix/Linux berkomunikasi dengan mesin Windows/Dos maupun OS/2.
Samba dapat digunakan untuk :
•    Menghubungkan setiap mesin Unix (termasuk Linux) dengan mesin Dos/Windows
•    Menempatkan mesin Unix (Linux) sebagai Primary Domain Controller sebagaimana yang dilakukan Windows NT / 2000 server.
•    Berbagi (share) file dan printer pada semua komputer yang terhubung ke jaringan.
•    Membantu pengguna browsing di network neighborhood
•    Memberikan otentikasi kepada tiap klien yang login ke dalam suatu domain pada suatu jaringan
Setting Pada Solaris : (biasanya samba sudah terinstall) apabila belum bias download package samba pada http://www.sunfreeware.com/programlistintel10.html
1. Check apakah samba sudah terinstal pada mesin anda
Bash-3.00#/usr/sfw/sbin/smbd -V
Version 3.0.21b
2. Konfigurasi samba pada /etc/sfw/smb.conf :
#Global parameters
workgroup = Mygroup
server string = Samba Share
security = SHARE
hosts allow = 10.10.2. 192.168.1. 192.168.0. 127.
[root]
path = /
comment = Solaris root
guest ok = Yes
read only = Yes
[myshare]
path = /sharedir
comment = Solaris share
guest ok = Yes
read only = No
public = yes
writable = yes
[Centericq]
path = /Documents/centericq
comment = Solaris centericq
guest ok = Yes
read only = No
public = yes
writable = yes

3. Check samba konfigurasi file dengan
#./testparm
4. akan muncul seperti ini :
Load smb config files from /etc/sfw/smb.conf
Processing section “[root]“
Processing section “[myshare]“
Processing section “[Centericq]“
Loaded services file OK.
Press enter to see a dump of your service definitions
5. Edit file /etc/services :
netbios-ns      137/udp        # Samba nmbd
netbios-ssn     139/tcp        # Samba smbd
swat         901/tcp              # Samba swat
6. Edit file /etc/inetd.conf :
netbios-ssn    stream    tcp    nowait    root    /usr/sfw/sbin/smbd smbd
netbios-ns    dgram    udp    wait    root    /usr/sfw/sbin/nmbd nmbd
swat        stream    tcp    nowait.400  root  /usr/sfw/sbin/swat swat
7. compile informasi baru pada inetd.conf
#inetconv
Atau dapat pula # pkill -HUP inetd
8. start servis samba dengan menggunakan perintah
#/etc/init.d/smb start
9. jalankan browser http://192.168.0.2:901  atau smb://192.168.0.2

FTP

FTP merupakan bagian dari rangkaian atau kesatuan internet protocol yang dapat mentransfer file computer antara mesin-mesin dengan luas sistem pengoperasian yang berbeda. FTP terdapat 8 bit clientserver  protocol, mampu menangani segala tipe file tanpa memproses lebih jauh. Bagaimanapun juga FTP memiliki keterlambatan yang tinggi, waktu antara permulaan request dan untuk menerima data yang diinginkan dapat diperpanjang dan kadang-kadang dibutuhkan login prosedur yang berkepanjangan.
Salah satu aplikasinya adalah : proftpd
Cara FTP pada solaris :
1.    Download package proftpd-1.3.1rc2 dan ncurses pada : http://www.sunfreeware.com/programlistintel10.html
2.     Ekstrack file dan install ncurses dan proftpd
# gunzip ncurses-5.6-sol10-x86-local.gz
# pkgadd -d ncurses-5.6-sol10-x86-local
# gunzip proftpd-1.3.1rc2-sol10-x86-local.gz
# pkgadd -d proftpd-1.3.1rc2-sol10-x86-local
3.    check proftpd di /usr/local/sbin
4.    edit file /usr/local/etc/proftpd.conf :

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName			"Solaris server"
ServerType			standalone
DefaultServer			on

MultilineRFC2228		on
ShowSymlinks			on

TimeoutNoTransfer		600
TimeoutStalled			600
TimeoutIdle			1200

# Port 21 is the standard FTP port.
Port				21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask				022

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances			30

# Set the user and group under which the server will run.
User				nobody
Group				nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

# Normally, we want files to be overwriteable.
AllowOverwrite		on

# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
  DenyAll
</Limit>

# A basic anonymous configuration, no upload directories.  If you do not
# want anonymous users, simply delete this entire  section.
# #do not want anonymous access
##  User				ftp
## Group				ftp

  # We want clients to be able to login with "anonymous" as well as "ftp"
##UserAlias			anonymous ftp
#Cosmetics changes,all files belongs to ftp user
	DirFakeUser 	on	ftp
	DirFakeGroup	on	ftp
	RequireValidShell	off
  # Limit the maximum number of anonymous logins
  MaxClients			10

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin			welcome.msg
  DisplayFirstChdir		.message

  # Limit WRITE everywhere in the anonymous chroot
  <Directory *>
	<Limit WRITE>
    		DenyAll
  	</Limit>
	<Limit STOR>
		AllowAll
	</Limit>
  </Directory>

#</Anonymous>

5. jalankan proftpd
#proftpd
6. coba ftp ke localhost.
7. tampilan :

NFS

NFS banyak digunakan sebagai file sharing server, Akses terhadap file di server dilakukan secara transparan (user bisa mengakses file remote seperti mengakses file di local disk)‏. Terdapat dua bagian yaitu bagian server dan bagian client yang biasanya akan dipakai oleh user.
Ketika kita menambahkan suatu disk pada sistem UNIX, maka kita menggabungkan disk itu pada file system yang sudah ada dengan menggunakanperintah mount. Disk yang baru membentuk cabang baru dari tiga struktur. Kita dapat berpindah ke dalamnya dengan perintah cd dan mengakses file-filenya. Dengan NFS Kita melakukan hal yang sama. Kita sebagai client, memberikan perintah mount yang dikirimkan ke remote server, dan bagian dari struktur file system menggabungkan local file system. Server sekarang mempunyai daftar mesin yang diijinkan mengakses file system tersebut.
Sekali kita telah me-mount remote file system pada satu struktur file, kapanpun kita menginginkan file pada tempat kita melakukan mount,  sytem akan menerjemahkan perintah itu ke dalam NFS request dan mengirimkan ke network dari server. Server akan mengeksekusi permintaan tersebut dan akan mengembalikan kepada kernel. Sebagai balasannya, kernel akan memberikan resume ke proses jika permintaan itu dilayani oleh local disk.

Konfigurasi NFS server solaris :
1. NFS server dapat dimulai secara manual dengan menuliskan perintah:
# /etc/init.d/nfs.server start
2. Apabila kita ingin menge-share folder kita pada /Documents/package, maka perintahnya dapat ditulis:
# share –F nfs –o rw “package” /Documents/package
3. Kemudian kita mount file /Documents/package ke /Documents/share, kita dapat menggunakan perintah mount:
# mount –F nfs server1:/Documents/package /Documents/share

SSH
SSH (secure shell) banyak digunakan antara lain :
-    SSH client yang digunakan untuk pengontrolan server jarak jauh.
-    Dengan kombinasi SFTP dapat melakukan transfer file
-    Dengan kombinasi rsync dapat digunakan sebagai mirror /backup
-    Penerus Port /tunneling
Untuk konfigurasinya :
1.    edit file /etc/ssh/sshd_config
2.    untuk login root agar tidak bisa dipakai, melainkan hanya user yang diperbolehkan, dengan ganti baris :
“PermitRootLogin Yes” ganti dengan “PermitRootLogin No”
3.    Kemudian lakukan perintah :
#/etc/init.d/sshd stop
#/etc/init.d/sshd start

PLAY SOUND
1.    Download audio driver untuk solaris disini http://www.tools.de/opensource/solaris/audio/
2.     Extract dan Install dengan perintah :
#bunzip2 audio-1.8-i86pc.pkg.bz2
#pkgadd –d audio-1.8-i86pc.pkg
3.     Pilih no.6 driver AC97, apabila semua ingin di install tinggal enter saja (yes).
4.     Reboot
5. Tampilan Playsound :

April 7, 2009

My Sun Solaris

Filed under: iseng — nuarlyss @ 7:33 am

Sun Solaris

Sun Solaris adalah sebuah sistem operasi keluarga Unix yang dikembangkan oleh Sun Microsystems Inc. OpenSolaris adalah Sun Solaris yang di open-source kan di bawah lisensi CDDL (Common Development and Distribution License). Sun Solaris bisa berjalan di atas prosesor x86,x64 dan SPARC.

INSTALASI OS SOLARIS x86

Adapun langkah-langkah dalam menginstall Solaris 10 pada Prosesor Intel x86 sebagai berikut :

  • Persiapan kapasitas sistem yang disarankan

- RAM 512 MB (saran), tapi dengan RAM 384 MB (minimum)

- SWAP area 512 MB, tapi disarankan 2x lebih besar (1024 MB)

- Minimum 10 GB dari hard drive space

- DVD / CD-ROM drive

- Attached monitor / integrated display

  • Download Media Release untuk platform x86

- Download informasi tentang OS solaris 10 pada http://www.sun.com/solaris

- Download CD/DVD instalasi pada http://www.sun.com/solaris/get.jsp

- Choose solaris 10 and media format (solaris 10 for x86 system)

- Register, baca dan setuju dengan persetujuan lisensi

- Download dan Burn CDs /DVDs

  • Proses Boot

- Hidupkan system dan masukkan CD/DVD installasi

- Restart system

- Atur spesifik booting, dengan first boot : DVD/CD pada bios

Loading stage 2....

GNU GRUB version 0.95 ( xxK lower / xxK upper memory)

  • Konfigurasi Instalasi default OS SOLARIS

a)Pada saat booting akan muncul :

Solaris
Solaris Serial Console ttya (headless and rack-mounted systems only)
Solaris Serial Console ttyb (for1×50, v60x and v65x)

b)Pilih tipe instalasi

Setelah tekan enter, akan didisplay pilihan tipe installasi. Anda dapat langsung memilih tipe instalasi dengan menekan angka atau biarkan hingga counter time out dan secara otomatis default installasi (Solaris Interactive)


SunOS Release 5.10 version generic_120012-12 32-bit
Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Configuring devices.

1. Solaris Interactive (default)
2. Custom JumpStart
3. Solaris Interactive Text (Desktop session)
4. Solaris Interactive Text (console session)
5. Apply driver updates
6. Single user shell
Automatically continuing in xx seconds

(timeout)

c) Setelah tipe installasi dipilih, akan ditampilkan list informasi hardware

Solaris Interactive

{0} ok boot cdrom

Boot device: /pci@8,700000/scsi@6/disk@6,0:f File and args:

SunOS Release 5.10 Version Generic_118833-33 64-bit

Copyright 1983-2006 Sun Microsystems, Inc. All rights reserved.

Use is subject to license terms.

Configuring devices.

Using RPC Bootparams for network configuration information.

Attempting to configure interface hme0…

SUNW,rtls0 : 100 Mbps full duplex link up

Setting up Java. Please wait…
Extracting windowing system. Please wait…
Beginning system identification…
Searching for configuration files(s)…
Search complete.
Discovering additional network configuration…

Starting Solaris Interactive (graphical user interface) Installation.

You must respond to the first question within 30 seconds or the installer
proceeds in a non-window environment (console mode).

If the screen becomes blank or unreadable the installer proceeds in
console mode.

If the screen does not properly revert to console mode, restart the
installation and make the following selection:

Solaris Interactive Text (Console session)

Press ENTER to continue.

d)Setelah menekan enter, menuju ke display graphic. Bila tidak maka akan menuju ke text mode


  • Konfigurasi Sistem

a)Setelah menekan enter, arahkan mouse pada window dan pilih bahasa.

Pilih 0 bila ingin memilih English language.

b)Kemudian muncul window seperti ini :

c)Klik Next, setelah muncul welcome window


d)Kemudian setting networking

Network Connectivity
x networked
non-networked

e)Apabila memilih DHCP


f)Tulis hostname untuk interfase rtls0

Hostname for rtls0
Enter a hostname which…
Host Name for rtls0:
solaris

g)Setting IP address

IP Address for rtls0
Enter Internet Protocol (IP)…
IP Address for rtls0: 192.168.0.2

h)Mengisi Netmask

Netmask rtls0
On this screen you must…
Netmask rtls0:255.255.255.0

i)Pilih disable untuk IPv6 dengan memilih : no

IPv6 for rtls0
Specify whether or not you want
to enable IPv6…
Enable IPv6 for rtls0:
0 Yes
0 No

j)Mengisi default router pilih saja : Detect one

Set the Default router for rtls0
The default router provides a
bridge…
0 Detect one
0 Specify one
0 None

k)Konfirmasi data

Host name : solaris

IP address : 192.168.0.2

System part of a subnet : Yes

Netmask : 255.255.255.0

Enable Ipv6 : No

Default Route : Detect one

Router IP Address : 192.168.0.1

Hit F2 to continue

l)Konfigurasi Security Policy : pilih no

Configure Kerberos Security
---------------------------
[ ] Yes
[X] No

Hit F2 to continue

m)Setting penggunaan Name Servis : pilih none

Name service
------------
[ ] NIS+
[ ] NIS
[ ] DNS
[ ] LDAP
[X] None

Hit F2 to continue

n)Konfigurasi Zona Waktu

Continents and Oceans
---------------------
[ ] Africa
[ ] Americas
[ ] Antarctica
[ ] Arctic Ocean
[X] Asia
[ ] Atlantic Ocean
[ ] Australia
[ ] Europe
[ ] Indian Ocean
[ ] Pacific Ocean
[ ] other - offset from GMT
[ ] other - specify time zone file
Countries and Regions
---------------------
[X] Indonesia
 
Time zones
----------
[X] Jakarta (GMT +7) Time

o)Konfigurasi Tanggal dan Waktu

Date and time: YYYY-MM-DD HH:MM
  Year   (4 digits) : 2008
  Month  (1-12)     : 1
  Day    (1-31)     : 22
  Hour   (0-23)     : 13
  Minute (0-59)     : 33

Hit F2 to continue

p)Konfirmasi Tanggal dan Waktu

Time zone: Jakarta Time               (Asia/Indonesia)

Date and time: 2008-1-22 13:33:00

q)Menulis Password Root

Type in alphanumeric string to be used as the root password for the computer you are setting up

********

Retype the above password for confirmation

********

Hit F2 to continue

  • Tahap Installasi

a)Solaris menampilkan proses awal penginstallan, seperti ini :


b) Pemilihan installer option : “yes” untuk reboot otomatis, dan “yes” untuk eject cd/dvd


c)Pemilihan specifik media instalasi :


d)Kemudian proses inisialisasi system :


e) Persetujuan lisensi :


f) Pemilihan type installasi : pilih custom installasi

g)Pemilihan Geographic region :

Select the geographic regions for which support should be installed.
--------------------------------------------------------------
> [ ] Australasia
> [ ] Asia
> [ ] Eastern Europe
> [ ] Northern Europe
> [ ] Northern Africa
> [ ] Middle East
> [ ] Southern Europe
> [ ] South America
> [ ] Central America
> [ ] Central Europe
V [/] North America
    [ ]     Canada-English (ISO8859-1)
    [ ]     Canada-French (ISO8859-1)
    [ ]     French
    [ ]     Mexico (ISO8859-1)
    [ ]     Spanish
    [X]     U.S.A. (UTF-8)
    [X]     U.S.A. (en_US.ISO8859-1)
> [ ] Western Europe

Hit F2 to continue

h) Pemilihan system locale

Select the initial locale to be used after the system has been installed.
————————————————————–
[X]     POSIX C ( C )
North America
[ ]     U.S.A. (UTF-8) ( en_US.UTF-8 )
[ ]     U.S.A. (en_US.ISO8859-1) ( en_US.ISO8859-1 )
[ ]     U.S.A. (en_US.ISO8859-15) ( en_US.ISO8859-15 )
Hit F2 to continue

i) Pemilihan Products

Select the products you would like to install.
———————————————-
V [X] Solaris 10 Extra Value Software……..   87.26 MB
[ ] Solaris 10 Documentation……………   69.92 MB
[X] Solaris Software Companion CD……….   17.34 MB
> [ ] Java Enterprise System…………….    0.00 MB
Hit F2 to continue

j) Pemilihan Additional Products

To scan for additional products, select the location you wish to scan.
Web Start Ready product scan location:
————————————–
[X]  None
[ ]  CD/DVD
[ ]  Network File System
Hit F2 to continue

k)Pemilihan Software

Select the Solaris software to install on the system.
—————————————————–
[ ]  Entire Distribution plus OEM support ……. 3641.00 MB
[X]  Entire Distribution …………………… 3593.00 MB
[ ]  Developer System Support ………………. 3468.00 MB
[ ]  End User System Support ……………….. 2452.00 MB
[ ]  Core System Support ……………………  358.00 MB
[ ]  Reduced Networking Core System Support …..  316.00 MB
Hit F2 to continue

l) Pemilihan Disks

You must select the disks for installing Solaris software. If there are several disks available, Solaris software on the boot disk c0t0d0.
———————————————————-

Disk Device                     Available Space
===============================================
[X] ** c0t0d0             19162 MB  (F4 to edit)
[ ]    c0t2d0             19162 MB

Total Selected:  19162 MB
Suggested Minimum:   4319 MB

m) Pemilihan Boot Device

On this screen you can select the disk for installing the
root (/) file system of the Solaris software.

Original Boot Device : c0t0d0

Disk
==============================
[X] c0t0d0    (F4 to select boot device)

On this screen, select F4 to select boot device to ensure the root file system will be located on slice zero, c0t0d0s0.
———————————————————-
On this screen you can select the specific slice for the root (/) file
system.
Original Boot Device : c0t0d0s0

[X]  c0t0d0s0
[ ]  c0t0d0s1
[ ]  c0t0d0s2
[ ]  c0t0d0s3
[ ]  Any of the Above
Hit F2 to after selecting Disk Slice
Hit F2 to continue with your Boot Disk selection

n) Pemilihan Auto Layout Filesystem

On this screen you must select all the file systems you want auto-layout to create, or accept the default file systems shown.
File Systems for Auto-layout
========================================
[X]  /
[ ]  /opt
[ ]  /usr
[ ]  /usr/openwin
[ ]  /var
[X]  swap
Hit F2 to continue

o) Filesystem dan Disk Layout yang dipilih

File sys/Mnt point Disk/Slice                            Size
=============================================================
/                  c0t0d0s0                        8567    MB
swap               c0t0d0s1                        1024    MB
overlap            c0t0d0s2                        19162   MB
/export/home       c0t0d0s7                        8581    MB

p) Konfirmasi Instalasi

This is a confirmation screen. Verify all data is correct.
Installation Option: Initial
Boot Device: c0t0d0
Client Services: None

Locales: U.S.A. (UTF-8)
U.S.A. (en_US.ISO8859-1)
System Locale: C ( C )

Software: Solaris 10, Entire Distribution

File System and Disk Layout: /            c0t0d0s0 8567  MB
swap         c0t0d0s1 1024  MB
/export/home c0t0d0s7 8581  MB
Hit F2 to Begin the Installation

q) Progress Inisialisasi Penginstallan

Preparing system for Solaris install

Configuring disk (c0t0d0)
- Creating Solaris disk label (VTOC)

Creating and checking UFS file systems
- Creating / (c0t0d0s0)

================================================================
Solaris Initial Install

MBytes Installed:  422.08
MBytes Remaining: 3648.09

Installing: JavaVM run time environment

*****
|    |     |     |     |     |

0   20    40    60    80    100

================================================================

r) Setelah selesai installasi, ambil CD1, reboot Otomatis, kemudian Insert CD 2

Please specify the media from which you will install Solaris 10 Software 2.
Alternatively, choose the selection for “Skip” to skip this disc and go on to the next one.
Media:

1. CD/DVD
2. Network File System
3. Skip

Media [1]: 1

Please insert the CD/DVD for Solaris 10 Software 2.
After you insert the disc, please press Enter.

s) Lanjutkan instalasi, insert CD 3 dan CD 4, sampai process penginstallan selesai.

t) Konfigurasi NFS default

SunOS Release 5.10 Version Generic_118844-26 64-bit
Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Hostname:solaris
Configuring devices.
Loading smf(5)services descriptions : 118/118
Checking ufs filesystems
/dev/rdsk/c0d0s7 : is logging
Creating new rsa public/private host key pair
Creating new dsa public
All devices are configured…

This system is configured with NFS version 4, which uses a domain name that is automatically derived from the system’s name services. The derived domain name is sufficient for most configurations. In a few cases, mounts that cross different domains might cause files to be owned by “nobody” due to the lack of a common domain name.

Do you need to override the system’s default NFS version 4 domain name(yes/no)? [no] :

u) Login sebagai root

v) Pemilihan Dekstop : pilih java desktop system


w) Tampilan Solaris


April 3, 2009

firefoxExt for porndetect

Filed under: study — nuarlyss @ 3:54 am
Tags: ,

At last, jadi juga..

Masih perlu di perbaiki sistem deteksinya.. “body”, “skin texture” dan lain-lain.. semangat!!

February 27, 2009

Image033

Filed under: Uncategorized — nuarlyss @ 2:03 am

Posted by ShoZu

February 26, 2009

Call Friends mobile, pake Nimbuzz

Filed under: iseng — nuarlyss @ 5:34 pm

Testing pake Nokia E66, sukses!!

Ceritanya gini, temenQ “Alfian” ngajakin Voice call pake “skype”, Langsung aja dech create account. After done, Berhubung aq lagi maen facebook mobile pake E66. Langsung aja install skype mobile, alhasil kacau..cuman bisa chat doank!! pas call, statusQ busy terus huuuuu..huuuu.. At last, Aq pake NIMBUZZ, bisa di download di sini
http://www.getjar.com/products/6865/Nimbuzz

Hasilnya, sukses!!

Call skype

Call skype

Contact

Contact

Support Protocol

Support Protocol

February 19, 2009

Post dari e66

Filed under: Uncategorized — nuarlyss @ 11:10 am

Bisa ga ya

Posted by ShoZu

January 30, 2009

Persiapan -1

Filed under: okayama — nuarlyss @ 11:23 am

Barusan di kasih tau ama istrinya mas amang, klo punya anak kecil..disiapin keperluannya setidaknya persiapan 1 bulan disana. Sambil sebulan mengenal lingkungan termasuk bahasa.

Persiapan aulia :
1. Susu Procal gold, bawa 8 kaleng buat 1 bulan.
2. Pampers 3 paks, coz lantainya pake tatami (“klo dipipisin, rusak. Buat ganti tatami = harga beli pampers buat 3 bulan” masak sich!!. Buat jaga2 walau aul uda belajar pipis sendiri.
3. Perlak – 1 (buat jaga2 aja)
4. Botol Susu Pigeon (6) – dotnya 1 paks, coz klo beli disana mahal – botol pigeon 990 yen gimana yang laen?!.
5. Bedak Caladine (3)
6. Minyak Telon (3)
7. Minyak tawon (1)
8. Minyak Kayu Putih (2)
9. Obat2an (konsultasi ke dokter anak aja) : obat panas, mencret, batuk, plosnong, vitamin, pengukur suhu, betadin, plester.
10. Baju hangat,jaket, kaos kaki tebal.
11. CD Nemo, kuda, buku cerita.
12. Peralatan Mandi aul ( sikat gigi, odol 1, sabun 2, shampo 1)

Persiapan Mama Aul :
1. Perlengkapan Surat : Passport, akte, ijasah,sertifikat, bolpoin, buku, lem, kamus bhs.jepang.
2. Obat-obatan : Vitamin, Sakit kepala, flu n batuk, diare.
3. Pelembab : wajah (3) n handbody (3).
4. Gunting kuku (mama n aul)
5. Sepatu.
6. Baju hangat, Kaos kaki tebal
7. Silet Cukur Papa (2 pak)
8. Peralatan Mandi : (sikat gigi – 5, sabun – 2, odol-2, sampo-2).
9. Duit min. 60 rb yen

Tambahan Menyusul.

January 12, 2009

Poster TAq

Filed under: study — nuarlyss @ 6:14 am

poster_putri

Nich poster ditolak bolak balik, gara2-na terlalu vulgar.
Masak sich, kekeke…

ya uda dech Q-pasang aja di sini aja.

Implementasi pada web browsernya udah jalan sich, nich hasilnya :
tampilan web tanpa porndetection.xpi
hasil-dari-data5q
nah klo porndetection.xpi jalan (terinstall), maka hasil deteksi pada web nya jd seperti ini :
hasil-deteksi5-gambar

Wish me luck ya..do’ain sukses and lancar buat seminar TA minggu depan..amin.

Next Page »

Blog at WordPress.com.