8000 GitHub - jordy-kennisnet/OpenKAT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jordy-kennisnet/OpenKAT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

OpenKAT Installation on Debian 11

Minimal requirements

 
ISO = debian-11.6.0-amd64-netinst.iso
RAM = 4096MB
vCPU = 2
Storage = 25GB

Step 1 - Add user to sudo file

##### Login as root
su 
sudo visudo

##### add the user like below

# User privilege specification
root    ALL=(ALL:ALL) ALL
user    ALL=(ALL:ALL) ALL

Step 2 - Install VirtualBox Guest Additions

Open file explorer and open the cddrive

##### Goto Devices in Virtualbox and Insert Guest Additions
##### Click in FileExplorer on the DiskDrive to initiate the disk and run following commands

cd /media/cdrom
sudo sh VBoxLinuxAdditions.run
sudo reboot

Step 3 - Run the install.sh

##### You can also copy the file contents and paste it in to the terminal

Passwords

 
##### Passwords are stored on creation at /home/user/passwords.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0