Skip to content

Instantly share code, notes, and snippets.

View fredmj's full-sized avatar

Frederic MARIE-JOSEPH fredmj

View GitHub Profile
@fredmj
fredmj / vboxmanage_examples.md
Created June 12, 2021 09:14 — forked from carmark/vboxmanage_examples.md
VBoxManage simple examples

As something of a follow-up post to the previous entry, here’s a quick recipe for creating a Virtual Machine using the VirtualBox command line tools:

We’re using Windows Server 2008 64bit as an example, modify to taste.

$ VM='Windows-2008-64bit'

Create a 32GB “dynamic” disk.

@fredmj
fredmj / .sh
Last active July 26, 2017 17:41
testing purpose
echo "ok, this is for testing purpose"
for i in {1..10}
do
var=$((var*var))
done
# care about the var⁽¹⁰⁾!
# only work with the {} char.