This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Saturday, May 24, 2014

Tutorial Praktikum KDJK Meets 8 Membuat Hak Akses Di Linux

Ya kali ini kita akan membahas tentang membuat hak akses di LINUX at terminal nya.
The ways are:
 
praktikan@localhost ~ $ su  // untuk masuk ke root atau super-user
praktikan@localhost ~ $ yum install apache mysql php //untuk install apache bila tidak ada apache, mysql, dan php sebagai web browser
root@localhost /home/praktikan # service httpd start  // mengecek apakah apache dan temen-temen nya sudah terinstall

Tuesday, May 20, 2014

tutorial install BIND dan makes DNS di LINUX (Praktikum meets 7)

NAMA : PRAYITNO
NIM     : 12018104

Ya kali ini praktikum KDJK meets 7 mmperkenalkan tentang cara buat DNS (Domain Name System):
the ways is :
1. Buka terminal di LINUX
2. Lalu ketikan kan :  
su => // ketikkan su untuk masuk dalam sintax pada terminal LINUX
-    yum remove bind => //jika sudah ada bind yang terinstall maka cara m-remove nya
-    y =>pilih yes untuk memulai instalasi dan tunggu beberapa saat
-    yum install bind => // untuk install bind
nano  /etc/named.conf =>// Konfigurasi file named.conf 

Tuesday, May 13, 2014

Refleksi Basis Data Meets 9

Pada sesi latihan ini dibahas tentang latihan Query menggunakan perintah SELECT pada SQL .
  • Buat database dengan nama Akademik.mdb
  • Buat tabel Fakultas dengan struktur sebagai berikut:

Reflefsi BD Meets 8

Dua macam kategori yang paling populer dalam SQL adalah DDL dan DML, secara garis besar perbedaan kedua tipe ini ada pada fungsi dan perintahnya untuk pengolahan data di DBMS. DDL digunakan untuk membentuk atau mendefinisikan schema pada database, perintah sql pada DDL antara lain adalah create, alter, drop, dan rename. Sedangkan DML merupakan kode SQL yang digunakan untuk memanipulasi data pada database, hal ini meliputi merubah, menghapus, menambahkan, dan melihat data tersebut. QUERY yang termasuk dalam kategori ini adalah Update, Delete, Insert, dan Select.
Selain kedua konsep tersebut, kategori pemrosesan database juga terdiri dari TCL dan DCL. Seluruh konsep mengenai apa itu masing masing kategori ini akan kita bahas satu per satu. Termasuk contoh DDL dan Contoh DML yang telah dikemas dalam bentuk perintah SQL.