Dulu saat saya ingin membuat OpenSuSE Live USB sangat sulit bgt dengan banyakny langkah. Sempat coba aplikasi UneBootIn tetapi itu tidak dapat berjalan dengan baik di OpenSuSE dengan tidak dapat melalakukan Bootable. Saat surfing di internet akhirny menemukan SuSE Image Writer. Aplikasi tersebut merupakan solusi mudah untuk membuat Live USB untuk OpenSuSE. Coba download dulu aplikasi SuSE Image Writer di http://en.opensuse.org/SDB:Live_USB_stick.
Proses pembuatan Live USB terbilang cepat daripada aplikasi UnetBootin.
Karena skrg buka wordpress lama bgt dan saya hany bisa buka pake m.wordpress.com maka gambar proses pembuatan live usb tidak saya ikutkan.
Tapi prosesnya sbb:
1. Download dulu aplikasi SuSE Image Writer di http://en.opensuse.org/SDB:Live_USB_stick
2. Buka aplikasi SuSE Image Writer
3. Pilih file ISO dari OpenSuSE.
4. Klik tombol copy, biarkan beberapa saat sampai proses pengopian selesai
5. Setelah selesai, maka USB siap digunakan. Jangan lupa ganti default bootable komputer/laptop ke USB

Akhirny, proses pembuatan Live USB dapat dilakukan dengan cepat n mudah…Selamat bermain2 dengan OpenSuSE

Dapat request nh dari programmer kantor, ia ingin filenya yang berada di Server dihapus tiap bulan berdasarkan tanggal Server. Setelah searching akhirny ketemu juga, namanya Forfiles. Forfiles hanya terdapat di Windows 2003, Win Vista , Win 7.

Untuk lebih detail tau tentang syntak Forfiles, ketikkan Forfiles /? maka akan menampilkan

Parameter Description

/p Specifies the path from which to start the search. By default, searching starts in the current working
directory.

/m Searches files according to the specified search mask. The default search mask is *.*.

/s Instructs the forfiles command to search into subdirectories recursively.

/c “” Runs the specified command on each file. Command strings should be enclosed in quotation marks. The default
command is “cmd /c echo @file”.

/d [{+|-}][{|}] Selects files with a last modified date within the specified time frame.

Selects files with a last modified date later than or equal to (+) or earlier than or equal to (-) the
specified date, where Date is in the format MM/DD/YYYY.
Selects files with a last modified date later than or equal to (+) the current date plus the number of days
specified, or earlier than or equal to (-) the current date minus the number of days specified.
Valid values for Days include any number in the range 0–32,768. If no sign is specified, + is used by default.

/? Displays help at the command prompt.

Syntaks untuk menghapus file perbulan adalah

Forfiles -pC:\backup /S /M *.* /D -30 /C “cmd /C del /q @path”

Syntaks ini akan menghapus file di C:\backup akan terhapus kurang dari 30 hari. Sebelumny jalankan syntaks dibawah ini untuk mengetahui file apa saja yang akan dihapus :

Forfiles -pC:\backup /S /M *.* /D -30 /C “cmd /C Echo 0×22@Path\@File0x22″

Syntaks tersebut akan menampilkan file yang akan dihapus.

Agar dapat terhapus otomatis tinggal di buatkan Schedule Task di Windows..Maka jrennggg, selesai

