Father of Linux: Linux is Terrible, You Should Use XP

Father of Linux: Linux is Terrible, You Should Use XP

Linus Torvalds, the father of Linux, seemed to lose his temper yesterday and submitted a README file to GitHub, harshly criticizing the Linux system. Linus stated: “Hello everyone, I am Linus Torvalds, the author of the once-popular Linux. You can check the repo’s URL and files to prove that it is 100% me. I deleted … Read more

The Open Source C Language Code for ‘Twelve Sounds of Spring Festival’ is Here, Naming is the Highlight

The Open Source C Language Code for 'Twelve Sounds of Spring Festival' is Here, Naming is the Highlight

(For programmers’ matters bookmark it) Source: Open Source China With the popularity of the sci-fi movie “The Wandering Earth” during the Spring Festival, more and more netizens have developed a strong interest in this film. Especially among developers, the segment of “Twelve Sounds of Spring Festival” in the movie will surely leave a lasting impression … Read more

Master Python in One Month: A Guide for Beginners

Master Python in One Month: A Guide for Beginners

Follow 👆 the public account and reply with 'python' to get a beginner's tutorial! Source from the internet, will delete if infringed Undoubtedly, Python is one of the hottest programming languages today. For many ‘novices’ who have never ventured into computer programming, mastering Python in depth seems like a daunting task. In fact, as long … Read more

Performance/Time Toolbox for Super Embedded Systems

Performance/Time Toolbox for Super Embedded Systems

This article is selected from the Extreme Technology Community column “Bare Metal Thinking”. The article mainly shares free tools related to “performance/time” for super embedded systems open-sourced on GitHub. Is it really free from the start? For the well-known Cortex-M processors, whether it is the Cortex-M0 emphasizing extreme resources and low power consumption or the … Read more

Linux Character Device Driver Example

Linux Character Device Driver Example

globalmem Looking at Linux device driver development details, the chapter on character device drivers provides test code and application programs that are very helpful for beginners. The reason for writing this article is that I noticed I had not yet written about character devices, despite having previously published articles. As for the role of the … Read more

GDB Tool for RISC-V Platform: A Practical Guide

GDB Tool for RISC-V Platform: A Practical Guide

Considering the limited debugging tools for the RISC-V platform, I compiled a version of GDB and GDB server suitable for RISC-V based on the source code from the GDB official website: gdb-12.1. I have verified its functionality on RISC-V terminal devices. The tools have been uploaded to my personal GitHub: https://github.com/season727/gdb_12.1_risc-v Compilation Toolchain: Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V2.10.2-20240904 Due … Read more

Comprehensive Node.js Resource Compilation with 40K Stars!

Comprehensive Node.js Resource Compilation with 40K Stars!

Author @ Qianshao Jun | Address @ https://github.com/jobbole/awesome-nodejs-cn Since WeChat does not support external links, please click “Read Original” at the end or visit the GitHub address for more detailed resources. [Guide]: Node.js is an open-source, cross-platform JavaScript runtime used for writing server and command-line tools. awesome-nodejs is a Node.js resource list initiated and maintained … Read more

Comprehensive Node.js Resource Compilation

Comprehensive Node.js Resource Compilation

Author @ Qian Shao Jun | Address @ https://github.com/jobbole/awesome-nodejs-cn 【Guide】: Node.js is an open-source, cross-platform JavaScript runtime environment for building servers and command-line tools. awesome-nodejs is a Node.js resource list initiated and maintained by sindresorhus, covering command-line tools, logging, debugging, HTTP, build tools, file systems, templates, web frameworks, flow control, text, images, and data validation, … Read more

Essential Security Tools Deployment Script

Essential Security Tools Deployment Script

Disclaimer: The security tools and projects shared by this public account are sourced from the internet and are intended for security research and learning purposes only. If used for other purposes, the user assumes all legal and joint responsibilities, and is unrelated to the tool authors and this public account. Currently, only major image pushes … Read more