Tagged articles
498 articles
Page 2 of 5
MaGe Linux Operations
MaGe Linux Operations
May 29, 2025 · Operations

Master Traceroute: Step‑by‑Step Guide to Network Path Diagnosis

This comprehensive guide explains how to use the traceroute (or tracert) command on Linux, macOS, and Windows, covering installation, syntax, basic execution, output interpretation, advanced options, common use cases, troubleshooting tips, and related tools such as ping, mtr, and pathping.

Network DiagnosticsWindowsnetwork troubleshooting
0 likes · 10 min read
Master Traceroute: Step‑by‑Step Guide to Network Path Diagnosis
Tencent Cloud Developer
Tencent Cloud Developer
May 21, 2025 · Operations

How Tencent Docs Cut Desktop Memory Usage by 60% with Tombstone and Page‑Freeze Techniques

This article details the memory‑bloat problem of the Electron‑based Tencent Docs desktop client, outlines several optimization ideas, explains the implemented tombstone mechanism and Windows‑level memory cleaning plus Chromium page‑freezing, and presents benchmark results showing a roughly 60% reduction in RAM consumption.

Desktop ApplicationElectronMemory Optimization
0 likes · 11 min read
How Tencent Docs Cut Desktop Memory Usage by 60% with Tombstone and Page‑Freeze Techniques
php Courses
php Courses
May 19, 2025 · Backend Development

Potential Impacts of Microsoft Not Supporting PHP 8

The article explains PHP 8’s new features and performance benefits, then outlines six ways Microsoft’s lack of Windows support could reduce compatibility, limit ecosystem growth, affect developer choices, lower confidence, curb adoption on Windows and cloud platforms.

BackendCompatibilityMicrosoft
0 likes · 5 min read
Potential Impacts of Microsoft Not Supporting PHP 8
Sohu Tech Products
Sohu Tech Products
May 14, 2025 · Mobile Development

How xtool Enables Cross‑Platform iOS App Building on Linux and Windows

xtool is an open‑source, cross‑platform Xcode replacement that lets developers build, package, and sign iOS applications on Linux or Windows by extracting the Xcode toolchain, generating a Swift SDK, using SwiftPM for compilation, handling resources, creating IPA files, and managing Apple developer authentication, though it has notable limitations such as lack of Interface Builder support.

Code SigningLinuxSwiftPM
0 likes · 9 min read
How xtool Enables Cross‑Platform iOS App Building on Linux and Windows
Architect's Tech Stack
Architect's Tech Stack
May 5, 2025 · Operations

Introducing T‑Shell: An Intelligent Command‑Line Terminal Application (Installation, Features, and Usage Guide)

T‑Shell is an open‑source intelligent command‑line terminal for Windows that integrates SSH, local operations, customizable themes, shortcut commands, Linux shells, Chinese support, and SFTP, with detailed installation, build, and usage instructions, plus tutorials on hosts, shortcuts, global variables, and file management.

SSHT-ShellTutorial
0 likes · 4 min read
Introducing T‑Shell: An Intelligent Command‑Line Terminal Application (Installation, Features, and Usage Guide)
Liangxu Linux
Liangxu Linux
May 5, 2025 · Operations

How to Test UDP Ports on Windows 10 Using Netcat and PowerShell

This guide shows three practical ways to verify UDP port connectivity on Windows 10: installing and using Netcat (nc), writing a simple PowerShell script, and leveraging the ping command for basic reachability checks, along with installation tips and important caveats.

PowerShellUDPWindows
0 likes · 4 min read
How to Test UDP Ports on Windows 10 Using Netcat and PowerShell
Liangxu Linux
Liangxu Linux
May 1, 2025 · Information Security

Master NPS: Fast, Secure Intranet Penetration and Remote Access Guide

This article introduces the open‑source NPS intranet penetration proxy, outlines its key features such as multi‑protocol support and a powerful web UI, and provides step‑by‑step installation and configuration instructions for Linux and Windows environments.

ProxyRemote accessWindows
0 likes · 5 min read
Master NPS: Fast, Secure Intranet Penetration and Remote Access Guide
Java Architect Essentials
Java Architect Essentials
Apr 20, 2025 · Information Security

Free PC Firewall Recommendations and Comparative Analysis

