sudo dpkg --configure -a
후
sudo apt update
sudo dpkg --configure -a
후
sudo apt update
Netinstall iso를 다운로드 한 후 네트워크 인터페이스 ON > installation source 주소에 다음 주소를 입력하면 됩니다.
http://mirror.kakao.com/centos/7/os/x86_64
VMware OVF Tool 명령어를 이용해서 하면 됩니다. 변환은 한참 걸리는 편입니다.
[tool 위치]
cd /Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool/
[명령어 사용 예]
./ovftool --acceptAllEulas /Users/it/Documents/Virtual\ Machines.localized/Windows\ 10\ x64.vmwarevm/Windows\ 10\ x64.vmx /Users/itk/Desktop/Win10x64.ova
Opening VMX source: /Users/it/Documents/Virtual Machines.localized/Windows 10 x64.vmwarevm/Windows 10 x64.vmx
Opening OVA target: /Users/it/Desktop/Win10x64.ova
Writing OVA package: /Users/it/Desktop/Win10x64.ova
Disk progress: 3%
출처/참고 : http://techiezone.rottigni.net/2014/07/howto-export-a-vm-in-ova-format-in-vmware-fusion-for-os-x/
Raspberry Pi 2용 Debian Jessie 경량화 img파일을 Win32DiskImager로 파일 복사 후 사용하면 됩니다.
경량화 이미지는 아래 링크에서 다운로드 가능합니다.
https://images.collabora.co.uk/rpi2/
자세한 설명
http://www.clien.net/cs2/bbs/board.php?bo_table=lecture&wr_id=289915&page=3
http://geserkhan.blogspot.kr/2015/09/raspberry-pi-2-debian-jessie.html
Unicode library Standard PHP Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.
yum install php-mbstring
http://www.webhostingtalk.com/showthread.php?t=868288
PHP extensions Disabled Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information): dom
centos에서 위와 같은 경고가 drupal을 설치할때 표시되었다.
아래 모듈을 설치 후 httpd 서비스 재시작 하여 해결~
yum install php-xml
http://php.net/manual/en/dom.setup.php
https://www.drupal.org/node/881098