A lot of scenario in my mind with "free" things around domain, hosting and email which is DNS. There is many provider offer DNS management for free like : zoneedit mydomain dnsexit these provider offer dns management that you can use for : Hosting your blog for free at awardspace, pointing your email at google […]
Some mysql sql basic command I must remember
I use phpmyadmin in daily environment, do I still know sql command? My sql file too large, it’s hard to import using phpmyadmin, please help me Some question around mysql from my student, my false make them spoil using phpmyadmin all day long 🙂 Here’s my answers : 1. Command to create database create database […]
php 5.2.3 ports
New release php5.2.3 make me curious to test upgrade from php4.4.7 to php5.2.3 kongja# cd /usr/ports/lang/php5 kongja# ee Makefile PORTNAME= php5 PORTVERSION= 5.2.3 PORTREVISION?= 0 CATEGORIES?= lang devel www kongja# make fetch => php-5.2.3.tar.bz2 is not in /data3/ports/lang/php5/distinfo. => Either /data3/ports/lang/php5/distinfo is out of date, or => php-5.2.3.tar.bz2 is spelled incorrectly. *** […]
FreeBSD new logo on T-shirts
Just try to spread the word 🙂 FreeBSD mall put new t-shirts, see below example t-shirts + FreeBSD new logo that pick from their place I love that design with silk screen Wanna yours?, then go visit FreeBSD mall p.s : get the full news from Florent Thoumie blog
Insert data when empty and update it when data exist
With so many function provided in mysql plus lazy, It seem like finding gem for replace my old approach 🙂 duplicate data isn’t good, I must search for exisiting data, in general : insert data to table when no data with that value exist and update table if data exist For example : I have […]