Docker기반 CentOS yum update시 저장소 이슈
Docker 기반 CentOS 7 이미지 중, 컨테이너로 설치 후, yum 명령 사용시 위와 같이 yum 저장소 URL을 찾지 못하는 에러가 … Read more
Docker 기반 CentOS 7 이미지 중, 컨테이너로 설치 후, yum 명령 사용시 위와 같이 yum 저장소 URL을 찾지 못하는 에러가 … Read more
Package Center에서 PHP7, MariaDB10, PhpMyAdmin(MariaDB5가 설치 필요) 설치 Synology NAS에서 MariaDB 10은 포트번호 3307를 사용 wordpress 최신 버전 다운로드 및 … Read more
일반적으로 게시판, 블로그 등 웹서비스를 구성하고 싶을 때, 필수 기본 도구로 Apache Web Server, PHP, Mysql/MariaDB 등이 필수로 요구된다. Synology … Read more
Installing chroot debian Package center에서 좌측 Community 항목을 선택 “Debian Chroot” 설치 하단 링크 참조 https://github.com/SynoCommunity/spksrc/wiki/Debian-Chroot ssh 접속 Start /var/packages/debian-chroot/scripts/start-stop-status … Read more
gradle project를 build할 때 타 gradle project를 참조(build 이후 build 결과 바이너리를 import)하는 방법이다. 예로, 참조할 gradle project가 library일 경우 … Read more