This article provides a comprehensive comparison of free PC firewall solutions, detailing each software's core functions, suitable scenarios, drawbacks, and source references, followed by key recommendations, compatibility notes, performance assessments, and user feedback to help readers choose the most suitable firewall.

PC securityWindowsfirewall
0 likes · 14 min read
Free PC Firewall Recommendations and Comparative Analysis
Deepin Linux
Deepin Linux
Apr 20, 2025 · Backend Development

Understanding IOCP: Windows Asynchronous I/O Completion Port

This article explains the IOCP (I/O Completion Port) mechanism in Windows, covering its principles, advantages, core components, workflow, practical usage steps with code examples, comparisons to other asynchronous models, and common pitfalls such as thread synchronization, memory management, error handling, and load balancing.

IOCPWindowsasynchronous I/O
0 likes · 31 min read
Understanding IOCP: Windows Asynchronous I/O Completion Port
Efficient Ops
Efficient Ops
Apr 6, 2025 · Operations

Simulate Unreliable Networks on Windows with the Free Clumsy Tool

This guide explains how the open‑source Windows utility Clumsy can intercept and manipulate network packets—adding delay, loss, throttling, duplication or reordering—to let developers and operations engineers test application resilience under adverse network conditions.

ClumsyWindowsnetwork simulation
0 likes · 6 min read
Simulate Unreliable Networks on Windows with the Free Clumsy Tool
ITPUB
ITPUB
Apr 3, 2025 · Fundamentals

10 Surprising Windows Facts You Probably Never Knew

In celebration of Microsoft's 50th anniversary, this article reveals ten little‑known historical tidbits about Windows—from its original name "Interface Manager" to the early product‑key system, the transition from MS‑DOS, the origins of the "My Documents" folder, and the surprising memory requirements of Windows 1.0.

MicrosoftOperating SystemTech history
0 likes · 12 min read
10 Surprising Windows Facts You Probably Never Knew
Liangxu Linux
Liangxu Linux
Mar 31, 2025 · Fundamentals

Why Do Windows and Unix Use Different Line Endings? Understanding \n vs \r

The article explains the historical origins of the carriage‑return (\r) and line‑feed (\n) control characters, their ASCII codes, how various operating systems (Windows, Unix, macOS) represent line endings, the practical impact on file compatibility, and tools for converting between formats.

ASCIIUnixWindows
0 likes · 5 min read
Why Do Windows and Unix Use Different Line Endings? Understanding \n vs \r
Liangxu Linux
Liangxu Linux
Mar 30, 2025 · Fundamentals

Windows vs Linux: Key Differences, Benefits, and Choosing the Right OS

This article compares Windows and Linux across five major aspects—business model, system freedom, support, software compatibility, and user control—highlighting each OS's advantages, drawbacks, and practical considerations to help readers decide which platform best fits their needs.

LinuxOperating System ComparisonSoftware Compatibility
0 likes · 9 min read
Windows vs Linux: Key Differences, Benefits, and Choosing the Right OS
MaGe Linux Operations
MaGe Linux Operations
Mar 30, 2025 · Operations

Master Network Troubleshooting: A Complete Step‑by‑Step Guide

This article presents a comprehensive, systematic approach to diagnosing and resolving computer network issues, covering essential prerequisites, OSI/TCP‑IP fundamentals, common devices, diagnostic commands for Windows and Linux, and a detailed step‑by‑step troubleshooting workflow illustrated with real‑world examples and diagrams.

TCP/IPWindowsdiagnostic commands
0 likes · 15 min read
Master Network Troubleshooting: A Complete Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Mar 22, 2025 · Fundamentals

Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows

This tutorial demonstrates how to use Python with win32api, ctypes, and os modules on Windows 10 to programmatically modify the desktop wallpaper via the registry, lock the workstation in an infinite loop, and spawn endless command‑prompt windows, including full code examples and packaging instructions.

PythonRegistryScripting
0 likes · 4 min read
Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows
MaGe Linux Operations
MaGe Linux Operations
Mar 21, 2025 · Artificial Intelligence

Step‑by‑Step Guide to Install Ollama and ShellGPT for Local LLM Use

This tutorial walks you through installing Ollama on Windows, configuring and running a local large language model, then setting up ShellGPT on Linux to communicate with Ollama, including configuration files, command examples, and REPL usage, while omitting unrelated promotional content.