ERROR:2 : strtotime(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Asia/Jakarta’ for ‘WIT/7.0/no DST’ instead in /usr/share/ulteo/webclient/PEAR/HTTP/WebDAV/Tools/_parse_propfind_response.php (l.98)

Saat menjalankan aplikasi Ulteo 3.0 rc 4 ternyata terdapat error yang sangat menggangu, sehingga aplikasi tidak berjalan dengan baik seperti membuat folder maupun menyimpan file pada folder. Error seperti ini juga sering terjadi pada aplikasi php lainnya seperti yang saya lakukan pada saat searching di internet untuk mengatasi problem ini.
Tapi jangan kuatir, ternyata cm tinggal tambahkan date.timezone saja pada /etc/php.ini ato /etc/php5/apache2/php.ini (openSuse)

date.timezone = “Asia/Jakarta”

Setelah itu restart Apache anda
/etc/init.d/httpd restart ato /etc/init.d/apache2 restart (OpenSuSE)

Setelah restart maka tidak akan ada lagi error pada function php anda

Referensi

http://vsingleton.blogspot.com/2010/01/you-are-required-to-use-datetimezone.html

IFOLDER Server 3.8

 

Ifolder merupakan suatu server yang digunakan untuk manajemen file. Manfaat dari Ifolder :

  1. User quota, sehingga dapat dibatasi besar file yang di upload tiap2 user.
  2. Group user. Ifolder dapat membuat group user yang memudahkan untuk kolaborasi file
  3. File dapat diakses melalui web, mapping drive, ifolder-client
  4. Dapat melakukan sinkronisasi.

Untuk mensetup ifolder ada beberapa tahap, yaitu :

  1. install log4net-1.2.10-58.1.noarch.rpm
  2. install ifolder3-enterprise-3.8.0.10191.1-5.1.i586.rpm
  3. Lakukan konfigurasi simias-server-setup, ifolder-admin-setup, ifolder-web-setup
  4. Server siap digunakan.

 

Log4net

Log4net adalah salah satu tool untuk membantu programmer output log statement menjadi berbagai output target yang merupakan log4j framework menjadi .NET runtime. Karena Ifolder di develop menggunakan Mono, maka log4net dibutuhkan.

helpdesk:/opt # rpm -ivh log4net-1.2.10-58.1.noarch.rpm

Ifolder Enterprise

Ifolder terdapat 2 jenis, yaitu Ifolder Enterprise dan Ifolder Client. Ifolder Enterprise digunakan untuk server file dan Ifolder client digunakan mengakses ifolder server selain menggunakan web.

helpdesk:/opt # rpm -ivh ifolder3-enterprise-3.8.0.10191.1-5.1.i586.rpm

Setup Server Ifolder

Setelah dilakukan instalasi ifolder server maka lakukan setup server

helpdesk:/opt # simias-server-setup

SIMIAS SERVER SETUP

This script configures a server installation of Simias to setup a new Simias system.

—– SERVER’S DATA PATH —–

Path to the server’s data files

Server’s Data Path? [/var/simias/data]:

—– SERVER NAME —–

The name of this server

Server Name? [172.17.1.68]: 192.168.1.68

—– SSL —–

Select SSL/NONSSL communication for this server. Options

are SSL, NONSSL or BOTH

SSL? [SSL]: NONSSL (Apabila ingin mengkases SSL dan NONSSL maka ketikkan BOTH)

—– PUBLIC URL —–

Public URL of this Simias Server

Public URL? [http://172.17.1.68/simias10]: (Enter saja, maka secara default dapat diakses melalui alamt tersebut)

—– PRIVATE URL —–

Private URL of this Simias Server

Private URL? [http://172.17.1.68/simias10]:

—– SLAVE SERVER —–

Install into existing Simias Domain

Slave Server? [N]:

—– SYSTEM NAME —–

A name used to identify the Simias system to users.

System Name? [iFolder]:

—– SYSTEM DESCRIPTION —–

A detailed description of the Simias system for users.

System Description? [iFolder Enterprise System]:

—– USE KEY RECOVERY AGENT —–

Use Key Recovery Agents to recovery the encryption

key if the user forgets the pass-phrase used for encryption?

Use Key Recovery Agent? [Y]: Y

—– RECOVERY AGENT CERTIFICATE PATH —–

Path to the Recovery agent certificate’s.

Recovery Agent Certificate Path? [/var/simias/data]:

—– USE LDAP —–

Use LDAP to provision and authenticate users?

Use LDAP? [Y]: N (pilih N karena tidak menggunakan autentifikasi LDAP)

—– SYSTEM ADMIN —–

The Simias default administrator. If the system is

configured to use an external identity source, the

distinguished name (dn) should be used.

System Admin? [admin]: admin

System Admin Password? [novell]: passwordkurek

—– CONFIGURE APACHE —–

Configure Simias to run behind Apache

Configure Apache? [N]: Y (ketikkan karena server akan menggunakan server Apache)

Working…

Configuring /var/simias/data/simias/Simias.config…

SetupSimias – Done

Configuring /etc/apache2/conf.d/simias.conf…

Done

Configuring User Movement plugin..

Unable to find the User Move plugin configuration files..

/etc/simias/bill/modules/UserMovement.conf

Please make sure, ifolder-enterprise-plugins rpm is installed.

User Move plugin is not configured..

Setting up Log4Net file…

Done

Setting up permissions…

Done

SUCCESS

Setting Apache

Agar dapat diakses melalui web maka perlu dilakukan permissions file di folder /var/simias

helpdesk:/opt # chown -R wwwrun:www /var/simias/data/simias/

helpdesk:/opt # rcapache2 restart

Syntax OK

Shutting down httpd2 (waiting for all children to terminate) done

Starting httpd2 (prefork) done

Setting Admin Webserver

Konfigurasi ini digunakan untuk setting administrasi ifolder melalui web, sehingga segala penambahan user, system setting, dll dapat dilakukan melalui web.

helpdesk:/opt # ifolder-admin-setup

IFOLDER WEB ADMIN SETUP

This script configures a server installation of iFolder Web Admin application. The script is intended for testing purposes only.

—– WEB ALIAS —–

Web Alias for iFolder Web Admin

Web Alias? [/admin]: /admin

—– REQUIRE SSL —–

Require a secure connection between the browsers and

the iFolder Web Admin application

Require SSL? [Y]: N (karena kita tidak menggunakan SSL)

—– REQUIRE SERVER SSL —–

Require a secure connection between the iFolder Server

and the iFolder Web Admin application

Require Server SSL? [Y]: N

—– IFOLDER URL —–

The host or ip address of the iFolder server that will

be used by the iFolder Web Admin application

iFolder URL? [http://localhost:80/]: http://172.17.1.68:80/

—– REDIRECT URL —–

Redirect URL for iChain / AccessGateway

Redirect URL? []:

Working…

Configuring /usr/lib/simias/admin/Web.config…Done

Server DATA PATH is set to : /var/simias/data/simias

Configuring /etc/apache2/conf.d/ifolder_admin.conf…Done

Installing certificate…Skipped (Not Required)

SUCCESS

Setting Client Webserver

Konfigurasi ini digunakan agar client dapat mengakses file menggunakan web dan melakukan kolaborasi file dengan team mereka

helpdesk:/opt # ifolder-web-setup

IFOLDER WEB ACCESS SETUP

This script configures a server installation of iFolder Web Access application. The script is intended for testing purposes only.

—– WEB ALIAS —–

Web Alias for iFolder Web Access

Web Alias? [/ifolder]: /ifolder

—– REQUIRE SSL —–

Require a secure connection between the browsers and

the iFolder Web Access application

Require SSL? [Y]: N

—– REQUIRE SERVER SSL —–

Require a secure connection between the iFolder Server

and the iFolder Web Access application

Require Server SSL? [Y]: N

—– IFOLDER URL —–

The host or ip address of the iFolder server that will

be used by the iFolder Web Access application

iFolder URL? [http://localhost:80/]: http://172.17.1.68:80/

—– REDIRECT URL —–

Redirect URL for iChain / AccessGateway

Redirect URL? []:

Working…

Configuring /usr/lib/simias/webaccess/Web.config…Done

Server DATA PATH is set to : /var/simias/data/simias

Configuring /etc/apache2/conf.d/ifolder_web.conf…Done

Installing certificate…Skipped (Not Required)

SUCCESS

 

Langkah terakhir restart Apache

helpdesk:/opt # rcapache2 restart

Syntax OK

Shutting down httpd2 (waiting for all children to terminate) done

Starting httpd2 (prefork) done

helpdesk:/opt #

Ifolder Server


Ifolder Client


Sekitar 4 bualanan aq maenan foursquare. Entah buat check in doank ataupun menjelajahi tempat baru.  Tetapi tempat yang sering aq buat check in adalah di kantorq Ruang ITI Dr Soetomo. Karena terlalu sering check in akhirny aq dapat pangkat mayor dari foursquare.  1 bulan lebih aq g pernah check in di ruang tersebut, tiba2 hari ini aq dapat surat langsng dari Foursqure.

Hmm, aq gerangan isiny y.. Ternyata ada 2 lembar, yaitu sticker dari foursqure dan surat yang berisi cara verifikasi suatu venue.  Nantinya aq dsuruh verifikasi tempat yang telah aq buat dengan memasukan code yang berada pada surat tersebut di laman www.foursquare.com/businesses/verify dan pangkatq sekarang menjadi Manajer. hahahha

Kode yang diberikan oleh foursquare adalah 228A17

Masih banyak fitur- fitur lainny di foursquare..Perlu di coba2 lagi nh..

Lagi males nulis jadi versi cepat aja karena dijamin langsung jalan..Skrg lagi membuat secara detail dari nya

http://www.sertec.ca/howtos/HowtoInstallHYLAFax.html

http://www.avantfax.com/install.php

Pagi ini, aq coba setup xampp di mesin server penjualan yang selama ini berbasis IIS.  Saat xampp (apache) dijalankan, selalu tidak berhasil padahal port default IIS (80) sudah di ganti ke port 81. Lalu dilakukan port check menggunakan xampp-portcheck, ternyata port HTTPS (443) digunakan oleh IIS juga.

Untuk mengatasi hal ini maka harus dirubah untuk port dari Apache 80 ke port 8080, sedangkan https untuk apache 443 ke port 4499.

C:\xampp\apache\conf\httpd.conf:

  • Cari tulisan “Listen 80″, ganti ke “Listen 8080″
  • Cari tulisan “ServerName localhost:80″, ganti ke “ServerName localhost:8080″

C:\xampp\apache\conf\extra\httpd-ssl.conf

  • Cari tulisan “Listen 443″, ganti ke “Listen 4499″
  • Cari tulisan “<VirtualHost _default_:443>”, ganti ke “<VirtualHost _default_:4499>”
  • Cari tulisan “ServerName localhost:443″, ganti ke “ServerName localhost:4499

Sekarang jalankan xampp_restart.exe lalu xampp dapat diakses melalui browser http://localhost:8080.

Sumber: Ini

Beberapa hari ini aq coba install Alfresco Community di CentOS tapi selalu aja tidak berhasil, sampai Alfresco yang sudah di-bundle jadi satu di Bitnami pun tidak dapat dijalankan..Akhirnya terpaksa install ulang ni OS..

Setelah install ulang OS lalu aq install Alfreso dari Bitnami.org ternyata Alfresco dapat dijalankan tp saat akan install module alfresco yang disebut amp (alfreso module package) ternyata mendapat kesulitan..It must be install from scratch.

Untuk instalasi Alfresco Community 3.3 di CentOS 5.2 yaitu Java (bukan dari DVD CentOS tp dari Sun Java), OpenOffice, SWF dan untuk tomcat nantiny sudah include di Alfresco Community.

Download Sun Java JDK dan  Install (Choose Java SE Development Kit (JDK))

http://java.sun.com/javase/downloads/index.jsp

Instalasi Sun Java

#chmod +x jdk-6u20-linux-i586-rpm.bin

#./jdk-6u20-linux-i586-rpm.bin

Apabila terdapat instalasi GNU Java maka lakukan langkah berikut

#rm -f /var/lib/alternatives/java
#/usr/sbin/alternatives --install /usr/bin/java java /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/bin 1
#/usr/sbin/alternatives --install /usr/bin/java java /usr/java/jdk1.6.0_20/bin 2

Memeriksa Sun Java sebagai default : 
/usr/sbin/alternatives --config java
There are 2 programs which provide 'java'.
 Selection    Command
-----------------------------------------------
 1           /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/bin
*+ 2           /usr/java/jdk1.6.0_20/bin
Enter to keep the current selection[+], or type selection number: 2

Setelah itu membuat environment variable dengan nama java.sh di direktori /etc/profile.d yang berisikan :

export JAVA_HOME=”/usr/java/jdk1.6.0_04”
export PATH=”$PATH:$JAVA_HOME/bin”

ubah mode akses dengan perintah :

#chmod +x /etc/profile.d/java.sh

Setelah semua langkah tersebut dilakukan , maka cek apakah java yang di intal merupakan Sun Java

#java -version
java version “1.6.0_07″
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)

Aplikasi Pendukung

yum install ImageMagick

yum install libXaw

Download and install t1lib click here to download t1lib, rpm -ivh t1lib-.1.0-1.el5.rf.i386.rpm

yum install giflib

Download and install libmp3lame click here to download libmp3lame.so.0, rpm -ivh libmp3lame0-3.98.2-20.el5.i386.rpm

Download and install SWFTools click here to download SWFTools, rpm -ivh swftools-0.8.1-1.el5.rf.i386.rpm

rpm -e –nodeps java-1.4.2-gcj-compat (You don’t need this one because you have installed Sun Java JDK)

yum install mysql-server

Startup MySQL Server dan set password

/etc/init.d/mysqld start

/usr/bin/mysqladmin -u root password ‘password_anda’

chkconfig mysqld on (Saat server reboots MySQL akan ikut startup dengan Server)

Download Alfresco dan copy ke server

Download Alfresco Community Free Addition (Version yang digunakan Alfresco-Community-3.3-Linux-x86-install)

Rubah hak akses menjadi executable

chmod +x Alfresco-Community-3.3-Linux-x86-Install

./Alfresco-Community-3.3-Linux-x86-Install

Nb: saat instalasi hilangkan centang pada tulisan Connect to Database Server and Create New Database karena nanti akan di create manual untuk databasenya.

Setelah instalasi selesai maka lakukan create database pada mysql

mysql -u root -p < /opt/Alfresco/extras/databases/mysql/db_setup.sql

Tetapi , apabila telah terdapat database alfresco pada mysql maka lakukan langkah seperti dibawah ini :

mysql -u root -p

mysql>drop database alfresco;

mysql>select * from mysql.user;

mysql>drop user ‘alfresco’@'localhost’;

mysql>drop user ‘alfresco’@'localhost.localdomain’;

mysql>FLUSH PRIVILEGES;

Then run this command again “mysql -u root -p < /opt/Alfresco/extras/databases/mysql/db_setup.sql”

Edit file untuk mensetting path dari beberpa aplikasi.

vi /opt/Alfresco/tomcat/shared/classes/alfresco-global.properties

ooo.exe=/usr/lib/openoffice.org/program/soffice

img.root=/usr

swf.exe=/usr/bin/pdf2swf

Start or Stop Alfresco

cd /opt/Alfresco/

./alfresco.sh start

./virtual_alf.sh start

“Akan membutuhkan beberapa waktu untuk menbuat table, jadi tunggu sebentar”

Untuk  Access Alfresco :

http://ipaddress:8080/alfresco

Init script for OpenOffice
vi /etc/init.d/openoffice (Add the information below starting with #!/bin/bash)
chmod +x /etc/init.d/openoffice
chkconfig openoffice on

#!/bin/bash
#
# Boot open office so that Alfresco can do transforms.
# chkconfig: 2345 55 25
# description: OpenOffice Headless
#
# processname: soffice

# source function library
. /etc/rc.d/init.d/functions

RETVAL=0

VDISPLAY=’99′
SOFFICE_PATH=’/usr/lib/openoffice.org/program’
SOFFICE_ARGS1=”-nologo -headless -display :$VDISPLAY “
SOFFICE_ARGS2=’-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager’
SOFFICE_PIDFILE=/var/run/soffice.bin.pid

XVFB=/usr/bin/Xvfb
XVFB_ARGS=”:$VDISPLAY -screen 0 800x600x8 -fbdir /var/run”
XVFB_PIDFILE=/var/run/xvfb.pid
start_soffice() {
echo -n $”Starting OpenOffice”
$SOFFICE_PATH/soffice $SOFFICE_ARGS1 $SOFFICE_ARGS2 >/dev/null 2>&1 &
[ $? -eq 0 ] && echo_success || echo_failure
pidof soffice.bin > $SOFFICE_PIDFILE
echo
}
start_xvfb() {
echo -n $”Starting Xvfb”
$XVFB $XVFB_ARGS >/dev/null 2>&1 &
[ $? -eq 0 ] && success || failure
pidofproc Xvfb > $XVFB_PIDFILE
echo
}
start() {
start_xvfb
sleep 3
start_soffice
}
stop() {
echo -n $”Stopping OpenOffice”
killproc soffice.bin
echo
echo -n $”Stopping Xvfb”
killproc Xvfb
echo
}
case “$1″ in
start)
start
;;
stop)
stop
;;
restart)
stop
start
;;
*)
echo $”Usage: $0 {start|stop|restart}”
esac

Referensi

1. http://hans.polinpdg.ac.id/index.php?option=com_content&view=article&id=21:instalasi-sun-java-jdk-di-centos-5&catid=2:tutorial&Itemid=2

2. http://www.dbarticles.com/index.php?art/id:42

Pagi2 ini sebelum berangkat kerja pgn nyoba aktifin modem motorola q8 yang bundling dengan smart karena selama ini aku internetan menggunakan OS jendela.

Oh ya, katany sih hp motorola paling bersahabat dengan OS Linux, jadi aq coba buktikan, dan ternyata benar. Setelah aktifin fungsi modem untuk hp motorolaq lalu aq coba dengan perintah dmesg n modem sudah terdeteksi.

Ni hasil ny setelah dmesg:

[  388.844057] usb 3-2: new full speed USB device using ohci_hcd and address 4
[  389.056712] usb 3-2: New USB device found, idVendor=22b8, idProduct=7000
[  389.056732] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  389.056746] usb 3-2: Product: Motorola Q Phone
[  389.056757] usb 3-2: Manufacturer: Motorola Inc
[  389.056992] usb 3-2: configuration #1 chosen from 1 choice
[  389.140318] cdc_acm 3-2:1.0: ttyACM0: USB ACM device
[  389.144926] usbcore: registered new interface driver cdc_acm
[  389.144949] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters

