SSamTure.net

워드프레스

WordPress pages bugfix.

버그내용 : pages -> sub-page를 Quick Edit 를 사용해서 편집 후 저장하면 최상위 페이지로 표시되는 현상 http://core.trac.wordpress.org/ticket/18615

WordPress categories bugfix.

워드프레스를 사용하던 중 카테고리 편집페이지에서 버그가 발견되었습니다. 치명적인 버그는 아니고, 카테고리를 빠른편집(Quick Edit)를 이용해서 편집 할 경우 발생한 버그입니다. 해당 버그는 서브 카테고리를 편집 후 저장하면 부모카테고리처럼 보여지는 문제였습니다.

How to Patch WordPress

워드프레스 버그픽스 파일을 등록하는 방법에 대해 알아보던 중 정리가 잘 되어 있는 블로그를 발견하였습니다. 최신버전도 동일하니 참고하시면 좋을것 같네요

워드프레스 특정 호스팅에서 위젯 설정 오류

P호스팅 업체로 웹호스팅을 옮겼습니니다. 그런데,  위젯 설정페이지가 제대로 작동하지 않는 문제가 발생하였습니다. (드롭다운, 드래그앤드랍 등)

Coding A HTML 5 Layout From Scratch

HTML5 and CSS3 have just arrived (kinda), and with them a whole new battle for the ‘best markup’ trophy has begun. Truth to be told, all these technologies are mere tools waiting for a skilled developer to work on the right project. As developers we shouldn’t get into pointless discussions of which markup is the […]

WordPress 3.1, lots of fun

The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard. This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an […]

[우분투] Installing PHP APC

sudo apt-get update sudo apt-get install apache2-threaded-dev apache2-dev php5-dev php-pear make sudo pecl install apc sudo vi /etc/php5/apache2/php.ini //extension=apc.so  추가 sudo /etc/init.d/apache2 restart //추후에 apc 업그레이드 하려면 //sudo pecl upgrade apc

우분투 apt 한국 미러 사이트 접속 안될때

우분투 apt 사용하여 업데이트 및 패키지 설치 등을 할때, 한국 미러 사이트(http://kr.archive.ubuntu.com/)에 접속이 안될 경우가 있다. 접속이 안되는 경우에는 sudo vi /etc/apt/source.list  //해당 파일에서 kr.archive.ubunutu.com 을 ftp.daum.net 으로 변경하면 된다.

MySQL Replication 구축 방법

본 포스트에서 나오는 경로는 우분투 리눅스 기준으로 작성하였습니다. #1. Master Server /etc/mysql/my.cnf 에서 server-id        = 1 log_bin            = /var/log/mysql/mysql-bin.log binlog_do_db        = DB명 #사용 되는 옵션(do: 해당 DB(table)만 | ignore: 해당 DB(table) 제외하고) #binlog-do-db(table) #binlog-ignore-db(table) #replicate-do-db(table) #replicate-ignore-db(table) #여러개의 DB(table)을 입력 시에는 “,”로 구분하는 것이 아니고 하나하나 작성 해야함 #ex) binlog_do_db        = […]

MySQL Replication 구축 시 Slave_IO_State 가 빈값일 때

If you don’t have any error but your replication slave does not work and you get the following information when you “show slave statusG”: Slave_IO_State: Slave_IO_Running: No Step1: check your mysql log file ( mysql log file is in  /var/log/mysqld.log or /var/log/syslog), if you have this error: Got fatal error 1236: ‘Client requested master to […]

[WP plugin] StatPress 한글 언어팩(Korean Languague)

Plugin : StatPress Plugin Version : 1.4.1 Translations : Korean – MinHyeong Lim(ssamture) Translations Version : 1.0 Request fix : ssamture@gmail.com or http://twitter.com/ssamture Download : statpress-ko_KR_v1.0.zip (statpress-ko_KR.mo,statpress-ko_KR.po) Installation : Upload to “statpress-ko_KR.mo”,”statpress-ko_KR.po” to the /wp-content/plugins/statpress/locale/ directory Screenshots : (한글 언어팩 적용 모습 #1)

[WP plugin] Broken Link Checker 한글 언어팩(Korean Languague)

Plugin : Broken Link Checker Plugin Version : 1.2.4 Translations : Korean – MinHyeong Lim(ssamture) Translations Version : 1.0 Request fix : ssamture@gmail.com or http://twitter.com/ssamture Download : broken-link-checker-ko_KR_v1.0.zip (broken-link-checker-ko_KR.mo,broken-link-checker-ko_KR.po) Installation : Upload to “broken-link-checker-ko_KR.mo”,”broken-link-checker-ko_KR.po” to the /wp-content/plugins/broken-link-checker/language/ directory Screenshots : (한글 언어팩 적용 모습 #1) (한글 언어팩 적용 모습 #2)

How to install and configure Sphinx in Ubuntu 9.10 with MySQL support

Description: “Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use. Generally, it’s a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data […]

Read-only file system error 발생시

서버를 재부팅 한 후 다음의 에러를 발생하며 apache 실행이 안되었고, 파일을 새로 쓰려고 해도 Read-only file system라고 계속 나오더군요. ssamture@testserver:/var/log/apache2# sudo /etc/init.d/apache2 start * Starting web server apache2 (30)Read-only file system: apache2: could not open error log file /var/log/apache2/error.log. Unable to open logs …fail! 다음을 통해 파일 시스템 권한을 확인 해보니 권한이 ro로 되어 있었고, […]

[Ubuntu] NFS error

mount 할 때 다음과 같이 에러메시지가 나오면 mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use ‘-o nolock’ to keep locks local, or start statd. protmapper 재 실행 sudo /etc/init.d/portmap restart