AI AssistantLocal-LLMOllama
0 likes · 6 min read
Step‑by‑Step Guide to Install Ollama and ShellGPT for Local LLM Use
Java Tech Enthusiast
Java Tech Enthusiast
Feb 23, 2025 · Information Security

Why Windows 11’s UI and Security Flaws Frustrate Users and Developers

The article critiques Windows 11’s cumbersome secondary right‑click menu, weak permission controls that render UAC ineffective, rampant adware, and the platform’s poor developer experience, arguing that these design missteps undermine both user satisfaction and system security.

Developer ExperienceOperating SystemSecurity
0 likes · 7 min read
Why Windows 11’s UI and Security Flaws Frustrate Users and Developers
Liangxu Linux
Liangxu Linux
Feb 18, 2025 · Operations

Master Windows Network Troubleshooting with PowerShell: 10 Essential Cmdlets

This guide walks you through ten powerful PowerShell cmdlets for diagnosing and fixing Windows network issues, covering ping tests, port checks, traceroutes, IP configuration, DNS queries, TCP connections, DNS settings, cache clearing, DHCP lease management, and network adapter control.

CmdletIT OperationsPowerShell
0 likes · 5 min read
Master Windows Network Troubleshooting with PowerShell: 10 Essential Cmdlets
Java Captain
Java Captain
Feb 14, 2025 · Fundamentals

Step-by-Step Guide to Installing DeepSeek on Windows, macOS, and Linux

This comprehensive tutorial walks users through preparing their system, downloading the appropriate DeepSeek installer, and performing detailed installation steps for Windows, macOS, and Linux, followed by initial launch, configuration, and troubleshooting tips to ensure a successful setup of the data analysis tool.

DeepSeekInstallationLinux
0 likes · 6 min read
Step-by-Step Guide to Installing DeepSeek on Windows, macOS, and Linux
IT Services Circle
IT Services Circle
Feb 13, 2025 · Frontend Development

Microsoft Reduces Windows 11 Start Menu Hierarchy in Upcoming Build

Microsoft is testing a new Windows 11 Start menu in build 22635.4805 that removes the recommendation section, flattens hierarchy, and presents all apps alphabetically, while also offering alternative sorting modes such as category grids, though some elements like Phone Link remain and the changes may appear at Build 2025.

User experienceWindowsfrontend
0 likes · 5 min read
Microsoft Reduces Windows 11 Start Menu Hierarchy in Upcoming Build
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Feb 5, 2025 · Artificial Intelligence

Deploy DeepSeek R1 Locally with Ollama: Step‑by‑Step Guide for Windows & Linux

This article provides a comprehensive guide to locally deploying DeepSeek R1 models using Ollama on Windows and Linux, covering model variants, hardware requirements, installation steps, command‑line operations, visual client options, usage examples, performance tuning, and best‑practice recommendations for developers and enterprises.

AI modelDeepSeekDocker
0 likes · 10 min read
Deploy DeepSeek R1 Locally with Ollama: Step‑by‑Step Guide for Windows & Linux
Open Source Linux
Open Source Linux
Jan 17, 2025 · Operations

Master MobaXterm: Create SSH Sessions, Set Hotkeys, and Transfer Files on Windows

This guide introduces MobaXterm—a powerful SSH client and terminal toolbox for Windows—covers its main features, pros and cons, and provides step‑by‑step instructions for creating SSH sessions, enabling right‑click paste, duplicating tabs, configuring keyboard shortcuts, transferring files, and adjusting terminal font size.

MobaXtermRemote accessSSH
0 likes · 6 min read
Master MobaXterm: Create SSH Sessions, Set Hotkeys, and Transfer Files on Windows
MaGe Linux Operations
MaGe Linux Operations
Jan 11, 2025 · Databases

Step-by-Step Guide to Installing and Configuring MySQL on Windows

This article walks you through MySQL's default ports, provides a concise introduction, details how to download the Community Server, explains extraction, environment variable setup, configuration file creation, service registration, and shows essential commands for initializing, starting, stopping, and managing MySQL users on Windows.

ConfigurationInstallationWindows
0 likes · 8 min read
Step-by-Step Guide to Installing and Configuring MySQL on Windows
Architecture Digest
Architecture Digest
Dec 20, 2024 · Fundamentals

