http://pencil.evolus.vn/
open source
- free ui design tool 무료 ui 디자인 프로그램 툴 2015.07.30
- RaspberryPi 2 OpenELEC(라즈베리파이 2) 2015.07.05
- InnoDB: Unable to lock ./ibdata1, error: 11 에러 2015.06.18
- 짧은 주소를 사용할 수 없습니다. 웹 서버 담당자에게 rewrite_mod지원 여부를 확인 바랍니다. 2015.06.18
- 해결하기) XE의 설치 경로 또는 ./files 디렉토리의 퍼미션이 707이어야 합니다. 2015.06.18
- ubuntu ssh server 2015.06.16
- ◘ MySQL 백업과 복구 2015.05.02
- charset `ANSI_X3.4-1968' not supported 2015.05.02
free ui design tool 무료 ui 디자인 프로그램 툴
RaspberryPi 2 OpenELEC(라즈베리파이 2)
1. http://openelec.tv/get-openelec
위 사이트의 Download 섹션에서 Diskimage 다운로드 합니다.
ARMv7 Builds - RPi2 ARMv7 quad core models (Model B 1024MB)
[Stable] OpenELEC 5.0.8 (arm) Diskimage Details
2. Win32 Disk Imager로 MicroSD카드에 기록합니다.
3. MicroSD카드를 라즈베리에 꼽고 키보드/마우스를 연결한 후 부팅합니다.
참고 : http://iluku.net/blog/archives/3120
InnoDB: Unable to lock ./ibdata1, error: 11 에러
2015-06-18 09:44:49 12997 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2015-06-18 09:44:49 12997 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2015-06-18 09:44:49 12997 [Note] InnoDB: Unable to open the first data file
2015-06-18 09:44:49 7fb71a3e4740 InnoDB: Operating system error number 11 in a file operation.
위와 같은 에러가 나온다면.. find명령어로 ibdata1 파일 위치를 확인 한 후 아래와 같이..
# mv ibdata1 ibdata1.bak
# cp -a ibdata1.bak ibdata1
짧은 주소를 사용할 수 없습니다. 웹 서버 담당자에게 rewrite_mod지원 여부를 확인 바랍니다.
nano /etc/httpd/conf/httpd.conf 에 AllowOverride All 로 변경
참고 : http://ghkdxodn.tistory.com/39
해결하기) XE의 설치 경로 또는 ./files 디렉토리의 퍼미션이 707이어야 합니다.
XE의 설치 경로 또는 ./files 디렉토리의 퍼미션이 707이어야 합니다.
SELinux를 비활성화 하면됩니다.
끄기 명령어 : setenforce 0
또는 /etc/sysconfig/selinux 에 SELINUX=disabled
ubuntu ssh server
우분투 sshd 설치
http://zetawiki.com/wiki/%EC%9A%B0%EB%B6%84%ED%88%AC_sshd_%EC%84%A4%EC%B9%98
우분투 방화벽(UFW) 설정
http://webdir.tistory.com/206
◘ MySQL 백업과 복구
◘ MySQL 백업과 복구
http://semoa.tistory.com/172
charset `ANSI_X3.4-1968' not supported
Warning: html_entity_decode(): charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/html/client/madhu/include/utils/ListViewUtils.php on line 673 Warning: html_entity_decode(): charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/html/client/madhu/include/utils/ListViewUtils.php on line 673
https://forums.vtiger.com/index.php?p=/discussion/173151/installation-issues-with-vtiger-6-1-0/p1
to fix that you need to find 'default_charset' in /etc/php.ini and set that according to your charset, for example:
php.ini에 다음을 추가~
default_charset = "utf-8"