Get Our ​​Products For Free Here!

Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Sunday, July 15, 2012

Step By Step Root/Unroot Smartfren Andro Max Hisense E860 Dengan Linux

Simak Artikel cara mudah Root/Unroot, Rooting Smartfren Andro Max Hisense E860 dengan Linux (All Distro) berikut dengan teliti sebelum mencoba..
Setelah mencoba berbagai macam cara root, mulai dari mempodroid, update.zip via stock recovery, dan unlockroot tidak ada yang berhasil, alhamdulillah akhirnya saya menemukan solusi di http://forum.xda-developers.com/wiki/ASUS_Padfone, iseng-iseng saya praktekan langkah tersebut dan berhasil masuk sebagai super user.
Disclaimer : saya tidak bertanggung jawab jika terjadi "sesuatu" pada device anda, use at your own risk.

LINUX (All distribution)
Minimal distro linux anda punya terminal kampung rambutan atau konsole dan fitur eject. Download dulu paket-paket kelengkapannya. (Klik link dibawah)



Setelah download, extrak saja di folder yang anda suka, misal di folder /home/cidtux/donlod/andromax
1. Aktifkan adb dengan cara ini. (semua distro linux sama langkahnya)
2. Masuk folder donlodan tadi. & cek adb devices
$cd ~/donlod/andromax
$./adblinux devices
Harus sudah ada E860 jika belum ulangi langkah 1.
3. Exploit ICS 4.0.3 (kemungkinan bisa juga diterapkan di devices lain dengan versi 4.0.3)
$eject /dev/sr0 (klo anda pakai netbook, klo notebook /dev/sr1)
$./adblinux shell mv /data/local/tmp /data/local/tmp.bak
$./adblinux shell ln -s /data /data/local/tmp
$./adblinux reboot
ANDROMAX Reboot. tunggu sampai masuk lock screen.
$eject /dev/sr0
$./adblinux shell rm /data/local.prop > nul
$./adblinux shell "echo \"ro.kernel.qemu=1\" > /data/local.prop"
$./adblinux reboot
4. ANDROMAX Reboot. tunggu sampai masuk lock screen. Saat masuk lock screen, pasti system UI errorr... xixixixi, biarkan saja tandanya sudah kena exploit.
$./adblinux shell id
Klo sudah masuk root berarti sudah ok. Lanjutkan dengan mengcopy file-file yang dibutuhkan.
$./adblinux remount
$./adblinux push su /system/bin/su
$./adblinux shell chown 0.0 /system/bin/su
$./adblinux shell chmod 06755 /system/bin/su
$./adblinux push busybox /system/bin/busybox
$./adblinux shell chown 0.0 /system/bin/busybox
$./adblinux shell chmod 0755 /system/bin/busybox
$./adblinux push Superuser.apk /system/app/Superuser.apk
$./adblinux shell chown 0.0 /system/app/Superuser.apk
$./adblinux shell chmod 0644 /system/app/Superuser.apk
$./adblinux push RootExplorer.apk /system/app/RootExplorer.apk
$./adblinux shell chown 0.0 /system/app/RootExplorer.apk
$./adblinux shell chmod 0644 /system/app/RootExplorer.apk
--- Proses Root Selesai--- Lalu lanjutkan langkah dibawah ini.
$./adblinux shell rm /data/local.prop
$./adblinux shell rm /data/local/tmp
$./adblinux shell mv /data/local/tmp.bak /data/local/tmp
$./adblinux reboot

Selesai andromax anda telah di root. Nah berikut ini adalah hasil exploit di archlinux.
Klik untuk memperbesar.
Smartfren Andro Max saat mengakses super user. :) di terminal
Lalu untuk unroot lakukan sampai langkah ke 3, dan ikuti proses unroot berikut.
$./adblinux remount
$./adblinux shell rm /system/bin/su
$./adblinux shell rm /system/bin/busybox
$./adblinux shell rm /system/app/Superuser.apk
$./adblinux shell rm /system/app/RootExplorer.apk
$./adblinux shell rm /data/local.prop
$./adblinux shell rm /data/local/tmp
$./adblinux shell mv /data/local/tmp.bak /data/local/tmp
$./adblinux reboot
Proses unroot selesai.

Good Luck ... :)

Step BY Step Koneksi ADB Smartfren Andro Max Hisense E860 Dengan Linux

