Mengenal tipe-tipe Tabel MySQL Reviewed by Unknown on 23:58 Rating: 1

Mengenal tipe-tipe Tabel MySQL

Salah satu kelebihan dari MySQL adalah Anda dapat mendefinisikan tipe
untuk tiap tabel. MySQL mendukung beberapa tipe tabel, tergantung konfigurasi
saat proses instalasi MySQL. MySQL memiliki 3 (tiga) tipe data utama, yaitu
MyISAM, InnoDB dan HEAP

Jika kita tidak menyebutkan tipe tabel saat membuat tabel, maka tipe tabel
otomatis akan dibuat sesuai konfigurasi default server MySQL. Hal ini ditentukan
oleh variabel default-table-type di file konfigurasi MySQL.
MyISAM
Tipe tabel MyISAM merupakan tipe tabel yang sederhana, stabil dan mudah
digunakan. Jika kita akan menyimpan data sederhana yang tidak terlalu rumit,
maka gunakanlah tipe tabel ini. Kelebihan utama MyISAM adalah kecepatan dan
kestabilannya. Jika kita memilih tipe tabel MyISAM, maka MySQL secara otomatis
akan menentukan salah satu dari tiga jenis tabel MyISAM, yaitu :
a. MyISAM static. Jenis ini digunakan ketika semua kolom dalam tabel
didefinisikan dengan ukuran yang pasti (fixed). Dengan kata lain, tidak ada
kolom yang memiliki tipe seperti VARCHAR, TEXT dan BLOB. Karena sifatnya
yang fixed, maka jenis ini akan lebih cepat, aman dan stabil.
b. MyISAM dymanic. Jenis ini digunakan ketika terdapat kolom dengan tipe
yang dinamis, seperti tipe kolom VARCHAR. Keuntungan utama dari jenis ini
adalah ukuran yang dinamis. Jadi sifatnya lebih efektif karena ukuran data
(file) menyesuaikan isi dari masing-masing kolom (field).
c. MyISAM Compressed. Kedua jenis MyISAM, static dan dynamic dapat
dikompresi menjadi satu jenis yaitu MyISAM Compressed dengan perintah
myisamchk. Tentunya hasilnya lebih kecil dari segi ukuran. Tabel yang
terkompresi tidak dapat dikenakan operasi seperti INSERT, UPDATE dan
DELETE.
InnoDB
Tipe tabel InnoDB merupakan tipe tabel MySQL yang mendukung proses
transaksi. Tipe ini memiliki beberapa keunggulan, antara lain:
a. Mendukung transaksi antar tabel.
b. Mendukung row-level-locking.
c. Mendukung Foreign-Key Constraints.
d. Crash recovery.
HEAP
Tabel dengan tipe HEAP tidak menyimpan datanya di hardisk, tetapi
menyimpan di RAM (memori). Tipe tabel ini biasanya digunakan sebagai tabel
sementara (temporary). Tabel secara otomatis akan dihapus (hilang) dari MySQL
saat koneksi ke server diputus atau server MySQL dimatikan.


Tipe Tabel yang Lain
Selain 3 (tiga) tipe tabel diatas, yaitu MyISAM, InnoDB dan HEAP, MySQL
juga mendukung tipe tabel yang lain, yaitu:
a. BDB. Tipe tabel ini mirip tipe tabel InnoDB, namun penggunaannya belum
maksimal.
b. Archieve. Tipe ini tersedia sejak MySQL versi 4.1. Tipe ini digunakan untuk
menyimpan tabel yang terkompresi, dimana biasanya digunakan dalam
proses backup.
c. CSV. Tipe ini digunakan untuk menyimpan data dalam bentuk file text yang
dibatasi dengan koma (delimiter). Tipe ini tersedia sejak MySQL versi 4.1.
d. NDB Table (MySQL Cluster). Tersedia sejak MySQL versi 4.1.
e. Federated (External Tables). Tipe ini tersedia sejak MySQL versi 5.0.


Sekian dulu artikel dari saya trimakasih :)
Smoga bermanfaat.
MRTG Dengan OpenBSD Reviewed by Unknown on 17:39 Rating: 1

MRTG Dengan OpenBSD


 
Tutorial ini akan membantu Anda untuk membangun server MRTG Anda sendiri, untuk menangkap lalu lintas dari router Anda, switch atau hal-hal lain.
Pertama kita perlu memastikan bahwa kita sudah punya ini:
- Gd- Mrtg- Net-snmp- Zlib- Libpng
Jika Anda sudah punya, akan kita lanjutkan. Jika tidak, Anda harus menginstal terlebih dahulu, menggunakan paket atau hanya men-download paket biner dari situs web . Anda dapat memeriksanya menggunakan pkg_info, misalnya:
$ Pkg_info | grep gdgd-2.0.34 library untuk penciptaan dinamis gambar

Sekarang kita perlu mengkonfigurasi snmpd.conf yang
$ Menemukan snmpd.conf/etc/snmp/snmpd.conf
# Sistem kontaksyscontact technical@mrtg.netsyslocation Jakarta# Komunitas sumber sec.name (password)com2sec MRTG 192.168.8.99 COMMUNITY
## Group.name sec.model sec.nameKelompok RWGroup V1 ROUTERKelompok ROGroup V1 LocalLan## Termasuk / tidak termasuk sub maskmelihat semua termasuk 0,1 80tampilan sistem sistem termasuk fe## Konteks sec.model awalan sec.level baca tulis notifAkses ROGroup "" V1 noauth tepat semua tidak ada satupunAkses RWGroup "" V1 noauth tepat semua semua semuaAkses Lainnya "" V1 noauth sistem tidak tepat semua
Untuk info lebih lanjut, Anda dapat memeriksa dari sini http://net-snmp.sourceforge.net/.Sekarang kita perlu mengaktifkan snmpd dengan:
# / usr / local / sbin / snmpd -c /etc/snmp/snmpd.conf
Jika ingin snmpd otomatis mulai saat boot Anda harus meletakkannya di /etc/rc.local
#echo "/ usr / local / sbin / snmpd -c /etc/snmp/snmpd.conf" >> /etc/rc.local
Dan setelah itu kita perlu tahu apakah itu snmpd aktif atau tidak, dengan melakukan hal ini:
# / usr / local / bin / snmpwalk Os -c [komunitas-string] v 1 [ip-nomor]
Anda harus mengisi string dan jumlah ip. Setelah itu Anda dapat melihat output.
bla bla-bla-......................snmpInTotalReqVars.0 = Counter32: 6778snmpInTotalSetVars.0 = Counter32: 0snmpInGetRequests.0 = Counter32: 1440snmpInGetNexts.0 = Counter32: 1742snmpInSetRequests.0 = Counter32: 0snmpInGetResponses.0 = Counter32: 0snmpInTraps.0 = Counter32: 0snmpOutTooBigs.0 = Counter32: 0snmpOutNoSuchNames.0 = Counter32: 0snmpOutBadValues.0 = Counter32: 0snmpOutGenErrs.0 = Counter32: 0snmpOutGetRequests.0 = Counter32: 0snmpOutGetNexts.0 = Counter32: 0snmpOutSetRequests.0 = Counter32: 0snmpOutGetResponses.0 = Counter32: 3192snmpOutTraps.0 = Counter32: 0snmpEnableAuthenTraps.0 = INTEGER: cacat (2)snmpSilentDrops.0 = Counter32: 0snmpProxyDrops.0 = Counter32: 0
Selamat, Anda baru saja menginstal snmp Anda.

