🖥️
Born2BeRoot
  • 📘Born2BeRoot
  • 🛠️Installing the virtual machine
    • 💿Virtual machine ISO
    • 🖥️VirtualBox
    • 💿Attaching ISO to VirtualBox
  • 🌀Installing Debian
    • 🌍Configure locals
    • 📶Configure the network
    • 🔐Set up users and passwords
    • 🕚Configure the clock
    • 💾non-BONUS: Partition disks
    • 💾BONUS: Partition Disks
      • 💾BONUS: primary partition
      • 💾BONUS: logical partition
      • 💾BONUS: encrypt logical partition
      • 💾BONUS: logical volume manager
      • 💾BONUS: logical volume group
      • 💾BONUS: logical volume root
      • 💾BONUS: logical volume swap
      • 💾BONUS: logical volume home
      • 💾BONUS: logical volume var
      • 💾BONUS: logical volume srv
      • 💾BONUS: logical volume tmp
      • 💾BONUS: logical volume var-log
      • 💾BONUS: file system of all logical volumes
    • 📦Configure the package manager
    • 🖥️Install the GRUB boot loader
    • 🎉Finish installation
  • ⚙️Virtual machine setup
    • ⚙️First connection
    • 👤Installing sudo & configuration of user and groups
      • 👤Creating a user
      • 👥Creating a group
      • 🫂Adding a user to a group
    • 📶Installing & configuring SSH
      • 📶Configuring SSH
      • 👬Connecting via SSH
    • 🔥Installing & configuring UFW 🔥🧱 Firewall
      • 🔥Allow a port to firewall
    • 🔐sudo policies
    • 🔑password policy 🔑
    • 🧾Script 🚨
    • ⏰Crontab
    • ✒️Signature.txt
  • 😊BONUS Services
    • 💡Lighttpd
    • 📰WordPress
    • 🐬Mariadb
      • 🐬Create database on Mariadb
    • 🐘PHP
    • 📰WordPress configuration
    • ⚡LiteSpeed
  • ✅Correction preparation
    • ✅Correction sheet
    • ❤️‍🩹Evaluation answer
    • ⌨️Evaluation commands
      • ✅Check no graphical interface
      • ✅Check UFW
      • ✅Check SSH service
      • ✅Check OS
      • ✅Check user and group
        • ✅Add user and check password policy
        • ✅Check group creation
        • ✅Check adding to group
      • ✅Check hostname
        • ✅Check change hostname
      • ✅Check all partitions
      • ✅Check sudo
        • ✅Check add user to sudo group
        • ✅Check sudo rules
        • ✅Check sudo logs
      • ✅Check UFW advanced
        • ✅Check UFW active rules
        • ✅Check rule creation
      • ✅Check SSH advanced
        • ✅Check SSH usage
      • ✅Check crontab of script
      • 🎉Finish !
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Installing the virtual machine

VirtualBox

A virtualization software is required to perform the installation. In this tutorial we will use VirtualBox.

PreviousVirtual machine ISONextAttaching ISO to VirtualBox

Last updated 1 year ago

Was this helpful?

If you already have installed this software and you have the Debian ISO we can proceed.

On step 2. Store the created machine inside the sgoinfre folder located in your campus server; this is important because we will run out of memory space in our session and the installation will fail.

  1. We need to open VirtualBox and click New

  2. We must choose a name for the machine and the folder which will locate it. IMPORTANT Store the machine created inside the sgoinfre folder located in your campus server; this is important because we will run out of memory space in our session and the installation will fail. (Ask your staff if you can't find it)

  3. Select the total RAM memory which we will reserve for the machine.

  4. Select the second option so we can create a virtual disk now.

  5. Choose the first option VDI since we downloaded a ISO.

  6. Select the first option Dynamically allocated so it will allocate the memory of the fisical machine as it feels necessary while using the virtual machine until we reach the available limit.

  7. One we established the recommended 12 GB we must click on Create. If we are doing the bonus we might set 30 GB.

🛠️
🖥️
Dash board of VirtualBox
Storage selector of VirtualBox
RAM memory selector of VirtualBox
Disk memory selector of VirtualBox
VDI selection from VirtualBox
Dynamically allocation on VirtualBox
Storage size selection of the virtual machine
Dash board of VirtualBox
Storage selector of VirtualBox
RAM memory selector of VirtualBox
Disk memory selector of VirtualBox
VDI selection from VirtualBox
Dynamically allocation on VirtualBox
Storage size selection of the virtual machine