Posted by
Rahadian Syarif |
23.46
|
Ubuntu usually does not provide update packages for Pidgin application. We can update your application Pidgin with the newest package to download and install in manually. Here is how to installation:
Uninstall Old Versions Pidgin
Run Synaptic, System -> Administration -> Synaptic Package Manager. Then close all applications associated with the package "pidgin".
Download Pidgin Newest Applications
Pidgin package can be downloaded on the web at official http://www.pidgin.im/download/source/ but the form of the source package. Shaped DEB package can be downloaded here Repo UGM and download all its DEB packages.
Install Applications Through DEB Package
$ sudo dpkg -i *.debAfter this, Pidgin Internet Messenger can be found in the Application menu → Internet.
Thank you ...!!
Posted by
Rahadian Syarif |
23.35
|
# Mobile phone connection with the USB cable.
# Go through the terminal Applications> Accessories> Terminal. Type the command $ lsusb. This command to keep track of all the existing USB connection dikompie. If successful it will look like this:
Bus 003 Device 001: ID 0000:0000Bus 002 Device 002: ID 062a:0000 Creative Labs Optical MouseBus 002 Device 001: ID 0000:0000Bus 001 Device 003: ID 0fce:d068 Sony Ericsson Mobile Communications ABBus 001 Device 001: ID 0000:0000# Continue on the terminal with the command $ cd /etc/and $ sudo gedit wvdial.conf. Enter the super user password for you. Through this command us to open a folder etc stored there wvdial configuration that we will change.
# If successful, the wvdial.conf ready to edit. We live enter the following configuration:
[Dialer Defaults]Init1 = ATZInit2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0Init3 = AT+CGDCONT=1,\”IP\”,\”internet\”Modem Type = USB ModemPhone = *99***1#ISDN = 0Username = ”Password = ”Baud = 460800New PPPD = yesModem = /dev/ttyACM0; Phone =; Password =; Username =# Back to the terminal window. Type wvdial. See the results, such as the following appear if you have ever successfully connected to the internet
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0OK--> Sending: AT+CGDCONT=1,"IP","internet"AT+CGDCONT=1,"IP","internet"OK--> Modem initialized.--> Sending: ATDT*99***1#--> Waiting for carrier.ATDT*99***1#CONNECT~[7f]}#@!}!}!} }8}#}$@#}(}”}’}”}”}&} } } } }%}&[01]5-$7{~–> Carrier detected. Waiting for prompt.~[7f]}#@!}!}”} }8}#}$@#}(}”}’}”}”}&} } } } }%}&[01]5-$}]i~–> PPP negotiation detected.–> Starting pppd at Thu May 29 08:32:01 2008–> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied–> –> PAP (Password Authentication Protocol) may be flaky.–> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied–> –> CHAP (Challenge Handshake) may be flaky.–> Pid of pppd: 6031–> Using interface ppp0–> pppd: ?/–> pppd: ?/–> pppd: ?/–> pppd: ?/–> pppd: ?/–> pppd: ?/–> local IP address 221.132.239.212–> pppd: ?/–> remote IP address 10.64.64.64–> pppd: ?/–> primary DNS address 202.3.208.10–> pppd: ?/–> secondary DNS address 202.3.210.10–> pppd: ?/To Disconnect ctrl + c or close the Terminal
Happy Testing
Posted by
Rahadian Syarif |
01.59
|
Desktop,
Install,
Linux,
Ubuntu
|
Untuk meng-install open office 3.0.0 kita harus download dulu packet OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz setelah di download buka terminal, masuk ke directory yang telah di download. sebelum menginstall remove dulu open office yang lama melalui synaptic Package Manager, lalu remove open office yang lama.
langkah install
tar xvfz OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz
cd OOO300_m9_native_packed-1_en-US.9358/DEBS/
lalu tinggal install
sudo dpkg -i *.deb
selesai, eith.....!!! belum semuanya, setelah itu install desktop-integration supaya open office muncul pada menu office.
cd desktop-integration/
sudo dpkg -i openoffice.org3.0-debian-menus_3.0-9354_all.deb
---------------------------------------------------------------------------------------
Ada pesan error, nah coba lihat dengan seksama, packet apa yang konfik...??? klo ga salah sih tulisanya open office-core. Nah hapus packet yang konflik menggunkan synaptic package manager. setelah itu install lagi desktop-integrationnya dengan perintah di atas.
selamat mencoba
Terima Kasih.