• Skip to primary navigation
  • Skip to content
  • Skip to footer
Wannabe Exceptional
  • AI
  • About
  • Slides

    Create NIC in VMBOX

    Create NIC in VMBOX

    less than 1 minute read

    Jan Peter Alexander

    Jan Peter Alexander

    There is nothing certain than the uncertainty itself. Capture, learn and mitigate. Welcome!

    • Planet Earth
    • Website
    • Twitter
    • Facebook
    • Instagram
    • Tumblr
    • GitHub
    • Last.fm
    • Steam
    • YouTube
    • Soundcloud
    sudo tee /etc/network/interfaces.d/enp0s8 << EOF
    auto enp0s8
    allow-hotplug enp0s8
    iface enp0s8 inet static
      address 192.0.2.11
      netmask 255.255.255.0
    EOF
    

    Tags: guest, nic, vm

    Categories: notes

    Updated: April 23, 2018

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Install/Upgrade Quarkus Locally

    less than 1 minute read

    Upgrading Golang to newer version

    Install/Upgrade Golang Locally

    less than 1 minute read

    Upgrading Golang to newer version

    OpenSpec Tutorial: Spec-Driven Development for AI Coding Assistants

    9 minute read

    Learn how to use OpenSpec to align humans and AI coding assistants with spec-driven development. No API keys required - works with Claude Code, Cursor, and o...

    AI Dev Tasks Tutorial: Structured Feature Development with AI Assistants

    8 minute read

    Learn how to use AI Dev Tasks to transform unpredictable AI coding into structured, reliable feature development. Works with Cursor, Claude Code, and other A...

    • Feed
    © 2026 Wannabe Exceptional. Powered by Jekyll & Minimal Mistakes.