Setelah membeli Smartfren Andro Max Hisense E860 sebagai penggila (linuxer) desktop maupun mobile, saatnya mencoba mengkoneksikan adb ke devices ini disistem operasi Linux. Dan hasilnya tidak dideteksi sama sekali. Sudah saya coba centang usb debugging tetap tidak bisa. Lalu saya coba ke windows, ketika diaktifkan Debugging mode, ternyata muncul drive cd rom. Jadi teringat akan modem-modem smartfren yang perlu eject untuk merubah mode.

Langsung saja saya coba praktekkan. Pertama-tama saya coba tancapkan Smartfren Andro Max ini. dan cek lsusb.
Hasilnya adalah
0x109b dan 0xf009.

Lalu saya aktifkan debbuging mode / usb debugging, yang terletak di settings -> opsi pengembang -> centang seperti gambar dibawah ini.
Lalu saya coba perintah
$eject /dev/sr0 (netbook)
$eject /dev/sr1 (untuk notebook/pc ber cd rom)
Lalu saya coba lsusbkan kembali.
Hasilnya berubah yaitu menjadi.
0x109b 0x9114
Langsung saja buat rules.
#nano /etc/udev/rules.d/51-android.rules
isikan sebagai berikut
SUBSYSTEMS=="usb", ATTRS{idVendor}=="109b", ATTRS{idProduct}=="9114", MODE="0666"
atau seperti pada langkah awal cara pengambilan snapshot dengan ddms.
save dan reboot.
Setelah login, ulangi kembali langkah enable debugging + eject diatas. (jika kabel tertancap saat reboot tidak perlu eject).
Lalu buat file adb_usb.ini
$mkdir ~/.android
$nano ~/.android/adb_usb.ini
isikan dengan
0x109b
jika sudah save

Lalu coba aplikasi yang menggunakan adb, sebagai contoh ddms. Dan langsung muncul. :D
Lalu bagaimana dengan sistem operasi tetangga, cukup enable debugging sampai muncul virtual cd drive, trus install drivernya.
Semoga berguna.

Thursday, August 4, 2011

List Repository Ubuntu 11.04 Natty Narwhal - Local Indonesia

Here is a list of local repositories (Indonesia) for the latest version of ubuntu 11:04 Natty Narwhal, to use the repository using the list below is the manual way, ie
Edit the file / etc / apt / sources.list
 

# sudo gedit / etc / apt / sources.list

Replace the contents of the original sources.list (default) with the source repository below as you want.
 



#Si Kambing
deb http://kambing.ui.edu/ubuntu/ natty main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ natty main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ natty-updates main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ natty-security main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ natty-security main restricted universe multiverse
#ITB
deb ftp://ftp.itb.ac.id/pub/ubuntu/ natty main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ natty main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ natty-updates main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ natty-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ natty-security main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ natty-security main restricted universe multiverse 
#FOSS-ID
deb http://dl2.foss-id.web.id/ubuntu/ natty main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ natty main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ natty-updates main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ natty-security main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ natty-security main restricted universe multiverse 
#Si Kebo
deb http://kebo.vlsm.org/ubuntu/ natty main restricted universe multiverse
deb-src http://kebo.vlsm.org/ubuntu/ natty main restricted universe multiverse
deb http://kebo.vlsm.org/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://kebo.vlsm.org/ubuntu/ natty-updates main restricted universe multiverse
deb http://kebo.vlsm.org/ubuntu/ natty-security main restricted universe multiverse
deb-src http://kebo.vlsm.org/ubuntu/ natty-security main restricted universe multiverse 
 #Undip
deb http://repo.undip.ac.id/ubuntu/ natty main restricted universe multiverse
deb-src http://repo.undip.ac.id/ubuntu/ natty main restricted universe multiverse
deb http://repo.undip.ac.id/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://repo.undip.ac.id/ubuntu/ natty-updates main restricted universe multiverse
deb http://repo.undip.ac.id/ubuntu/ natty-security main restricted universe multiverse
deb-src http://repo.undip.ac.id/ubuntu/ natty-security main restricted universe multiverse
#Pandawa IPB
deb http://pandawa.ipb.ac.id/ubuntu/ natty main restricted universe multiverse
deb-src http://pandawa.ipb.ac.id/ubuntu/ natty main restricted universe multiverse
deb http://pandawa.ipb.ac.id/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://pandawa.ipb.ac.id/ubuntu/ natty-updates main restricted universe multiverse
deb http://pandawa.ipb.ac.id/ubuntu/ natty-security main restricted universe multiverse
deb-src http://pandawa.ipb.ac.id/ubuntu/ natty-security main restricted universe multiverse 
 #Pesat.net
