HyperMemex Systems

Welcome, user: sudonym

Instructions for digital-physical interfaces, vol 1.

Raspberry Pi Livestream Security Camera

Needs

  • Raspberry Pi with free USB port
  • Raspberry Pi camera or USB Webcam

Set up

Get Motion:

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install motion -y

Connect and detect camera:

lsusb

All video devices should be displayed with:

ls /dev/video*

Do modprobe so the camera is automatically …

[OPEN]

Kali Linux in VirtualBox 5.2 on Ubuntu 18.04

Things I did to successfully run Kali Linux in VirtualBox 5.2 on Ubuntu 18.04, not in this order:

  1. Add Oracle repositories
  2. Install virtualbox-5.2, virtualbox-dkms, virtualbox-ext-pack.
  3. Reboot and follow the prompts to add MOK (thanks to virtualbox-dkms)
  4. Reboot again, enter BIOS, and enable VT under …
[OPEN]