Seperti kita ketahui apache dipenjara (chroot-red) di / var / www atau Anda dapat menggunakan '-u' flag. Maka Anda harus membuat folder di / var / www / mrtg. Sekarang saya ingin menangkap lalu lintas dari router (OpenBSD Router) 192.168.8.2, saya telah snmp diinstal di sana. Jadi saya membuat folder lain di / var / www / mrtg / router / atau hanya menggunakan router IP /var/www/mrtg/192.168.8.2.
#cfgmaker --global 'WorkDir: /var/www/mrtg/192.168.8.2/' \--global 'Options [_]: bit, growright' \--output /var/www/mrtg/192.168.8.2/192.168.8.2.cfg \COMMUNITY@192.168.8.2
Anda dapat memeriksa 192.168.8.2.cfg yang sudah ada (/var/www/mrtg/192.168.8.2), sekarang kita perlu menjalankan ini. Kita perlu menambahkan baris ini ke /var/www/mrtg/192.168.8.2/192.168.8.2.cfg yang
LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txtRunAsDaemon: Ya
# / usr / local / bin / mrtg /var/www/mrtg/192.168.8.2/192.168.8.2.cfg
Anda akan melihat output begitu banyak kesalahan, itu normal. Sekarang menempatkan garis yang ke crontab.#crontab -e* / 5 * * * * / usr / local / bin / mrtg /var/www/mrtg/192.168.8.2/192.168.8.2.cfg
Dan menyimpan pekerjaan Anda, itu akan berjalan untuk setiap 5 menit (man crontab). Sekarang kita perlu index.html sehingga kita bisa dengan mudah mengaksesnya dari browser. Jalankan perintah ini untuk membuat indeks Anda
#indexmaker Output = / var / www / mrtg / 192.168.8.2 / index.html /var/www/mrtg/192.168.8.2/192.168.8.2.cfg
Whamm, sekarang Anda sudah memiliki index.html Anda sendiri di /var/www/mrtg/192.168.8.2 tersebut.Sekarang, semua kita perlu mengkonfigurasi httpd.conf. Dan Anda siap untuk pergi.
* Note: Anda perlu menginstal snmp ke mesin Server Anda!!
Site Map Reviewed by Unknown on 06:30 Rating: 1

Site Map

Disclaimer Reviewed by Unknown on 23:35 Rating: 1

Disclaimer

Disclaimer for About IT

If you require any more information or have any questions about our site's disclaimer, please feel free to contact us by email at sintong.sinaga7@gmail.com.

Disclaimers for http://www.sintong7.blogspot.co.id/:

All the information on this website is published in good faith and for general information purpose only. http://www.sintong7.blogspot.co.id/ does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (http://www.sintong7.blogspot.co.id/), is strictly at your own risk. http://www.sintong7.blogspot.co.id/ will not be liable for any losses and/or damages in connection with the use of our website.

From our website, you can visit other websites by following hyperlinks to such external sites. While we strive to provide only quality links to useful and ethical websites, we have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before we have the opportunity to remove a link which may have gone 'bad'.

Please be also aware that when you leave our website, other sites may have different privacy policies and terms which are beyond our control. Please be sure to check the Privacy Policies of these sites as well as their "Terms of Service" before engaging in any business or uploading any information.

Consent

By using our website, you hereby consent to our disclaimer and agree to its terms.

Update

This site disclaimer was last updated on: Tuesday, December 1st, 2015
· Should we update, amend or make any changes to this document, those changes will be prominently posted here.


Privacy Policy Reviewed by Unknown on 23:12 Rating: 1

Privacy Policy

Privacy Policy for About IT

If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at sintong.sinaga7@gmail.com.

At http://www.sintong7.blogspot.co.id/ we consider the privacy of our visitors to be extremely important. This privacy policy document describes in detail the types of personal information is collected and recorded by http://www.sintong7.blogspot.co.id/ and how we use it.

Log Files
Like many other Web sites, http://www.sintong7.blogspot.co.id/ makes use of log files. These files merely logs visitors to the site - usually a standard procedure for hosting companies and a part of hosting services's analytics. The information inside the log files includes internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date/time stamp, referring/exit pages, and possibly the number of clicks. This information is used to analyze trends, administer the site, track user's movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.

Cookies and Web Beacons
http://www.sintong7.blogspot.co.id/ uses cookies to store information about visitors' preferences, to record user-specific information on which pages the site visitor accesses or visits, and to personalize or customize our web page content based upon visitors' browser type or other information that the visitor sends via their browser.