Untuk menjadikan modem buat komputer ato laptop maka install wvdial. Edit file wvdial.conf tapi sebelumnya backup file aslinya.

cp /etc/wvdial.conf /etc/wvdial.conf.bak. Edit file wvdial seperti dibawah ini:

[Dialer Defaults]
Modem = /dev/ttyACM0 #Modem yang terdeteksi
Baud = 921600
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
Init3 =
Area Code =
Phone = #777 #Dialer smart
Username = smart
Password = smart
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1
Compuserve = 0
Force Address =
Idle Seconds = 300
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 1

Sekarang edit file /etc/ppp/options supaya modem tidak disconnect sendiri. Sebelumnya lakukan backup terhadap file aslinya

cp /etc/ppp/options /etc/ppp/options.bak

Setelah itu cari lcp-echo-interval dan lcp-echo-failure rubah nilai dari baris tersebut menjadi 0

lcp-echo-interval = 0

lcp-echo-failure = 0

Sekarang jalankan wvdial pada terminal…Pada percobaan pertamaq saat dijalankan wvdial, laptop masih tidak dapat internetan ternyata pada file /etc/resolv.conf perlu DNS.

Lakukan edit file /etc/resolv.conf

vim /etc/resolv.conf

lalu ketikkan :

nameserver 8.8.8.8 #DNS Google

