Git Product home page Git Product logo

poc_vagrant_42_dump's Introduction

poc_vagrant

Running vagrant at 42.

Vagrant and bsdtar are now installed by default on the linux dump. So only need to change vbox path for VMs to avoid flood home space usage.

You can check current vbox machine folder:

VBoxManage list systemproperties | grep "Default machine folder:"

Choose either tmp or goinfre folder:

vboxmanage setproperty machinefolder ~/goinfre

However logout mean lost of VMs... If persistance matter, try into your server goinfre folder ~/sgoinfre/

vboxmanage setproperty machinefolder ~/sgoinfre

But server goinfre probably means VMs slow AF...

install vagrant autocomplete (and other autocomplete stuff...)

  git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions

Then add it to FPATH in your .zshrc by adding the following line before the line source $ZSH/oh-my-zsh.sh:

fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src

install kubectl in our home for part 3

mkdir -p ~/bin
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"

mv kubectl ~/bin/

Sources :

Vagrant
vagrant pass token from one vm to another
k3s
k3d
kubectl

poc_vagrant_42_dump's People

Contributors

ggjulio avatar

Watchers

 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.