DoubleClick DART Cookie
→ Google, as a third party vendor, uses cookies to serve ads on http://www.sintong7.blogspot.co.id/.
→ Google's use of the DART cookie enables it to serve ads to our site's visitors based upon their visit to http://www.sintong7.blogspot.co.id/ and other sites on the Internet.
→ Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - http://www.google.com/privacy_ads.html

Our Advertising Partners
Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include .......

  • Google
  • Commission Junction
  • Amazon
  • Widget Bucks
  • Adbrite
  • Clickbank
  • Linkshare
  • Yahoo! Publisher Network
  • Azoogle
  • Chitika
  • Kontera
  • TradeDoubler
  • Other

While each of these advertising partners has their own Privacy Policy for their site, an updated and hyperlinked resource is maintained here: Privacy Policies.
You may consult this listing to find the privacy policy for each of the advertising partners of http://www.sintong7.blogspot.co.id/.

These third-party ad servers or ad networks use technology in their respective advertisements and links that appear on http://www.sintong7.blogspot.co.id/ and which are sent directly to your browser. They automatically receive your IP address when this occurs. Other technologies (such as cookies, JavaScript, or Web Beacons) may also be used by our site's third-party ad networks to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on the site.

http://www.sintong7.blogspot.co.id/ has no access to or control over these cookies that are used by third-party advertisers.

Third Party Privacy Policies
You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. http://www.sintong7.blogspot.co.id/'s privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites. You may find a comprehensive listing of these privacy policies and their links here: Privacy Policy Links.

If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites. What Are Cookies?

Children's Information
We believe it is important to provide added protection for children online. We encourage parents and guardians to spend time online with their children to observe, participate in and/or monitor and guide their online activity. http://www.sintong7.blogspot.co.id/ does not knowingly collect any personally identifiable information from children under the age of 13. If a parent or guardian believes that http://www.sintong7.blogspot.co.id/ has in its database the personally-identifiable information of a child under the age of 13, please contact us immediately (using the contact in the first paragraph) and we will use our best efforts to promptly remove such information from our records.

Online Privacy Policy Only
This privacy policy applies only to our online activities and is valid for visitors to our website and regarding information shared and/or collected there. This policy does not apply to any information collected offline or via channels other than this website.

Consent
By using our website, you hereby consent to our privacy policy and agree to its terms.



Update
This Privacy Policy was last updated on: Tuesday, December 1st, 2015. Privacy Policy Online Approved Site
Should we update, amend or make any changes to our privacy policy, those changes will be posted here.

Download Game Duel Otak Premium (Gratsi) Reviewed by Unknown on 20:12 Rating: 1

Download Game Duel Otak Premium (Gratsi)




Baru - baru ini ada salah satu game yg muncul dan booming, yap Duel Otak,
Pasti sudah banyak orang yang memainkan game ini, game yang mengadu kecerdasan otak ini dapat di unduh secara geratis memlalui playstore.
gratiss.??..yap memang dalam versi gratis game Duel Otak sangat terbatas untuk di gunakan.

game ini dapat di unduh dalam dua versi, versi premium dan versi gratis,
terbatasnya versi gratis mungkin membuat para pemain ingin membeli versi premium dari game ini
dan kali ini saya ingin berbagi untuk mendapatkan aplikasi game Duel Otak Premium secara gratis
kelebihan menggunakan versi Premium:
- dapat mengubah avatar sesuai keinginan 
- dapat mengubah tema tampilan Duel Otak kita sesusi keinginan
- dan dapat berduel otak lebih dari 8 orang, (tidak terbatas)
dan untuk mendapatkan versi Premium secara gratis silahkan unduh di bawah ini




--> Duel Otak Premium <--

Apa itu Proxmox?.. Bagaimana Instalasinya?.. Reviewed by Unknown on 19:08 Rating: 1

Apa itu Proxmox?.. Bagaimana Instalasinya?..

Sudah lama sepertinya tidak berbagi,...
kali ini saya ingin berbagi tentang Proxmox
Apa itu Proxmox ?...

