0
More

OpenMandriva Commands

  • 2018-01-02

To install packages, use: urpmi # urmpi vim To uninstall packages (with dependencies), use urpme # urmpe vim To query the package database (see if a...

0
More

Change key pair for ec2 instance

  • 2017-12-15

Cara pertama Buka EC2 console. Pada menu NETWORK & SECURITY, pilih “Key Pairs”, kemudian klik Create Key Pair. Setelah pem file di-download, jalankan command berikut: ssh-keygen...

0
More

Get last n records pada MySQL

  • 2017-12-11

Untuk n records dapat menggunakan LIMIT pada query. SELECT * FROM mytable WHERE TIME(timecolumn) BETWEEN ’10:20′ and ’11:20′ ORDER BY id DESC LIMIT 10;

0
More

Let’s Encrypt & Apache pada Ubuntu

  • 2017-12-10

Let’s Encrypt merupakan open Certificate Authority yang bersifat gratis. Layanan ini The service disediakan oleh Internet Security Research Group. Let’s Encrypt Client/Certbot Certbot adalah istilah untuk...

0
More

Delete Vertex pada Google Map

  • 2017-12-09

Berikut adalah contoh program untuk delete vertex pada google map. <!DOCTYPE html> <html>   <head>     <meta name=”viewport” content=”initial-scale=1.0, user-scalable=no”>     <meta charset=”utf-8″>  ...

0
More

Ubuntu Upgrade

  • 2017-08-14

Backup system. Upgrade currently installed package. sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade Use ubuntu’s do-release-upgrade tool to perform upgrade. sudo do-release-upgrade