{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System
Cara Install HTTPS / SSL di Nginx
InstallHTTPSdiNginx … Read entire article »
Filed under: File Config, Linux
Luaran Susulan 2019
http://dimas.ubhara.id/wp-content/uploads/2020/06/Luaran_Kinerja.zip … Read entire article »
Filed under: 7. Operating System
Protected: Ini Kuitansi Lembur KKN2020
There is no excerpt because this is a protected post. … Read entire article »
Filed under: 7. Operating System
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
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