nameserver 8.8.4.4

keluar lalu ketikkan /etc/init.d/network restart

Ulangi ketikkan lagi wvdial pada terminal

linux-2tip:~ # wvdial
–> WvDial: Internet dialer version 1.60
–> Cannot get information for serial port.
–> Initializing modem.
–> Sending: ATZ
ATZ
OK
–> Sending: ATQ0 V1 E1 S0=0 &C1 &D2
ATQ0 V1 E1 S0=0 &C1 &D2
OK
–> Modem initialized.
–> Idle Seconds = 300, disabling automatic reconnect.
–> Sending: ATDT#777
–> Waiting for carrier.
ATDT#777
CONNECT
–> Carrier detected.  Starting PPP immediately.
–> Starting pppd at Thu Apr 29 17:50:58 2010
–> Pid of pppd: 5340
–> Using interface ppp0
–> pppd: [18]�[06][08]
–> pppd: [18]�[06][08]
–> pppd: [18]�[06][08]
–> pppd: [18]�[06][08]
–> local  IP address 10.12.237.67
–> pppd: [18]�[06][08]
–> remote IP address 10.20.4.12
–> pppd: [18]�[06][08]
–> primary   DNS address 10.17.3.244
–> pppd: [18]�[06][08]
–> secondary DNS address 10.17.3.252
–> pppd: [18]�[06][08]
–> Script /etc/ppp/ip-up run successful
–> Default route Ok.
–> Nameserver (DNS) Ok.
–> Connected… Press Ctrl-C to disconnect
–> pppd: [18]�[06][08]

