Linux System Administration: Installing Kali Linux on a Virtual Machine

Linux System Administration: Installing Kali Linux on a Virtual Machine

Table of Contents I. Theory 1. Kali Linux II. Experiment 1. Preparation for Installing Kali Linux on a Virtual Machine 2. Installing Kali Linux 3. Changing to Domestic Sources for Kali Linux 4. Setting a Static IP for Kali Linux 5. Enabling SSH Remote Access for Kali Linux 6. Remote Access to Kali Linux via … Read more

RedHat Linux 8.1 Installation Guide

RedHat Linux 8.1 Installation Guide

RedHat Linux 8.1 Installation Guide This installation example is performed on a virtual machine. Virtual Machine System Information Virtual Machine Software: VMware® Workstation 16 Pro Version: 16.0.0 build-16894299 1.System Image Version rhel-8.1-x86_64-dvd.iso 1.Preparation of Local Network Environment 1.Start Installation – Create a New Virtual Machine 1.Select Custom Installation 1.Select Install Operating System Later 1.Select Linux … Read more

RedHat Linux 7.6 Installation Guide

RedHat Linux 7.6 Installation Guide

RedHat Linux 7.6 Installation Guide This installation example is performed on a virtual machine. Virtual Machine System Information Virtual Machine Software: VMware® Workstation 16 Pro Version: 16.0.0 build-16894299 1.System Image Version rhel-server-7.6-x86_64-dvd.iso 1.Installation Process (The installation process based on the virtual machine has the same prerequisites) Select the first option to install the system directly. … Read more

Embedded Linux | What are BootLoader, Linux Kernel, and File System?

Embedded Linux | What are BootLoader, Linux Kernel, and File System?

01 What is a BootLoader? It is a boot program, which is the first program to execute after hardware reset. Its main job is to initialize the environment for the operating system to run, such as memory, timers, buffers, etc. Once this is done, it loads the operating system’s code into memory, and then the … Read more

Importing OVA and VMDK Files to Proxmox VE

Importing OVA and VMDK Files to Proxmox VE

“Hi, Proxmox can really do a lot of things” START Proxmox VE (PVE) can actually import OVA files, but it seems that the official web interface does not currently support imports; it needs to be done through SSH. Let’s go through an example together: 1. Download the following LEDE image https://github.com/wangyu-/udp2raw-tunnel/releases/download/20171108.0/lede-17.01.2-x86_virtual_machine_image.zip 2. After downloading, unzip … Read more

Installing Linux Operating System

Installing Linux Operating System

After clicking the public account card below, reply with “001“, to get the 154-page Linux study notes compiled by KeGan. 1. Operating System Installation Explanation 1. Minimal Installation Explanation System installation is the first step in learning the Linux system. This process involves many basic knowledge points about the Linux system, which is a skill … Read more

Ultimate Guide to Configuring Xshell in Linux Terminal

Ultimate Guide to Configuring Xshell in Linux Terminal

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇1000-person technical exchange QQ group, note 【public account】 for faster approval 1. Installing the Linux Environment 1. Bare metal installation or dual system 2. Virtual machine installation 3. Cloud server (recommended) -> Easy to install, low maintenance cost, good learning effect, high simulation (multiple … Read more

Installing and Running QT on VxWorks 6.8

Installing and Running QT on VxWorks 6.8

Click “Read the Original” for more VxWorks resources Free download of VxWorks technical materials, resources sourced from the internet, copyright belongs to the original authors! 1. Introduction This article details how to install and configure QT on the VxWorks 6.8 operating system, providing a thorough process with images and text, along with detailed steps for … Read more

OpenWrt LuCi Arbitrary File Reading

OpenWrt LuCi Arbitrary File Reading

Setting Up OpenWrt Environment Download the OpenWrt 19.07 image, extract it, and convert it into a disk image for import into a virtual machine. wget https://downloads.openwrt.org/releases/19.07.0/targets/x86/generic/openwrt-19.07.0-x86-generic-combined-ext4.img.gz gunzip openwrt-19.07.0-x86-generic-combined-ext4.img.gz sudo apt-get install qemu-utils -y sudo qemu-img convert -f raw openwrt-19.07.0-x86-generic-combined-ext4.img -O vmdk openwrt-19.07.0-x86-generic-combined-ext4.vmdk The WEB backend access is successful. After setting the password, you can access … Read more

Installing and Configuring OpenWrt on ESXi

Installing and Configuring OpenWrt on ESXi

This article is about installing OpenWrt on an ESXi system. Preparation OpenWrt Firmware You can choose to download the firmware yourself, which can generally be divided into two categories: one is the custom firmware compiled by various experts, which integrates many pre-installed applications for immediate use; the other is the official original firmware, which only … Read more