Articles Comments

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

Cara Enable Start Up di Linux Centos

Ikuti Langkah2x sbb : 1. Buatlah Script berisi program di folder   /root/scripts/ –> Contoh File routing.sh 2. ‘Copy Paste’kan Link  Program  routing.sh  script di baris paling bawah rc.local. 3. Lalu Buat Chmod 755 4. Ketik Perintah  ke Consol –> systemctl enable rc-local 5. Reboot OS. —————————– joe /root/scripts/routing.sh chmod +x /root/scripts/routing.sh joe /etc/rc.d/rc.local –> Paste link Script di baris paling bawah, /root/scripts/routing.sh chmod u+x /etc/rc.d/rc.local reboot … Read entire article »

Filed under: Linux

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