deb http://ubuntu.pesat.net.id/archive/ natty main restricted universe multiverse
deb-src http://ubuntu.pesat.net.id/archive/ natty main restricted universe multiverse
deb http://ubuntu.pesat.net.id/archive/ natty-updates main restricted universe multiverse
deb-src http://ubuntu.pesat.net.id/archive/ natty-updates main restricted universe multiverse
deb http://ubuntu.pesat.net.id/archive/ natty-security main restricted universe multiverse
deb-src http://ubuntu.pesat.net.id/archive/ natty-security main restricted universe multiverse
#Kavalinux
deb http://mirror.kavalinux.com/ubuntu/ natty main restricted universe multiverse
deb-src http://mirror.kavalinux.com/ubuntu/ natty main restricted universe multiverse
deb http://mirror.kavalinux.com/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://mirror.kavalinux.com/ubuntu/ natty-updates main restricted universe multiverse
deb http://mirror.kavalinux.com/ubuntu/ natty-security main restricted universe multiverse
deb-src http://mirror.kavalinux.com/ubuntu/ natty-security main restricted universe multiverse
then run the command to update the package list :

#sudo apt-get update

Friday, July 29, 2011

Setting ZTE USB Modem Smartfren Connex AC-682 in Ubuntu 11.04

Setting ZTE USB Modem Smartfren Connex AC-682 in Ubuntu 11.04

