Skip to content

Instantly share code, notes, and snippets.

@fartbagxp
Last active March 13, 2021 23:05
Show Gist options
  • Save fartbagxp/ccb7c9ebfa43327819a9025c96ba948d to your computer and use it in GitHub Desktop.
Save fartbagxp/ccb7c9ebfa43327819a9025c96ba948d to your computer and use it in GitHub Desktop.

Ubuntu with Virtual Box

  • SVM must be turned on in the BIOS.

On modern Linux distributions using systemd, you can go straight to the Firmware setup menu using:

systemctl reboot --firmware-setup

Documentation: https://www.freedesktop.org/software/systemd/man/systemctl.html#--firmware-setup

Setting up Virtual Box

Random assortments of Cisco router commands

en

conf t hostname csr1kv-1

ip domain-name cisco.com

line vty 0 4 transport input ssh login local end

conf t username cisco priviledge 15 secret cisco123 end

sh ip int br

Save the damn configuration for startup

copy running-config startup-config

Make for good reading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment