Improved subpixel font rendering packages for Edgy
Linux2007. 4. 12. 19:59
Improved subpixel font rendering packages for Edgy
http://ubuntuforums.org/showthread.php?t=235526
http://ubuntuforums.org/showthread.php?t=235526
시스템 엔지니어 - 컴퓨터를 잘 하기 위해서는 컴퓨터를 꺼 놓아야 한다
개인2007. 4. 12. 10:17
시스템 엔지니어 - 컴퓨터를 잘 하기 위해서는 컴퓨터를 꺼 놓아야 한다
저자: 김인성(iskim @ bigfoot.com)
http://network.hanb.co.kr/view.php?bi_id=965&pg=1
저자: 김인성(iskim @ bigfoot.com)
http://network.hanb.co.kr/view.php?bi_id=965&pg=1
SSHFS on FUSE
Linux2007. 3. 24. 08:41
FUSE
http://fuse.sourceforge.net/
SSHFS on FUSE
http://fuse.sourceforge.net/sshfs.html
FUSE를 사용해서 SSH서버의 파일시스템을 로컬파일시스템으로 mount해서 사용할 수 있다.
http://ubuntu.wordpress.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/
http://fuse.sourceforge.net/
SSHFS on FUSE
http://fuse.sourceforge.net/sshfs.html
FUSE를 사용해서 SSH서버의 파일시스템을 로컬파일시스템으로 mount해서 사용할 수 있다.
http://ubuntu.wordpress.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/
Mambo/Joomla with SMF에서 UTF-8로 설정시 한글 깨짐
작업2007. 3. 2. 20:19
SMF의 소스 중 Sources/Load.php 파일을 수정한다.
147 // Most database systems have not set UTF-8 as their default input charset.
148 /* if (isset($db_character_set) && preg_match('~^\w+$~', $db_character_set) === 1)
149 db_query("
150 SET NAMES $db_character_set", __FILE__, __LINE__);
151 */
P.S. DB가 UTF-8로 셋팅되어 있을 경우에만 해당된다.
147 // Most database systems have not set UTF-8 as their default input charset.
148 /* if (isset($db_character_set) && preg_match('~^\w+$~', $db_character_set) === 1)
149 db_query("
150 SET NAMES $db_character_set", __FILE__, __LINE__);
151 */
P.S. DB가 UTF-8로 셋팅되어 있을 경우에만 해당된다.
SQL=Specified key was too long; max key length is 1000 bytes:
작업2007. 3. 2. 17:44
If you get an error message during install beginning something like this:
# SQL=Specified key was too long; max key length is 1000 bytes:
This is probably because of your MySQL servers default character set is UTF-8 and using this encoding, every character is 16bits while others are 8bits. So, every column will have a doubled length.
You can change default character set for your tables. Open installation/sql/mambo.sql file in your favorite editor and change the string
# TYPE=MyISAM;
with exactly this:
# TYPE=MyISAM, DEFAULT CHARACTER SET latin1;
[for latin1, you may use something else]
Save the file, start mambo install again.
(Source: Mambo Forums)
당신의 듀얼코어는 안녕하십니까?
개인2007. 2. 28. 10:52
KB896256
Windows XP 서비스 팩 2를 실행하고 있고 프로세서 전원 관리 기능을 지원하는 다중 프로세서가 설치되어 있는 컴퓨터에서 성능 저하 문제가 발생할 수 있다
파코즈링크
Windows XP 서비스 팩 2를 실행하고 있고 프로세서 전원 관리 기능을 지원하는 다중 프로세서가 설치되어 있는 컴퓨터에서 성능 저하 문제가 발생할 수 있다
파코즈링크
Dual Core & 고전테마 사용시 Windows XP 화면 멈춤 현상 해결 - KB916199
개인2007. 2. 15. 19:19