{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Archive
Toko Penjual Raspberry Surabaya
Digiware RMI https://digiwarestore.com — Isee Robot https://iseerobot.com/ —- Akhishop Keputih Surabaya https://www.tokopedia.com/akhishop … Read entire article »
Filed under: Raspberry
Anggaran Belanja Server
MB : Rp 865.000,- Proc : Rp 1.275.000,- Core I3 Gen 9 RAM : Rp 685.000.- DDR4 8GB Cashing : Rp 420.000,- Cube Gaming Varde – Tempered Glass, mATX, 3x Rainbow RGB Fan Power Supply : Rp 900.000,- ———————————- + Rp 4.145.000,- … Read entire article »
Filed under: 7. Operating System
Ini SK Inpassing Asisten Ahli, SK penyesuaian Yayasan dsb
PetikanAAYayasan2 petikanSKyayasan1 SKPenyesuaianJabfungYayasan2 SKPenyesuaianJabFungYayasan1 SKInpassingDosen2 … Read entire article »
Filed under: 7. Operating System
Lampiran SK INPASSING ASISTEN AHLI
inpkpp13082019 … Read entire article »
Filed under: 7. Operating System
CATATAN TAMBAHAN B.Jatim Host to host
PekTek Dokumentasi PDL Bank Jatim(1) (1) KODEREK Dokumentasi H2H Bank Jatim – Billing – lite (NEw) … Read entire article »
Filed under: 7. Operating System
Fungsi Reboot dan Shutdown pada Python
def reboot(self): import subprocess subprocess.call([“sudo”,”reboot”,”-p”]) def shutdown(self): import subprocess subprocess.call([“sudo”,”halt”,”-p”]) … Read entire article »
Filed under: 7. Operating System
Cara Menghilangkan Cursor Mouse di Raspberry
1. Install Unclutter Log in to your Raspberry Pi via SSH – or open terminal directly on the Pi. Then install Unclutter, like this: sudo apt-get install unclutter 2. Edit LXDE Autostart Script Next we need to edit the LXDE Autostart script – for us this means running: nano ~/.config/lxsession/LXDE-pi/autostart 3. Turn the Cursor Off Finally you need to add this line to the autostart script: @unclutter -idle 0 Press ctrl+X and then hit Y to save your changes. 4. Reboot Finally, reboot your Pi using: sudo reboot … Read entire article »
Filed under: Raspberry
Check SSID Wifi di Consol
INI CARA CHECK SSID root@raspberrypi:/home/pi/Desktop# iwlist wlan0 scan | grep SSID ESSID:”Iki wifine tonggo” ESSID:”WLAN_IKC” ESSID:”” ESSID:”ZTE_2.4G_hCjNNh” … Read entire article »
Filed under: 7. Operating System