Using Windows as Linux

Using Windows as Linux

I have always used Windows as if it were Linux. After installing Windows 10, I first install the Windows version of Git. The Windows version of Git comes with a MinGW environment, which pre-installs some commonly used Linux tools.The MinGW in the Windows version of Git is a trimmed version, lacking a package management tool, … Read more

Rust Fixes Critical Command Injection Flaw in std Library for Windows 10/11

Rust Fixes Critical Command Injection Flaw in std Library for Windows 10/11

Author | Connor JonesTranslator | Zhang WeibinEditor | Ding Xiaoyun This article was originally published on The Register and translated by InfoQ Chinese Station. Rust security experts have resolved a critical vulnerability that could lead to malicious command injection on Windows machines, advising programmers to upgrade their Rust versions. The vulnerability has a CVSS severity … Read more

Linux Kernel vs Windows Kernel

Linux Kernel vs Windows Kernel

Windows and Linux are two of the most common operating systems. Windows has essentially dominated the PC market and has achieved significant commercial success, but it is not open source, so to access the source code, one must join the Windows development team. Most server operating systems are based on Linux, and the kernel source … Read more

Types of Windows Systems Required for Installing Industrial Control Software and Downloading

Types of Windows Systems Required for Installing Industrial Control Software and Downloading

The commonly used systems currently are Win7, Win8, and Win10. The compatibility of industrial control software with Win7 is relatively good, followed by WIN10. Win8 has the worst support, so it is best to avoid using it. I previously wrote about compatibility in the article titled Compatibility || Why Are There So Many Issues with … Read more

Removing Old Drivers to Free Up Space on Your Computer

Removing Old Drivers to Free Up Space on Your Computer

When installing or updating device drivers in Windows, old versions of drivers remain. Over time, the accumulation of these old drivers can take up a significant amount of system space. Below, I will introduce how to safely delete these old driver files. Author: Yu Mufa ○ Knowledge: Understanding Old Drivers Open the “C:\Windows\System32\DriverStore\FileRepository” folder, and … Read more

Multisim Installation Package and Tutorial

Multisim Installation Package and Tutorial

I’ve always had trouble installing using links and methods from a certain manager, and a few friends around me have also reported issues. (Not complaining) Yesterday, I saw a message in the flea market group at school. With the installation method for Visual Studio shared a few days ago, we can make some money (just … Read more

Multisim 14.0 Installation Tutorial

Multisim 14.0 Installation Tutorial

Follow me if you need anything~ 【Software Name】:Multisim 14.0 【Installation Environment】:Win7/Win8/Win10 Online 【Download Link】:32/64bit pan.baidu.com/s/1UPJwcDn_Fc2qQl8He40sEg 【Extraction Code】:gju5 If you encounter issues during installation, please contact WeChat:321163102 Software Introduction Multisim is a simulation tool based on Windows, suitable for the design work of board-level analog/digital circuit boards. It includes graphical input for circuit schematics, circuit hardware … Read more

Compiling OpenCV 4.8.1 with CMake and Visual Studio 2022 on Windows

Compiling OpenCV 4.8.1 with CMake and Visual Studio 2022 on Windows

1. Background The project I am currently maintaining runs on Windows and uses OpenCV version 4.5.2. My local development environment is a Mac, and I am using the newer OpenCV version 4.8.1. To maintain consistency with my local development environment, I plan to upgrade the OpenCV used in the project, as the project still utilizes … Read more

Keil 5 C51 Software Installation Tutorial

Keil 5 C51 Software Installation Tutorial

【Software Name】: Keil 5 C51 Version 【Installation Environment】: Windows 【Download Link】: Click “Read the Original” at the bottom 【Download Link】: https://www.sssam.com/5812.html Software Introduction Keil uVision is a professional and practical C language software development system that provides compiler, installation package, and debugging tracking. It mainly adds a package management feature that supports LWIP. It adopts … Read more

Comprehensive Python Installation Guide

Comprehensive Python Installation Guide

1. Introduction: As of January 1, 2020, the official Python website has stopped maintaining the Python 2.7 version. The official recommendation is to use the Python 3.X series (not backward compatible with Python 2.X versions). This has angered many Python 2.X enthusiasts (however, Python 3.X is the trend of the future). I personally recommend using … Read more