{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Archive
SCAN SERTIFIKAT SEMINAR NASIONAL SNGBRS
SNGBRS … Read entire article »
Filed under: Scan Data Sertifikat / Surat Tugas dll
Sertifikat PEKERTI dan AA (Applied Approach)
AppliedApproach Pekerti … Read entire article »
Filed under: Scan Data Sertifikat / Surat Tugas dll
script error handler dan cek koneksi
<?php set_error_handler(‘PesanKesalahan’); function PesanKesalahan($string){ print ” Data tdk tersinkronisasi : “.”\n”; } $filename = “./asset/koneksi/Bahagia.txt”; $handle = fopen($filename, “r”); if($handle){ $Tanggal = fread($handle, filesize($filename)); $sub_kalimat = substr($Tanggal,20,-39); echo $sub_kalimat .’ – ‘.date(‘Y’); fclose($handle); } else { echo “<h4 style=\”text-align:center;color:red;\”>”.’Billing Off’.”</h4>”;} ?> … Read entire article »
Filed under: 7. Operating System
Adduser di MYSQL dengan menggunakan konsol
DELETE USERNYA KALO SUDAH ADA, ———————– SELECT User,Host FROM mysql.user; DROP USER ‘testuser’@’localhost'; —- mysql> CREATE USER ‘NamaUser’@’localhost’ IDENTIFIED BY ‘passwordnya'; Query OK, 0 rows affected (0.52 sec) mysql> GRANT SELECT ONĀ *.* TO ‘NamaUser’@’localhost'; Query OK, 0 rows affected (0.12 sec) Issue the GRANT command now to grant those permissions: GRANT ALL PRIVILEGES ON *.* TO ‘debian-sys-maint’@’localhost’ IDENTIFIED BY ‘n4aSHUP04s1J32X5′; mysql> GRANT ALL PRIVILEGES ON *.* TO ‘debian-sys-maint’@’localhost’ IDENTIFIED BY ‘n4aSHUP04s1J32X5′; GRANT ALL PRIVILEGES ON *.* TO ‘dimas’@’localhost’ IDENTIFIED BY ‘okedeh'; … Read entire article »
Filed under: 7. Operating System
Rekap Penelitian dan Pengabdian Ubhara Tahun 2018
REKAPAN PENELITIAN DAN PENGABDIAN UBHARA 2018 … Read entire article »
Filed under: Penelitian
LOA JEECS, Fardanto, Dimas, Pak Wiwit, Pak Nanang Malang
LOA_JEECS_Fardanto1 LOA_JEECS_dimas1 … Read entire article »
Filed under: Scan Data Sertifikat / Surat Tugas dll
drupal backup
https://www.drupal.org/docs/7/upgrade-to-drupal-7/copying-your-live-site-to-a-test-site-command-line … Read entire article »
Filed under: 7. Operating System