Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Archive

Bash Programming sh DataCapture

#!/bin/bash cd /home/sumenep/master/0328SumenepTobys/DataCapture/; jumfile=`ls | wc -l`; dataref=1; echo “$jumfile” if [ $jumfile -gt $dataref ] then echo “Nilai A > Nilai B” else echo “Nilai A == Nilai B” fi … Read entire article »

Filed under: 7. Operating System

Nomor Efaktur 2020

S-1367_PPN.NSFP_WPJ.11_KP.0703_2020 … Read entire article »

Filed under: 7. Operating System

Test TOEIC

http://www.examenglish.com/TOEIC/TOEIC_listening_part1.htm … Read entire article »

Filed under: 7. Operating System

menghitung jumlah file dalam folder

ls -al | wc -l … Read entire article »

Filed under: 7. Operating System

Kartu Test TKDA dan TOEP 2020

kartu Peserta TKDA Kartu Peserta_TOEP … Read entire article »

Filed under: Sertifikasi Dosen / Serdos

Crontab Editor, Cara Merubah Crontab Editor

Cara Merubah Editor Crontab, ke Editor lain,.. export VISUAL=joe … Read entire article »

Filed under: Linux

Menambahkan Routing Bank Jatim

route add -net 172.18.0.0 netmask 255.255.0.0 via 192.178.10.105 ——————- Kalo Tidak Bisa Menggunakan Cara Diatas Silahkan Pakai Cara Ini ip route add 172.18.34.0/24 via 192.178.10.105 dev eth0 … Read entire article »

Filed under: 7. Operating System

Query Menghitung Jumlah Data Yang Sama

SELECT no_wp, COUNT(*) AS c FROM npwpd GROUP BY no_wp HAVING c > 1 ORDER BY c DESC … Read entire article »

Filed under: 7. Operating System

Data NPWPD Lumajang

IKC RESTO … Read entire article »

Filed under: 7. Operating System

Link Registrasi DPL

http://kkn2020.ubhara.id/registrasi/registrasi_dpl … Read entire article »

Filed under: 7. Operating System