Month: September 2016
Windows Container 순서대로 사용해 보기
Azure WebApp 구성하기
1) Deploying Web Apps to Azure App Service: Creating a Web App
2) Add and Deploy to a Web App Using Visual Studio Community
3) Deploying Web Apps to Azure App Service: Deployment Overview
4) Deploying Node.js Applications via GitHub
Microsoft #AzureStack Technical Preview 2 Available at #MSIgnite 2016 Event
AzureStack on Lenovo, HP and Dell at MS Ignite Microsoft AzureStack Architecture Microsoft Azure Stack POC architecture Microsoft Azure Stack is a new hybrid cloud platform product that lets you de…
Source: Microsoft #AzureStack Technical Preview 2 Available at #MSIgnite 2016 Event
Windows 2016에 포함될 PowerShell 5.0 내용
Linux Terminal에서 Google 검색하기
<설치하기>
yum search python
yum install python34
python3 –version
yum install git -y
cd /tmp
git clone https://github.com/jarun/googler.git
cd googler
make install
cd auto-completion/bash/
cp googler-completion.bash /etc/bash_completion.d/
<검색하기>
googler
Virtual Box를 설치한 후 64bit VM 설치가 안되는 문제 해결하기
Oracle 회사의 Virtual Box를 컴퓨터에 설치하여 Virtual Machine을 추가할 때 64 bit를 선택할 수 없는 경우가 있다. 이것은 컴퓨터의 BIOS에서 Virtualization 기능을 선택하지 않았기 때문이다.
컴퓨터를 재부팅하면서 BIOS로 진입하여 Virtualization 기능을 선택하여 Enable 시킨 후에 다시 Virtual Box를 설치하면 해결된다