Introducing Wubuntu: A Windows‑Styled Ubuntu Distribution

The article announces a free programmer book giveaway via a backend command and then introduces Wubuntu, a Windows‑styled Ubuntu distribution that fully replicates Windows UI, runs without TPM or Secure Boot, supports Windows .exe/.msi and Android apps, and provides download links for its free and professional editions.

LinuxOperating SystemTech Review
0 likes · 3 min read
Introducing Wubuntu: A Windows‑Styled Ubuntu Distribution
Java Tech Enthusiast
Java Tech Enthusiast
Nov 10, 2024 · Industry Insights

Why Microsoft Is Charging for Windows 10 Lifeline and Pushing Windows 11

Microsoft announced that Windows 10 support ends on October 14 2025, introduced a paid Extended Security Updates program with steep yearly fees, and is using this strategy to nudge its 60% market‑share user base toward upgrading to Windows 11 despite low adoption and hardware constraints.

ESUEnd of SupportExtended Security Updates
0 likes · 5 min read
Why Microsoft Is Charging for Windows 10 Lifeline and Pushing Windows 11
Liangxu Linux
Liangxu Linux
Oct 29, 2024 · Operations

Why Windows Prefers Ethernet Over Wi‑Fi and How to Change It

This guide explains why a Windows PC routes traffic through the wired Ethernet adapter by default, how the interface metric determines priority, and step‑by‑step instructions to view and manually adjust the metric so you can force traffic over Wi‑Fi or Ethernet as needed.

Interface MetricTCP/IPWi-Fi
0 likes · 8 min read
Why Windows Prefers Ethernet Over Wi‑Fi and How to Change It
php Courses
php Courses
Oct 28, 2024 · Backend Development

Impact of Microsoft Not Supporting PHP 8 on Windows Platforms

The article explains PHP 8’s new features and performance benefits, then details how Microsoft’s lack of support on Windows can reduce compatibility, limit ecosystem growth, lower developer confidence, and affect the adoption of PHP 8 in both desktop and cloud environments.

BackendCompatibilityMicrosoft
0 likes · 5 min read
Impact of Microsoft Not Supporting PHP 8 on Windows Platforms
Open Source Linux
Open Source Linux
Oct 16, 2024 · Fundamentals

Decoding Windows Minidump Files: Inside the Crash Dump Structure

This article explains how Windows minidump files are structured, detailing the header and key streams such as ThreadListStream, ModuleListStream, ExceptionStream, SystemInfoStream, and MiscInfoStream, and shows how this information helps pinpoint the exact cause of a program crash.

DebuggingWindowsbinary analysis
0 likes · 7 min read
Decoding Windows Minidump Files: Inside the Crash Dump Structure
21CTO
21CTO
Oct 15, 2024 · Fundamentals

Can eBPF Run on Windows? Exploring Cross‑Platform Kernel Programmability

At the recent virtual eBPF summit, Isovalent CTO Thomas Graf revealed that Microsoft is developing a Windows version of eBPF, aiming for cross‑platform compatibility with Linux, while the IETF works on standardizing the eBPF ISA and verifier to ensure secure, portable kernel bytecode execution.

Cross‑PlatformKernelLinux
0 likes · 5 min read
Can eBPF Run on Windows? Exploring Cross‑Platform Kernel Programmability
Liangxu Linux
Liangxu Linux
Sep 7, 2024 · Operations

How to Use iPerf for Accurate Server-to-Server Bandwidth Testing

This guide explains how to prepare source and target servers, install iPerf, run it in server and client modes on Windows (or Linux), and use specific commands to measure TCP bandwidth, UDP jitter, packet loss, and network latency, including required firewall and security‑group settings.

LinuxTCPUDP
0 likes · 4 min read
How to Use iPerf for Accurate Server-to-Server Bandwidth Testing
Ops Development & AI Practice
Ops Development & AI Practice
Sep 6, 2024 · Backend Development

How to Split Large Files on Windows with a Simple Go Tool

This guide explains how to create a cross‑platform Go command‑line utility that efficiently splits multi‑gigabyte files on Windows into user‑defined chunk sizes, covering the rationale for using Go, core implementation steps, full source code, and practical usage instructions.

