Tagged with 'linux'

  1. Using Windows to access a Linux virtual machine by its host name
    Initially, I needed to use an IP address to access a Linux virtual machine. This post details how to setup Samba on the VM to join in the NetBIOS action.
  2. Setting up a Linux virtual machine for easy web development on Windows
    Being a Windows user can be a real drag when trying to use technologies originally designed for the Unix world. There must be an easier way! Virtualization to the rescue!
  3. Setting up a cron job to run a Django management command in a Python virtualenv
    It’s pretty straightforward, but it took some trial on my part to get it working the way I want.