E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 다음과 같은 에러가 발생하였을 때의 해결 방법이다. 1. 터미널을 열고 모든 프로세스를 종료시킨다. # sudo killall apt apt-get 위의 방법으로 해결되지 않았을 때 2. 하나씩 디렉토리를 삭제해준다. # sudo rm /var/lib/apt/lists/lock # sudo rm /var/cache/apt/archives/lock # s..
개발환경을 윈도우에서 우분투로 옮긴 후, 거의 2시간 동안 삽질했던 게 있는데 바로 html 코드 안의 php 코드가 실행되지 않는다는 것 ㅠㅠ.... 예를 들어서 index.php 파일 안의 는 실행이 되는데 실행이 되지 않았다. 그리고 개발자 모드로 확인을 해보니 html 코드 안의 php 코드가 주석처리되서 나타나 있는 것을 알 수 있었다. 1. /etc/apache2/mods-enabled/mime.conf 파일에 내용 추가 AddType application/x-httpd-php .php .php3 .html .htm AddType application/x-httpd-php-source .phps 2. /etc/php/7.0/apache2/php.ini short_open_ta..
- Total
- Today
- Yesterday