File SplittingGoWindows
0 likes · 7 min read
How to Split Large Files on Windows with a Simple Go Tool
Bilibili Tech
Bilibili Tech
Sep 3, 2024 · Mobile Development

USB Wired Screen Casting for iOS and Android on Windows

The article details a USB‑based wired screen‑casting solution for iOS and Android on Windows, explaining how to replace wireless LAN casting with driver‑installed USB communication, using libimobiledevice and libusbK to capture, encode (H.264/AAC), package into FLV, transfer via a custom header, and restore original device drivers after use.

AndroidUSBWindows
0 likes · 22 min read
USB Wired Screen Casting for iOS and Android on Windows
php Courses
php Courses
Aug 28, 2024 · Backend Development

Impact of Microsoft's Lack of Support for PHP 8 on the Windows Platform

The article explains PHP 8's new features and how Microsoft's decision not to support it on Windows can reduce compatibility, limit ecosystem growth, affect developer confidence, and constrain cloud deployment, while noting that developers can still seek alternative solutions.

CompatibilityMicrosoftWindows
0 likes · 5 min read
Impact of Microsoft's Lack of Support for PHP 8 on the Windows Platform
Java Tech Enthusiast
Java Tech Enthusiast
Aug 25, 2024 · Operations

Microsoft Confirms Upcoming Deprecation of Windows Control Panel

Microsoft has confirmed that the traditional Windows Control Panel will eventually be retired in favor of the modern Settings app, with many functions already migrated, legacy options like UAC and System Restore still residing there, and the phase‑out possibly beginning with the Windows 11 25H2 update, though the exact timeline remains unclear.

Control PanelMicrosoftOperating System
0 likes · 3 min read
Microsoft Confirms Upcoming Deprecation of Windows Control Panel
DevOps Operations Practice
DevOps Operations Practice
Aug 18, 2024 · Information Security

Critical Windows TCP/IP Vulnerability (CVE‑2024‑38063) Allows Remote Code Execution via IPv6

Microsoft has disclosed a critical Windows TCP/IP stack vulnerability (CVE‑2024‑38063) with a CVSS 9.8 score that enables remote code execution through specially crafted IPv6 packets, is wormable, and can spread laterally across internal networks, prompting immediate patch installation or IPv6 disabling.

CVE-2024-38063IPv6Remote Code Execution
0 likes · 3 min read
Critical Windows TCP/IP Vulnerability (CVE‑2024‑38063) Allows Remote Code Execution via IPv6
Liangxu Linux
Liangxu Linux
Aug 14, 2024 · Operations

How to Use iPerf for Accurate Network Bandwidth and Latency Testing

This guide walks you through preparing the environment, installing iPerf on Windows or Linux servers, running it in server and client modes, testing TCP and UDP performance, measuring latency with ping, and checking all available options to ensure reliable network bandwidth and latency measurements.

LatencyLinuxTCP
0 likes · 5 min read
How to Use iPerf for Accurate Network Bandwidth and Latency Testing
ITPUB
ITPUB
Aug 9, 2024 · Information Security

How the “Downdate” Attack Rolls Back Windows Updates to Exploit Old Vulnerabilities

At Black Hat 2024, SafeBreach researcher Alon Leviev revealed a “Downdate” technique that manipulates the Windows update mechanism to roll back the operating system and critical components to vulnerable older versions, exposing numerous historic flaws and enabling potential full system compromise.

Black HatVirtualization-Based SecurityWindows
0 likes · 6 min read
How the “Downdate” Attack Rolls Back Windows Updates to Exploit Old Vulnerabilities
Efficient Ops
Efficient Ops
Aug 6, 2024 · Information Security

Why CrowdStrike’s Update Crashed Millions of Windows PCs – The Hidden Risks

In July 2024 a faulty CrowdStrike Falcon Sensor update triggered widespread blue‑screen crashes on Microsoft Windows devices, affecting hundreds of thousands of machines worldwide, prompting emergency fixes, revealing security software’s deep system access, EU antitrust constraints, and echoing past incidents like the 2010 McAfee update disaster.

Blue ScreenCrowdStrikeWindows
0 likes · 7 min read
Why CrowdStrike’s Update Crashed Millions of Windows PCs – The Hidden Risks
Cognitive Technology Team
Cognitive Technology Team
Jul 30, 2024 · Information Security

