This cases happened when I accessed a data partition, which is ntfs type, with windows 10. I forgot why, maybe I accidentally used the sleep mode or what. But when I came back to Linux mode and access that partition as a data partition, it…
Tag: data

Linux Bash Console Sql Command
Nah maksud saya sih, bagaimana menulis perintah dalam command line linux untuk menyisipkan sebuah atau banyak data ke dalam database sql. Begini penampakan skrip yang saya tulis sambil membaca beberapa tutorial : !#/bin/bash mysql -uusername -ppassword -e “USE mydatabase; INSERT INTO firsttable(id,value) VALUES(‘1′,’datasatu’);” Dan tentunya…
Chart in Web with morris.js and mysql
Source : http://wahyunh.net/index.php/2015/06/04/mudahnya-membuat-grafik-dengan-morris-php-mysql-morris-bag-2-2/ Morris.js is a javascript attached to php page to build graphical report in beauty way. I have not understand it all but thanks to creator Olly Smith.