CTF Pwn Journey: Exploring Linux Pwn

CTF Pwn Journey: Exploring Linux Pwn

Update: Chapter 6 Linux User Pwn IO_FILE 1. 2024-03-23 Update Video: 6-23 House of Qin Se Pi Pa (House of Obstack) 2. 2024-03-23 Update Video: 6-22 House Of Apple3-_IO_wfile_sync 3. 2024-03-23 Update Video: 6-21 House Of Apple3-_IO_wdo_write 4. 2024-03-23 Update Video: 6-19 House Of Apple3-_IO_wfile_underflow 5. 2024-03-23 Update Video: 6-20 House Of Apple3-_IO_wfile_underflow_mmap Do you … Read more

Outlook on Automotive Operating Systems

Outlook on Automotive Operating Systems

Operating systems (OS) are essential for managing all hardware and software based on computer systems and are a key software platform in the automotive industry.The focus of this article is to provide tutorial information and some insights on automotive OS strategies. Each OS varies significantly in functionality, program size, complexity, development workload, hardware requirements, as … Read more

Recommended Topics for Embedded Graduation Projects

Recommended Topics for Embedded Graduation Projects

Follow the Embedded Learning Station for fresh updates every day. 🤟 Tips: This article has a total of 1828 words and an estimated reading time of 11 minutes~ Get the complete set of materials for the development board for free Follow this public account “Embedded Learning Station” Reply with “MP157” to get the complete materials … Read more

Construction and Application of Cloud Platform Virtual Computer Laboratory

Construction and Application of Cloud Platform Virtual Computer Laboratory

Construction and Application of Cloud Platform Virtual Computer Laboratory Du Ping, Ma Xiaodong, Wang Jianmei Tsinghua University Basic Industrial Training Center Beijing 100084 Author Introduction Du Ping, PhD in Engineering, Lecturer. Deputy Director of the Teaching and Research Office at Tsinghua University’s Basic Industrial Training Center, Senior Member of the Chinese Mechanical Engineering Society. He … Read more

Two Ways to Create Multi-Size THP Transparent Huge Pages

Two Ways to Create Multi-Size THP Transparent Huge Pages

Follow to see more great articles like this~ Multi-size THP creation, two different ways By Jonathan CorbetFebruary 13, 2025Gemini-1.5-flash translationhttps://lwn.net/Articles/1009039/ Huge pages (巨页) can enhance the performance of many programs, but they can also bring adverse performance impacts. In recent years, multi-size transparent huge pages (mTHPs) (多尺寸透明巨页) have increasingly been seen as a compromise that … Read more

Android 13 Virtualization Supports Running Windows 11 and Desktop Linux

Android 13 Virtualization Supports Running Windows 11 and Desktop Linux

By | Travis Produced by | OSC Open Source Community (ID: oschina2013) Google released the first developer preview of Android 13 last week (click to see our report), and many users who have seen the update content expressed their disappointment in the comments, feeling that the updates are too minor and unsatisfactory.However, developer kdrag0n recently … Read more

Overview of Operating System Level Virtualization

Overview of Operating System Level Virtualization

(Click the WeChat account above to quickly follow) Source: 宅蓝三木 https://my.oschina.net/kelvinxupt/blog/1602990 Operating System Level Virtualization Virtualization technologies such as KVM and XEN allow each virtual machine to have its own independent operating system. Unlike these technologies, operating system-level virtualization, also known as containerization, is a feature of the operating system itself that allows multiple isolated … Read more

Comparing Ubuntu and Manjaro: Experiences with Two Different Linux Distributions

Comparing Ubuntu and Manjaro: Experiences with Two Different Linux Distributions

Follow the Embedded Learning Station for more fresh hot topics every day. 🤟Usage Tip: This article has a total of 3752 words and an estimated reading time of 10 minutes~ Ubuntu is the most popular desktop and server Linux distribution based on Debian. Manjaro is a Linux distribution custom-built based on Arch. First, do you … Read more

How to Set Up a Samba Server from Scratch (Local YUM Configuration)

How to Set Up a Samba Server from Scratch (Local YUM Configuration)

Click the blue text above to follow us Resource SharingLinux beginners’ course from entry-level to advanced practical training↓ Scan to watch the video ↓ 1. Install Samba: On a Linux system, you can use the yum command to install it, but you need to configure the local YUM first. The Linux system used in this … Read more

Essential Guide for Beginners – Linux Chmod Command

Essential Guide for Beginners - Linux Chmod Command

Click on the blue text above to follow us The Linux chmod command (full English: change mode) is used to control user permissions for files. The file access permissions in Linux/Unix are divided into three levels: file owner (Owner), user group (Group), and other users (Other Users). Only the file owner and superuser can modify … Read more