Proxmox VE (Virtual Environment) adalah salah satu distro Linux dari basis Debian yang mempunyai fungsi khusus sebagai virtualisasi baik appliance maupun operating system. Proxmox berjalan dengan mode text, walaupun seperti itu Proxmox akan lebih muda dikonfigurasi melalui akses remote dengan web based
Proxmox support beberapa jenis platform virtualisasi seperti KVM dan OpenVZ. Dengan berbasis distro Debian Stable dan menggunkan kernel khusus untuk virtualisasi menjadikan Proxmox VE sebuah Bare Metal Virtualtation Platform yang power full. Bare Metal adalah sistem komputer dimana mesin virtual dipasang langsung pada komputer dalam sistem operasi tanpa diinstall terlebih dahulu aplikasi tertentu. Istilah Bare Metal mengacu pada hardisk.

Yang perlu di ketahui
  1. Proxmox tersedia hanya untuk hardware 64bit
  2. Proses instalasi yang menggunakan seluruh ruang hdd, artinya buat temen - temen yang yang ingin memiliki keamanan pada 2 hdd bisa menggunakan (RAID1)
Oke..
Langsung saja saya jelaskan bagaimana cara installasinya..

1. Langkah pertama muncul tampilan seperti dibawah ini. Lalu tekan "enter".


  2.  Langkah selanjutnya ada lisensi pilih " I Agree".
3. Setelah menyetujui lisensi langkah berikutnya adalah memilih hardisk yang akan digunakan untuk sistem Proxmox. Perlu diketahui bahwa Proxmox akan
mengformat seluruh isi hardisk dan mengisinya dengan sistem.
4. Berikutnya adalah mengatur Location and Time selection yaitu menentukan lokasi dan zona waktu sistem Proxmox VE. Isikan pada tab Country dengan Indonesia.
5. Proxmox juga mewajibkan untuk penggunanya menetapkan password. Secara default sistem Proxmox memiliki user root. Kemudian isikan E-mail, hal ini digunakan untuk monitoring, sehingga segala bentuk informasi akan dikirimkan ke e-mail tersebut.
6. Karena Proxmox dalam konfigurasinya kebanyakan menggunakan web based maka dalam hal ini wajib diatur IP untuk keperluan remote menggunakan web.
7. Proses instalasi pun dapat berjalan. Tunggu sekitar kurang lebih 30 menit sampai proses install selesai.
Setelah installan selesai. Lalu di akses di web browser.

   Di awal akan muncul halaman login User Name dan Password. Isikan User Name dengan root kemudian Password sesuai apa yang telah diisikan pada saat langkah instalasi.
Setelah itu akan masuk ke halaman tampilan awal untuk konfigurasi Proxmox.
Selesai...
Silahkan di coba...


Semoga artikel ini bisa menambah pengetahuan teman - teman..








Proxmox VE (Virtual Environment) adalah sebuah distro Linux virtualisasi berbasis Debian ( 64 bit) yang mengusung OpenZV dan KVM, dengan KVM kita tidak hanya bisa menginstall linux saja akan tetapi Operating system windows pun bisa kita instal. Namun yang membuat istimewa dari proxmox adalah kemudahan dalam installasi dan administrasi berbasis Web.

Selengkapnya : http://www.kompasiana.com/www.amanda_jatiayu.com/proxmox-dan-cara-instalasinya_552849c46ea8348c3b8b45ec
Proxmox VE (Virtual Environment) adalah sebuah distro Linux virtualisasi berbasis Debian ( 64 bit) yang mengusung OpenZV dan KVM, dengan KVM kita tidak hanya bisa menginstall linux saja akan tetapi Operating system windows pun bisa kita instal. Namun yang membuat istimewa dari proxmox adalah kemudahan dalam installasi dan administrasi berbasis Web. Selengkapnya : http://www.kompasiana.com/www.amanda_jatiayu.com/proxmox-dan-cara-instalasinya_552849c46ea8348c3b8b45ec Selengkapnya : http://www.kompasiana.com/www.amanda_jatiayu.com/proxmox-dan-cara-instalasinya_552849c46ea8348c3b8b45ec

Selengkapnya : http://www.kompasiana.com/www.amanda_jatiayu.com/proxmox-dan-cara-instalasinya_552849c46ea8348c3b8b45ec
Back to top