CrowdStrike Update Triggers Global Windows Blue‑Screen Outage – Detailed Analysis and Recommendations

On July 19, 2024, a faulty CrowdStrike Falcon sensor update caused massive Windows blue‑screen crashes worldwide, affecting airlines, banks, hospitals and cloud services, prompting a rapid response that highlighted technical flaws, emergency mitigation steps, and broader lessons for software‑security and incident‑management practices.

BlueScreenCrowdStrikeEndpointProtection
0 likes · 13 min read
CrowdStrike Update Triggers Global Windows Blue‑Screen Outage – Detailed Analysis and Recommendations
21CTO
21CTO
Jul 24, 2024 · Information Security

Can Rust Replace C/C++ to Prevent the Next CrowdStrike‑Induced BSOD?

The article examines the recent Windows BSOD crisis caused by a faulty CrowdStrike update, argues that memory‑unsafe languages like C/C++ contributed to the failure, and explains how Microsoft and the industry are turning to the memory‑safe Rust language for system, firmware, and cloud components to improve reliability and security.

AzureMemory SafetySecurity
0 likes · 8 min read
Can Rust Replace C/C++ to Prevent the Next CrowdStrike‑Induced BSOD?
IT Services Circle
IT Services Circle
Jul 23, 2024 · Information Security

CrowdStrike Driver Triggers PAGE_FAULT_IN_NONPAGED_AREA BSOD – Symptoms, Impact and Safe‑Mode Workaround

A wave of Windows blue‑screen crashes worldwide, identified by the PAGE_FAULT_IN_NONPAGED_AREA error and linked to the CrowdStrike csagent.sys driver, has affected various sectors, prompting a temporary fix that involves renaming the driver folder and booting into safe mode to restore system stability.

BSODCrowdStrikeDriver Issue
0 likes · 4 min read
CrowdStrike Driver Triggers PAGE_FAULT_IN_NONPAGED_AREA BSOD – Symptoms, Impact and Safe‑Mode Workaround
ITPUB
ITPUB
Jul 19, 2024 · Information Security

Why Did a CrowdStrike Update Trigger a Global Windows Blue Screen Crisis?

A sudden worldwide surge of Windows Blue Screen of Death incidents on July 1, linked to a CrowdStrike security‑agent update, crippled Microsoft 365 services, disrupted airlines and highlighted the far‑reaching impact of a single software change on global IT stability.

Blue ScreenCrowdStrikeMicrosoft
0 likes · 6 min read
Why Did a CrowdStrike Update Trigger a Global Windows Blue Screen Crisis?
IT Services Circle
IT Services Circle
Jul 15, 2024 · Fundamentals

Understanding Stack Pointer Corruption When Mixing RSP and ESP in 64‑bit Windows: A Reverse‑Engineering Case Study

The article analyzes a crash that occurs on Windows 10 when a 64‑bit program mixes RSP and ESP instructions, explains how writing to the 32‑bit ESP register zero‑extends the upper 32 bits of RSP, and shows how this stack‑pointer mismatch leads to an access‑violation error that does not appear on Windows 7.

AssemblyDebuggingWindows
0 likes · 6 min read
Understanding Stack Pointer Corruption When Mixing RSP and ESP in 64‑bit Windows: A Reverse‑Engineering Case Study
Java Tech Enthusiast
Java Tech Enthusiast
Jul 9, 2024 · Industry Insights

Why Windows’ 30‑Year‑Old Formatting Dialog Still Looks the Same

Microsoft engineer Dave Plummer recounts how a quick‑and‑dirty formatting dialog he built in 1994 using VC++ 2.0 became a 30‑year‑old UI staple, persisting unchanged into Windows 11 and even imposing the 32 GB FAT volume limit due to an early design shortcut.

Dave PlummerFAT32 limitLegacy Software
0 likes · 4 min read
Why Windows’ 30‑Year‑Old Formatting Dialog Still Looks the Same
dbaplus Community
dbaplus Community
Jul 2, 2024 · Databases

What’s New in MySQL 9.0 Innovation Edition? Key Features and Improvements

