A Brief Analysis of Hyperjacking Attacks in Virtualized Environments

A Brief Analysis of Hyperjacking Attacks in Virtualized Environments

In September 2022, security researchers discovered a rare new type of attack method known as Hyperjacking. Attackers deployed an infection implant within VMware virtualization software to control the infected virtual machine systems and evade detection. It is important to emphasize that the danger of this attack lies not in exploiting external remote code execution vulnerabilities, … Read more

Control OCI VM Resources with Ansible

Control OCI VM Resources with Ansible

OCI – Ansible Operation Example Background In a cloud computing environment, automation is key to improving efficiency. Ansible is a widely used automation tool that helps us easily manage and operate resources on Oracle Cloud Infrastructure (OCI). This article will demonstrate how to use Ansible to operate OCI, including installing Ansible and the Ansible Collection, … Read more

Design and Analysis of Real-Time Task Scheduling Algorithm for Fog-Cloud Computing

Design and Analysis of Real-Time Task Scheduling Algorithm for Fog-Cloud Computing

Click the blue text to follow us Real-Time Task Scheduling for Fog-Cloud Computing Algorithm Design and Analysis Design and analysis of real-time task scheduling algorithm for fog-cloud computing Author Affiliation ZHANG Yannian, WU Hao, ZHANG Yun College of Electronic and Information Engineering, Nanjing Vocational Institute of Transport Technology, Nanjing 211188, China Author Introduction: ZHANG Yannian … Read more

Virtual Machines vs Wine: Embracing Windows on Linux

Virtual Machines vs Wine: Embracing Windows on Linux

Link: Linux Mystery Unlike virtual machines or traditional emulators, Wine does not fully simulate the entire Windows environment. Instead, it translates Windows API calls into POSIX calls, which is the standard interface for Unix-like systems. By avoiding full simulation, Wine saves the performance and memory overhead that comes with running a complete Windows operating system, … Read more