Kau bisa bersembunyi dari kesalahanmu, tapi tidak dari penyesalanmu. Kau bisa bermain dengan dramamu, tapi tidak dengan karmamu.

  • About

    Seorang Teknisi Jaringan yang pernah berkecimpung di Internet Service Provider (ISP) dan akhirnya memutuskan diri untuk menjadi freelancer yang berdomisili di Solo, Surakarta Hadiningrat.

  • Services

    Melayani jasa pasang Internet berbasis Wireless maupun Fiber Optic, Jasa Pasang Tower/Pipa, Pointing Wireless, Setting Router, CCTV, Hotspot, Proxy, Web Server, Network Managed dan Monitoring

  • Contact

    Berbagai saran, kritikan, keluhan dan masukan akan sangat berarti bagi saya. Anda dapat menghubungi/whatsapp saya di nomor:08564-212-8686 atau melalui BBM:2128686

    Wednesday, March 23, 2016


    Berikut ini repositori rapbian di /etc/apt/sources.list

    # Uncomment line below then 'apt-get update' to enable 'apt-get source'
    deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi

    # jessie main
    deb http://kartolo.sby.datautama.net.id/debian/ jessie main
    deb-src http://kartolo.sby.datautama.net.id/debian/ jessie main

    # jessie-updates, previously known as 'volatile'
    deb http://kartolo.sby.datautama.net.id/debian/ jessie-updates main contrib non-free
    deb-src http://kartolo.sby.datautama.net.id/debian/ jessie-updates main contrib non-free

    jika menemui error sperti ini misalnya

    Fetched 18.4 MB in 2min 44s (112 kB/s)
    Reading package lists... Done
    W: GPG error: http://kartolo.sby.datautama.net.id jessie-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
    W: GPG error: http://kartolo.sby.datautama.net.id jessie Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010 NO_PUBKEY CBF8D6FD518E17E1

    SOLUSI :

    root@raspberrypi:/home/pi# apt-get install debian-archive-keyring
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
      debian-archive-keyring
    0 upgraded, 1 newly installed, 0 to remove and 265 not upgraded.
    Need to get 40.1 kB of archives.
    After this operation, 111 kB of additional disk space will be used.
    WARNING: The following packages cannot be authenticated!
      debian-archive-keyring
    Install these packages without verification? [y/N] y
    Get:1 http://kartolo.sby.datautama.net.id/debian/ jessie/main debian-archive-keyring all 2014.3 [40.1 kB]
    Fetched 40.1 kB in 0s (195 kB/s)
    Selecting previously unselected package debian-archive-keyring.
    (Reading database ... 30314 files and directories currently installed.)
    Preparing to unpack .../debian-archive-keyring_2014.3_all.deb ...
    Unpacking debian-archive-keyring (2014.3) ...
    Setting up debian-archive-keyring (2014.3) ...

    OK, ulangi lagi apt-get update

    root@raspberrypi:/home/pi# apt-get update
    Ign http://kartolo.sby.datautama.net.id jessie InRelease
    Get:1 http://kartolo.sby.datautama.net.id jessie-updates InRelease [142 kB]
    Hit http://archive.raspbian.org jessie InRelease
    Get:2 http://kartolo.sby.datautama.net.id jessie Release.gpg [2,373 B]
    Hit http://kartolo.sby.datautama.net.id jessie Release
    Get:3 http://kartolo.sby.datautama.net.id jessie-updates/main Sources [4,092 B]
    Get:4 http://kartolo.sby.datautama.net.id jessie-updates/contrib Sources [32 B]
    Get:5 http://kartolo.sby.datautama.net.id jessie-updates/non-free Sources [920 B]
    Get:6 http://kartolo.sby.datautama.net.id jessie-updates/main armhf Packages [4,620 B]
    Hit http://archive.raspbian.org jessie/main Sources
    Get:7 http://kartolo.sby.datautama.net.id jessie-updates/contrib armhf Packages [32 B]
    Get:8 http://kartolo.sby.datautama.net.id jessie-updates/non-free armhf Packages [516 B]
    Get:9 http://kartolo.sby.datautama.net.id jessie-updates/contrib Translation-en [14 B]
    Get:10 http://kartolo.sby.datautama.net.id jessie-updates/main Translation-en [3,259 B]
    Get:11 http://kartolo.sby.datautama.net.id jessie-updates/non-free Translation-en [496 B]
    Hit http://kartolo.sby.datautama.net.id jessie/main Sources
    Hit http://kartolo.sby.datautama.net.id jessie/main armhf Packages
    Hit http://kartolo.sby.datautama.net.id jessie/main Translation-en
    Hit http://archive.raspbian.org jessie/contrib Sources
    Hit http://archive.raspbian.org jessie/non-free Sources
    Hit http://archive.raspbian.org jessie/rpi Sources
    Hit http://archive.raspberrypi.org jessie InRelease
    Hit http://archive.raspberrypi.org jessie/main armhf Packages
    Hit http://archive.raspberrypi.org jessie/ui armhf Packages
    Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
    Ign http://archive.raspberrypi.org jessie/main Translation-en
    Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
    Ign http://archive.raspberrypi.org jessie/ui Translation-en
    Fetched 159 kB in 36s (4,400 B/s)
    Reading package lists... Done


    0 comments:

    Post a Comment