Do you operate servers that run on physical hardware on-premise, in a colocation facility, or a DIY server closet? Do you have a need or interest to bring your systems to the cloud? This presentation walks through the migration of a CentOS 5.X Physical Server to a cloud-hosted Ubuntu 16.04 Virtual Machine. The server in…
Category: Bash on Ubuntu on Windows
Azure, Bash on Ubuntu on Windows
Configure Squid Proxy in Azure to Watch Olympics via Canadian Broadcast
by Paul DeCarlo • • 1 Comment
The Rio 2016 Olympics are currently underway and millions around the world are tuning into the various events taking place. Like many, I want to watch the action in the comfort of my living room with my family and friends. Unfortunately, I was stuck with pretty much two options for watching the event. I could…
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…
Bash on Ubuntu on Windows, Software Development, Windows 10
XMING + Bash on Ubuntu on Windows = X11 Window System Running from Windows 10 Subsystem for Linux
by Paul DeCarlo • • 1 Comment
X11 Apps work on the recently announced Bash on Ubuntu on Windows! Ingredients: Host OS running latest Windows Insider Preview with Windows Subsystem for Linux enabled with Bash on Ubuntu on Windows Xming Instructions: Open Bash on Ubuntu on Windows Ensure Xming is running In Bash prompt, enter “export DISPLAY=localhost:0.0” to connect to Xming host over TCP/IP and enable UI apps…
Bash on Ubuntu on Windows, Visual Studio, VS Code, Windows 10
Bash on Windows as Integrated Terminal in Visual Studio Code
by Paul DeCarlo • • 8 Comments
Visual Studio Code 1.2.0 is out now, and includes a variety of exciting new features. For example, a new integrated Terminal that allows you to stay within VS Code while using your platform’s shell. You may have also heard that Bash support has been added to Windows 10 in the current Windows Insider Preview. Hmmm??? In this…