Sekarang hp motorola q8 sudah dapat digunakan sebagai modem di OpenSuSE 11.2.

[Update]

apabila pada file wvdial.conf msh kosong tidak ada tulisan sama sekali. Cb ketiikan pada terminal:

wvdialconf /etc/wvdial.conf

Nanti secara otomatis akan mendeteksi modem yang di tancapkan pada PC serta file wvdial.conf akan secara otomatis terdapat baris konfigurasi untuk modem tersebut. Anda hanya tingal mengisi username dan phone

Beberapa hari ini, atasanq minta di settingkan email agar dapar sinkronisasi ke Blackberryny yang baru. Selama ini Pak Adi selalu pake email perusahaan n email server tersebut merupakan dari email hosting yang di tarik ke email server kantor,sehingga g akan bisa di sinkronkan dengan blackberry nya.

Wah harus nyari akal nih. Akhirny ktm juga, yaitu:

  1. Apabila ada email dari luar ke email Pak Adi(adi@perusahaan.com) maka akan di forward juga ke email yahoo Pak Adi. Kalo forwarding di hosting sdh selesai.
  2. Karena blackberry Pak Adi menggunakan email yahoo, maka kdng beliau balas email menggunakan yahoo. Tetapi si penerima email g mau tau itu email dari yahoo ato adi@perusahaan.com , sehingga mereka lansung me-reply-nyaKarena masalah ini, maka email yang diterima Pak Adi hanya di yahoo. Agar email adi@perusahaan.com juga menerimany, maka harus dilakukan forwarding email.

    Mslh g berhenti disini j, karena fasilitas Forwarding Email di yahoo itu berbayar $2. Gmail j bisa gratis knp yahoo kok bayar, setelah dilakukan blogwalking akhirny ktm juga. Fasilitas forwarding email di yahoo yang gratis cm domain @yahoo.co.id & @yahoo.co.sg.