After browsing here and there looking up tutorial setting this modem, and I found also a practical way, the following steps ..
Step 1:
Turn on the computer, go to the ubuntu desktop, and input to plug the usb modem, open a terminal
Barrcuda @ ubuntu: ~ $ lsusb
Bus 003 Device 002: ID 09da: 000a A4 Tech Co.., Ltd. Port Mouse
Bus 003 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 19d2: ffde Onda Communication SpA
Bus 002 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b: 0002 Linux Foundation 2.0 root hub
From the results of TSB in getting the vendor id (19d2) and product id (ffde). Ffde code means the modem is detected as storoge device or CD-ROM.
Step 2:
Now we eject the CD-ROM drive TSB
Barrcuda @ ubuntu: ~ $ sudo eject / dev/sr1
Note: USB mode switch is not required for this modem. SR1 in clay from the results of dmesg
Step 3:
Type lsusb to find out the id of the product changes to ffdd ffde.
Barrcuda @ ubuntu: ~ $ lsusb
Bus 003 Device 002: ID 09da: 000a A4 Tech Co.., Ltd. Port Mouse
Bus 003 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 19d2: ffdd Onda Communication SpA
Bus 002 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b: 0002 Linux Foundation 2.0 root hub
Note: if there is no change in the product, unplug the modem and then colokin again.
Step 4:
Input parameters to the kernel
Barrcuda @ ubuntu: ~ $ sudo modprobe usbserial vendor = 0x19d2 product = 0xffdd
Step 5:
Type wvdialconf to create the file / etc / wvdial.conf. (If there is no wvdial, download them first and dependenciesnya)
Barrcuda @ ubuntu: ~ $ sudo wvdialconf
Editing `/ etc / wvdial.conf '.
Scanning your serial ports for a modem.
... ... ... ... ... ... ... ... ....
... ... ... ... ... ... ... ... ... ..
ttyUSB0: ATQ0 V1 E1 - OK
ttyUSB0: ATQ0 V1 E1 Z - OK
ttyUSB0: ATQ0 V1 E1 S0 = 0 - OK
ttyUSB0: ATQ0 V1 E1 S0 = 0 & C1 - OK
ttyUSB0: ATQ0 V1 E1 S0 = 0 & C1 & D2 - OK
ttyUSB0: ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0 - OK
ttyUSB0: Modem Identifier: ATI - Manufacturer: QUALCOMM INCORPORATED
ttyUSB0: Speed ​​9600: AT - OK
ttyUSB0: Max speed is 9600; That Should Be safe.
ttyUSB0: ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0 - OK
... ... ... ... ... ... ... ... ... .... Found a modem on / dev/ttyUSB0.
Modem configuration written to / etc / wvdial.conf.
ttyUSB0: Speed ​​9600; init "ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0"
Step 6:
Edit the file / etc / wvdial.conf
Barrcuda @ ubuntu: ~ $ sudo gedit / etc / wvdial.conf
[Dialer smart]
Init2 = ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0
Modem Type = Analog Modem
Phone = # 777
ISDN = 0
Username = smart
Init1 = ATZ
Password = smart
Modem = / dev/ttyUSB0
Baud = 460 800
Command Line = ATDT
Stupid Mode = 1


[Dialer mobi]
Init2 = ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0
Modem Type = Analog Modem
Phone = # 777
ISDN = 0
Username = m8
Init1 = ATZ
Password = m8
Modem = / dev/ttyUSB0
Baud = 460 800
Command Line = ATDT
Stupid Mode = 1
Step 7:
Run wvdial smart (if pake smart operator) wvdial mobi (if pake mobi
Barrcuda @ ubuntu: ~ $ sudo wvdial smart
-> WvDial: Internet dialer version 1.60
-> Can not get information for serial port.
-> Initializing modem.
-> Sending: ATZ
OK
-> Sending: ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0
ATQ0 V1 E1 S0 = 0 & C1 & D2 + FCLASS = 0
OK
-> Modem initialized.
-> Sending: ATDT # 777
-> Waiting for carrier.
ATDT # 777
CONNECT
-> Carrier detected. Waiting for prompt.
~ [7f ]}#@!}!}} }=}!}$}% \ }"}&}}}}} #}% B #}%}%}& hk #>}'}"}(}" ~
-> PPP negotiation detected.
-> Starting pppd at Mon Dec 3 23:01:31 2010
-> Pid of pppd: 1647
-> Using interface ppp0
-> Pppd: [08] [08]
-> Pppd: [08] [08]
-> Pppd: [08] [08]
-> Pppd: [08] [08]
-> Pppd: [08] [08]
-> Local IP address 10.1.63.194
-> Pppd: [08] [08]
-> Remote IP address 2.2.2.2
-> Pppd: [08] [08]
-> Primary DNS address 117.18.224.146
-> Pppd: [08] [08]
-> Secondary DNS address 117.18.224.147
-> Pppd: [08] [08]
Let me not have to automatically perform repetitive langkah2 TSB, do the following:
Sign In terminal, type sudo gedit / etc / modules
paste in the following
usbserial vendor = 0x19d2 product = 0xffdd
save
plug in
modem before the computer in startup

Tuesday, April 26, 2011

Local Ubuntu Repository list Maverick Meerkat 10.10

Maverick in ubuntu repo is already providing its own, usually quite slow to be accessed from Indonesia. One way to optimize the apt-get apt-get-an when installing additional applications is by using a local server.Here's a list of local repository server 10:10 (Maverick Meerkat) that have been collected .. : D: p
Ubuntu

Ubuntu Repository 10:10 in FOSS-ID:

deb http://dl2.foss-id.web.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted universe multiverse

Kambing Ubuntu Repository at 10:10:

deb http://kambing.ui.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://kambing.ui.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://kambing.ui.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://kambing.ui.ac.id/ubuntu/ maverick-security main restricted universe multiverse



10:10 Ubuntu Repository on CBN:

deb http://ubuntu.cbn.net.id/Ubuntu/ maverick main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick main restricted universe multiverse
deb http://ubuntu.cbn.net.id/Ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick-updates main restricted universe multiverse
deb http://ubuntu.cbn.net.id/Ubuntu/ maverick-security main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick-security main restricted universe multiverse


10:10 Ubuntu Repository on ITB:

deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse


Ubuntu Repository at 10:10 Indika:

deb http://ubuntu.indika.net.id/ maverick main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick main restricted universe multiverse
deb http://ubuntu.indika.net.id/ maverick-updates main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick-updates main restricted universe multiverse
deb http://ubuntu.indika.net.id/ maverick-security main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick-security main restricted universe multiverse


Ubuntu Repository on Komo 10:10:

deb http://komo.vlsm.org/ubuntu/ maverick main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick-updates main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick-security main restricted universe multiverse


Ubuntu Repository 10:10 in ITS:

deb http://mirror.its.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb http://mirror.its.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mirror.its.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse


Ubuntu Repository 10:10 at GMU:

deb http://repo.ugm.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://repo.ugm.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://repo.ugm.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick-security main restricted universe multiverse


Ubuntu Repository in UNDIP 10:10:

deb http://jaran.undip.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://jaran.undip.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://jaran.undip.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick-security main restricted universe multiverse


Ubuntu Repository at 10:10 UMS:

deb http://mugos.ums.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://mugos.ums.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://mugos.ums.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mugos.ums.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mugos.ums.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mugos.ums.ac.id/ubuntu/ maverick-security main restricted universe multiverse


Ubuntu Repository in UNEJ 10:10 (Kebo):

deb http://mirror.unej.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://mirror.unej.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mirror.unej.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick-security main restricted universe multiverse

Please copy and paste into your sources.list in / etc / apt / sources.list repository list that will be used to update / download the source Ubuntu 10:10.
Do not forget to run the update command after editing the file / etc / apt / sources.list
# Apt-get update

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More