MySQL 9.0 Innovation Edition, released on July 1, 2024, introduces major changes such as the removal of the mysql_native_password plugin, new PREPARE support for event statements, expanded Performance Schema tables, JSON‑formatted EXPLAIN ANALYZE output, Windows installer fixes, and several MySQL Shell enhancements.

InnovationEditionMySQLShellPerformanceSchema
0 likes · 4 min read
What’s New in MySQL 9.0 Innovation Edition? Key Features and Improvements
Architect
Architect
Jun 13, 2024 · Cloud Native

How to Build and Deploy a SpringBoot Docker Image on Windows Using IDEA

This guide walks through setting up Docker on Windows, creating a Dockerfile for a SpringBoot service, using IntelliJ IDEA to build the image, testing the container locally, and finally deploying the image to a Linux server with proper volume and port mappings.

Container DeploymentDockerDockerfile
0 likes · 11 min read
How to Build and Deploy a SpringBoot Docker Image on Windows Using IDEA
Ops Development & AI Practice
Ops Development & AI Practice
Jun 8, 2024 · Industry Insights

How Microsoft Brings Windows to Qualcomm ARM: Native Support, Emulation & Performance

Microsoft’s Windows now runs on Qualcomm’s ARM processors through a combination of native kernel adaptations, driver and library recompilation, and an x86‑to‑ARM emulation layer, balancing performance gains from direct ARM execution with compatibility‑driven overhead, while outlining ongoing optimization efforts and future prospects.

ARMEmulationNative Support
0 likes · 8 min read
How Microsoft Brings Windows to Qualcomm ARM: Native Support, Emulation & Performance
Ops Development & AI Practice
Ops Development & AI Practice
Jun 2, 2024 · Fundamentals

Master MSVC: Install, Configure, and Compile C/C++ on Windows

This guide introduces Microsoft Visual C++ (MSVC), covering its key features, installation via Visual Studio or Build Tools, command‑line and VS Code integration, step‑by‑step compilation commands, and advanced options like parallel builds and PGO, helping developers efficiently build C/C++ projects on Windows.

CCompilationMSVC
0 likes · 7 min read
Master MSVC: Install, Configure, and Compile C/C++ on Windows
Liangxu Linux
Liangxu Linux
May 8, 2024 · Fundamentals

Bypassing WeChat’s Singleton Check: Run Multiple Instances on Windows

This guide explains how a simple batch file can launch two or more WeChat instances on Windows by analyzing the app’s global mutex mechanism, reverse‑engineering the related DLL functions, and showing why the rapid start‑up bypasses the built‑in single‑instance guard.

BatchSingletonWeChat
0 likes · 6 min read
Bypassing WeChat’s Singleton Check: Run Multiple Instances on Windows
Java Tech Enthusiast
Java Tech Enthusiast
Apr 28, 2024 · Information Security

Unexpected Lateral Movement via Windows Delivery Optimization Service

A coworker noticed my computer generating large volumes of traffic on port 7680, prompting an investigation that revealed the svchost.exe process running the default Windows Delivery Optimization Service—intended for LAN‑based Windows Update—mimicking lateral‑movement behavior, which I stopped by disabling the feature.

Lateral MovementPort 7680Windows
0 likes · 4 min read
Unexpected Lateral Movement via Windows Delivery Optimization Service
Liangxu Linux
Liangxu Linux
Mar 26, 2024 · Operations

How to Test Local Network Speed on Linux, Windows, and macOS with Free Tools

This guide explains how to measure local network performance on Linux, Windows, and macOS using free command‑line utilities such as speedtest‑cli and iperf, as well as graphical tools like Speedtest, and provides advanced techniques with Wireshark, ping, and network‑optimization tips.

LinuxWindowsWireshark
0 likes · 10 min read
How to Test Local Network Speed on Linux, Windows, and macOS with Free Tools
Ops Development & AI Practice
Ops Development & AI Practice
Mar 24, 2024 · Operations

Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency

This article explains the purpose and location of the PowerShell user profile script (Microsoft.PowerShell_profile.ps1), details its path components, outlines typical use cases such as environment customization, alias definition, and module loading, and provides a complete example with step‑by‑step explanations for Windows users.

AutomationPowerShellScripting
0 likes · 8 min read
Master PowerShell Profiles: Customize Your Windows Shell for Maximum Efficiency