Untuk membuat forwarding email di yahoo.co.id, yaitu:

1. Login dahulu ke yahoo! mail dengan username & password anda.
2. Setelah masuk ke interface yahoo mail, pilih OPSI
3. Akses dan Penerusan POP
4. pilih antara 1. Akses Web & POP [Setelan POP] dengan 2. Meneruskan

Abaikan menu yang ini :
Akses Web & POP [Setelan POP]

Akses melalui antarmuka web dan melalui program email apa pun dengan menggunakan POP3 (mis. Eudora, Outlook, atau Netscape Mail).
Ketika men-download pesan baru:
Saya tidak ingin menerima pesan yang dianggap spam oleh SpamGuard
Saya ingin menerima semua pesan, termasuk pesan yang dianggap spam oleh SpamGuard
Untuk pesan yang dianggap spam oleh SpamGuard, tambahkan [Massal] sebagai prefiks topik
Informasi lebih jauh tentang opsi ini – Lihat Setelan POP

Yang kita fokuskan adalah menu ini :

Meneruskan

Teruskan pesan anda ke alamat email lain
Alamat email:

alamatemail@domain.tld masukkan dengan alamat email kita yang menjadi target penerimaan email perusahaan : adi@perusahaan.com

(mis. pengguna@perusahaan.co.id)

