Table of Contents

HackingLabs' LiveCD

Download: https://livecd.hacking-lab.com/
Infos: https://github.com/Hacking-Lab/hl-livecd/blob/master/guides/install-livecd-fr.md
Login/pass: hacker/compass

Modifications

Folder sharing

Create mount point

 mkdir /mnt/share

Add user to vboxsf group

usermod -aG vboxsf hacker

Test mount

mount -t vboxsf -o uid=1000,gid=1000 Share /mnt/share/

Keyboard

dpkg-reconfigure keyboard-configuration
service keyboard-setup restart
udevadm trigger --subsystem-match=input --action=change

Non-persistent: Menu > Settings > Settings Manager / Layout

Auto-login

Tired of typing login/pass:

[Seat:*]
autologin-user=hacker
autologin-user-timeout=0

Reference: