Tag Archives: utf

Web Development with UTF8

There are two mappings: the numerical value corresponding to a character (charset) and the binary representation of that value (encoding). UTF is a charset that has a number of encodings; utf8 is an encoding. Thanks to utf, we can have … Continue reading

Posted in Web Development | Tagged , | Leave a comment

Server Setup and LAMP Setup From Scratch with full UTF support (utf8)

Set the clock date MMDDhhmmYYYY hwclock –systohc & Where: M=month, D=day, h=hour, m=minute, Y=year The latter command is essential: it copies the date into the BIOS and makes the change definitive First steps * echo “hostname_you_chose” > /etc/hostname /bin/hostname -F … Continue reading

Posted in LAMP Server Setup, Security, Web Dev Security | Tagged , | Leave a comment