Giter Site home page Giter Site logo

virtualboxnotes's Introduction

VirtualBoxNotes

Notes on Oracle VirtualBox and Bitnami virtual machines.

Install Oracle VirtualBox on Windows 7 or 10

  • check Windows 64-bit
  • check at least 4GB memory
  • enable virtualization and VT-d in BIOS; save settings
  • recycle power and reboot may be needed after BIOS setup
  • check HyperV disabled
  • install Oracle VirtualBox
  • check 64-bit guests can be hosted by Oracle VirtualBox
  • check host IP address appears on 192.168.56.1

Install Oracle VirtualBox on Mac

Install SSH tools for Windows

  • Putty
  • WinScp

Install SSH tools for Mac

Bitnami LAMP stack VM instructions

  • download the Bitnami LAMP stack OVA (Oracle VirtualBox Archive)
  • check MD5 hash: http://onlinemd5.com/
  • start Oracle VirtualBox, import OVA
  • check guest: Type="Linux", Version="Debian 64-bit"
  • check guest: video memory >= 24 MB
  • check guest: network card set to host-only
  • boot the guest (look for double-splash)
  • note application password on the splash screen
  • login to guest (bitnami/bitnami)
  • note guest's IP address (sudo ifconfig)
  • set Bitnami user password if desired
  • enable sshd on Bitnami guest
  • sudo reboot
  • sudo shutdown -h now

Login to LAMP stack

  • create Putty connections to the VM for console and tunnel
  • create a WinSCP connection to the VM for file transfer
  • check all stack services are available: sudo /opt/bitnami/ctlscript.sh status

Debian administration notes

  • enable ssh daemon
    sudo rm -f /etc/ssh/sshd_not_to_be_run
    sudo systemctl enable ssh
    sudo systemctl start ssh

Clone and run PHP projects from Github

virtualboxnotes's People

Contributors

cbmira01 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.