The Journey
Cyber Security
Cyber Security
  • Chapter 1: Setting up Debian
    • Make User Sudoer
    • Change SSH Keys
    • Add Kali Repositories
    • Bidirectional Clipboard
    • Create Flameshot Keybind
    • Install Peek and add keybind
    • Customizing Looks and Feels
    • Disable Suspend/Hibernation
    • Add Min/Max buttons to Windows
    • Install and Configure ZSH for Terminal Syntax Highlighting
  • Chapter 2: Bug Bounty Basics
    • Web Requests
      • HTTP Fundamentals
        • HTTP
        • URL
        • HTTP Flow
        • cURL
        • HTTPS
        • HTTPS Flow
        • cURL for HTTPS
        • HTTP Request
        • HTTP Response
        • HTTP Headers
        • More cURL
        • Browser DevTools
      • HTTP Methods
  • Cheat Sheets
    • cURL / DevTools
Powered by GitBook
On this page
  1. Chapter 1: Setting up Debian

Bidirectional Clipboard

Install Linux Kernel Headers: apt install build-essential linux-headers-$(uname -r)

Be logged into Debian VM Click Devices from VM toolbar. Select "Insert Guest Editions CD Image Verify it worked:

Go to Files, on left side there should be VBoxGAs_**

Open it, right click, open in terminal. Make sure you are root.

ls, locate VBoxLinuxAdditions.run and run it sh VBoxLinuxAdditions.run

Reboot the system.

PreviousAdd Kali RepositoriesNextCreate Flameshot Keybind

Last updated 3 years ago