5. Verifikasi Akun

Setelan Akses & Penerusan POP Anda telah disimpan.

Sebelum kami dapat meneruskan pesan masuk Anda, kami perlu memverifikasi bahwa Anda benar-benar memiliki alamat email ini. Kami melakukan hal ini untuk melindungi privasi Anda dan mencegah penggunaan fitur ini secara tidak semestinya.
Apa yang perlu saya lakukan?

1. Konfirmasikan bahwa alamat email yang Anda berikan (diperlihatkan di bawah ini) adalah benar.

adi@perusahaan.com [Edit Alamat]

2. Klik Kirim Verifikasi untuk meminta Yahoo! mengirim email ke alamat di atas.

Klik saja di Kirim Verifikasi.

6. akan muncul,

Email berisi kode konfirmasi telah dikirim ke: adi @perusahaan.com [Kirim Ulang Email]

Untuk mulai mengirim surat dari akun ini:

1. Cek surat untuk adi@perusahaan.com
2. Menerima pesan dari Layanan Anggota Yahoo!
3. Klik link di dalam email ini, atau masukkan kode konfirmasi di bawah ini

Kode Konfirmasi: ___________

7. Buka email anda yang menjadi target pengalihan dari yahoo mail, anda akan dikirimkan sebuah email konfirmasi yang berisi link yang harus anda click atau nomor verifikasi yang harus anda masukkan ke yahoo mail anda dengan contoh seperti ini :

