Archive for the ‘Uncategorized’ Category

Table Books

isbn varchar 20
title varchar 70
author varchar 50
price float -
DROP TABLE IF EXISTS `test`.`books`;
CREATE TABLE  `test`.`books` (
`isbn` varchar(20) NOT NULL,
`title` varchar(70) NOT NULL,
`author` varchar(50) NOT NULL,
`price` float NOT NULL,
PRIMARY KEY  (`isbn`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

I could , could sing of your love forever :)

Hello dude , today I  start the  warm saturday morning with a very very good feeling after finishing the midterm examination.
Yes, absolutely have been the hard time for me. Last Night, I slept on my dearest bed for 6 hours
and I wake up on 5.30 am.
I spend my morning time on googling and watching the [...]

glassfish on opensolaris

Probably I can install Tomcat by downloading it from the Tomcat site, unpack it, and run it, but I don’t want to do this: I’d rather use the OpenSolaris packaging system. However, it seems there isn’t a package available for Tomcat. Atleast, I haven’t found it. So, my initial thought was to install JBoss instead. [...]

ตั้งเวลาใน CentOS

date mmddhhmmyyyy
date 040203052009
เพิ่มเติม sync เวลาอัตโนมัติด้วย ntpdate

yum install ntp
chkconfig –levels 235 ntpd on
ntpdate 0.pool.ntp.org
service ntpd start

Tags: , , , ,

freeradius against MS Active Directory is working

ดีใจ ฮ่าๆๆๆ

เย้ hotspot2.crsc.kmitl.ac.th สำเร็จแล้ว

ฮี่ๆๆ หลังจากที่นั่งงมอยู่นาน
hotspot2.crsc.kmitl.ac.th 
เป็น authentication server สำหรับระบบ KMITL-hotspot
running freeradius ซึ่ง connect ไปหา ldap server
รองรับการ authenticate จาก wireless client
และเก็บ access log ลงสู่ Mysql database

Tags: ,