Microsoft Azure allows for deploying a variety of stock Linux Images from the virtual machine gallery. There is a wide selection to choose from but you will notice that the OS disk that is created when using these templates may not be sufficient for your needs. Here is how you can resize the OS Disk for…
Month: July 2016
Bash on Ubuntu on Windows, Software Development, Visual Studio, VS Code, Windows 10
Develop and Deploy Jekyll Static Blog to Azure from Visual Studio Code with BoUoW
by Paul DeCarlo • • 0 Comments
In this post, we demonstrate development and deployment of a Jekyll blog instance from Bash on Ubuntu on Windows within Visual Studio Code with Deployment to Azure . [Demo Notes] Windows Prerequisites: Install VS Code Install Xming Bash on Ubuntu on Windows Prerequisites: Install Jekyll as per Install the azure xplat-cli enable DBUS: sudo sed -i ‘s$<listen>.*</listen>$<listen>tcp:host=localhost,port=0</listen>$’ /etc/dbus-1/session.conf
Bash on Ubuntu on Windows, Linux, Windows 10
How to run Quake in Bash on Ubuntu on Windows
by Paul DeCarlo • • 0 Comments
In my previous posts we walked through installing and configuring Bash on Ubuntu on Windows as an integrated terminal in Visual Studio Code. Next, we looked at setting up an X11 server using XMING to display X11 graphical applications from BoUoW. Today we are going to build on those concepts to see if we can run one of…