UNTUK MEMVERIFIKASI "adi@perusahaan.com" sebagai alamat email yang valid untuk
akun Yahoo! "adi",

1. Masuk sebagai adi.
2. Masukkan link berikut ini ke browser.

http://popfwd.mail.yahoo.com/pf/VerifyCode?.addr=adi@perusahaan.com&.c=db0ead&.intl=id&.bm=&.loginas=adi&.done=http%3a//id.f766.mail.yahoo.com/ym/Options
3. Ikuti petunjuk di situs kami. Jika petunjuk meminta
Kode Konfirmasi Anda, masukkan:  db0ead

Salam,

Layanan Anggota Yahoo!

8. Anda bisa mengclick link untuk konfirmasi tersebut (seperti yang ada di point 7),ataupun memasukkan kode verifikasi (seperti yang ada di point 6) yang dikirimkan yahoo (seperti point 7 db0ead)
9. Jika sukses, akan muncul :

Alamat email penerusan Anda sudah diverifikasi.

Seluruh pesan sekarang akan dikirim ke adi@perusahaan.com.

10. Selesai

Source untuk forwarding disini

 

Januari 2012
S S R K J S M
« Nov    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Blog Stats

  • 16,688 hits
go green indonesia!
Ikuti

Get every new post delivered to your Inbox.