Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System

Cara Membuat IP Alias di Raspberry

1. Taruh Script dibawah ini kedalam file /etc/network/if-up.d/ifup-alias, Buatlah file tersebut (Executable) dengan Chmod 755. —- #! /bin/bash if [ “$IFACE” == “eth0″ ] then ifup eth0:0 elif [ “$IFACE” == “wlan0″ ] then ifup wlan0:0 fi 2. lakukan penambahan penambahan ip address di /etc/network/interfaces #WIRED / CABLES iface eth0:0 inet static address 192.168.0.30 network 192.168.0.0 netmask 255.255.255.0 #WIRELESS iface wlan0:0 inet static address 192.168.0.30 network 192.168.0.0 netmask 255.255.255.0 … Read entire article »

Filed under: 7. Operating System

Tugas Remidi, SJKL 2017

TUGAS REMIDI … Read entire article »

Filed under: 7. Operating System

seminar KNSI2017 BALI –> Bukti Pembayaran Tiket Pesawat, Registrasi Seminar , Hotel Dsb

Status Makalah — Bukti Bayar Tiket Pesawat –> BCA Invoice invoice_720095 –~> tagihan kegiatan seminar 78_720095_ee81decd9909908ecc0d2a620a1a1937_501  ~> Bukti TT bank BNI Konfirmasi Checkout – Nusatrip1 Eticket-1-65BNEW-RMENTQRLF98G … Read entire article »

Filed under: 7. Operating System

Rekening PKBL Baru PTPN-XI

0172.01.001052.30.4 Bank BRI a/n: PKBL PTPN-XI —- ini bukti TT … Read entire article »

Filed under: 7. Operating System

Midnight Commander SSH, MC ssh

mc sh://hukum@fh.ubhara.ac.id:/home/hukum/ — jika menggunakan port lain : mc sh://dms@www.ikc.co.id:2018/home/aplikasi-epasar/ … Read entire article »

Filed under: 7. Operating System

NO HP dosen FT UBHARA

Filed under: 7. Operating System

ICTA PDF Content

1_22_ictaDocx 22_40_ictaDocx 41_62_ictaDocx 63_82_ictaDocx 83_102_ictaDocx 103_120_ictaDocx 121_142_ictaDocx 143_158_ictaDocx 159_174_ictaDocx 175_200_ictaDocx … Read entire article »

Filed under: 7. Operating System

KNSI2017 STIKOM BALI

URL : http://knsi2015.stikom-bali.ac.id Username : dimas.adityo Password : 1357924680 … Read entire article »

Filed under: 7. Operating System

Script omxplayer | loop run | omxplayer | video Raspbery | Rpi

Silahkan di copy paste.. sudah di ujicoba —– #!/bin/sh # get rid of the cursor so we don’t see it when videos are running setterm -cursor off # set here the path to the directory containing your videos VIDEOPATH=”/home/pi/Downloads/laguIslami/” # you can normally leave this alone SERVICE=”omxplayer” # now for our infinite loop! while true; do if ps ax | grep -v grep | grep $SERVICE > /dev/null then sleep 1; else for entry in $VIDEOPATH/* do clear #omxplayer -o local $entry > /dev/null  ~> kluar sound dari Audio Onboard Rpi omxplayer $entry > /dev/null done fi done … Read entire article »

Filed under: 7. Operating System

PDP Pak Arif

Proposal_Pengembangan_Aplikasi__Mobile … Read entire article »

Filed under: 7. Operating System