Tagged articles

Windows

529 articles · Page 2 of 6
Architecture Digest
Architecture Digest
Oct 15, 2025 · Cloud Computing

Master Hyper-V: Step-by-Step Guide to Enable and Create Windows Virtual Machines

Learn the essential concepts of virtualization, explore Hyper-V’s key features, and follow detailed instructions to enable Hyper-V on Windows, configure system requirements, create and customize virtual machines—including Windows 11 installations—using PowerShell, CMD, and graphical settings, with tips for optimal performance.

Hyper-VWindowsvirtual machine
0 likes · 9 min read
Master Hyper-V: Step-by-Step Guide to Enable and Create Windows Virtual Machines
JD Tech Talk
JD Tech Talk
Oct 14, 2025 · Frontend Development

Cross‑Platform CEF Integration: Windows & macOS Setup Guide

This article explains how to integrate the Chromium Embedded Framework (CEF) on both Windows and macOS, covering required libraries, resource paths, main‑process initialization, render‑process creation, message‑loop handling, window adaptation, and version management to ensure a seamless cross‑platform deployment.

CEFCross-PlatformEmbedding
0 likes · 13 min read
Cross‑Platform CEF Integration: Windows & macOS Setup Guide
IT Services Circle
IT Services Circle
Oct 12, 2025 · Operations

How to Download the Correct Windows 11 Build (26200.6584) for Every Edition

This guide explains the official release of Windows 11 build 26200.6584, details the various editions (Consumer, Business, Home Chinese, Professional Chinese), provides download tips such as selecting x64 versus ARM64, interpreting language codes, understanding image types and IoT variants, and lists two download methods with URLs.

DownloadIT opsWindows
0 likes · 3 min read
How to Download the Correct Windows 11 Build (26200.6584) for Every Edition
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 10, 2025 · Operations

Why Does Ping Fail? 10 Common Causes and How to Fix Them

This article explains the ten most frequent reasons why a Ping command may fail—ranging from offline target hosts and IP misconfigurations to firewall blocks and DNS issues—and provides practical step‑by‑step troubleshooting methods and solutions to help you quickly resolve network connectivity problems.

ICMPLinuxWindows
0 likes · 9 min read
Why Does Ping Fail? 10 Common Causes and How to Fix Them
Java Tech Enthusiast
Java Tech Enthusiast
Oct 4, 2025 · Cloud Native

Run a Full Windows Desktop Inside Docker – Quick Guide

This article introduces the open‑source dockur/windows project that lets you run a complete Windows 11 (or other editions) inside a Docker container, eliminating the need for a virtual machine or remote desktop, and provides step‑by‑step instructions using Docker Compose, CLI, and Kubernetes.

Docker ComposeWindowscontainer
0 likes · 4 min read
Run a Full Windows Desktop Inside Docker – Quick Guide
Raymond Ops
Raymond Ops
Sep 23, 2025 · Artificial Intelligence

Install Ollama’s Local LLM on Windows and Power It with ShellGPT

This guide walks you through installing the Ollama local large‑language‑model runtime on Windows, deploying a Gemma2 model, then setting up ShellGPT on Linux to interact with the local LLM, covering configuration, basic commands, and advanced usage examples.

AI assistantLinuxOllama
0 likes · 6 min read
Install Ollama’s Local LLM on Windows and Power It with ShellGPT
21CTO
21CTO
Sep 21, 2025 · Artificial Intelligence

Microsoft Adds Free AI-Powered Summarize, Write, and Rewrite Tools to Notepad

Microsoft is rolling out three free AI features—Summarize, Write, and Rewrite—to the classic Windows Notepad, enabling faster content creation without requiring a Microsoft 365 subscription and leveraging local models for smooth performance.

AICopilot PlusMicrosoft
0 likes · 3 min read
Microsoft Adds Free AI-Powered Summarize, Write, and Rewrite Tools to Notepad
IT Services Circle
IT Services Circle
Sep 20, 2025 · Cloud Native

Run a Full Windows Desktop Inside Docker – Quick Setup Guide

This guide shows how to run a complete Windows 11 (or other versions) inside a Docker container on macOS or Linux, using the open‑source dockur/windows project, with step‑by‑step instructions for Docker Compose, Docker CLI, and Kubernetes deployment, plus configuration tips and screenshots.

DockerDocker ComposeWindows
0 likes · 5 min read
Run a Full Windows Desktop Inside Docker – Quick Setup Guide
macrozheng
macrozheng
Sep 5, 2025 · Operations

One-Command OS Reinstall: Automate Windows & Linux Installations

The open‑source "reinstall" script provides a single‑command solution to reinstall or switch between Windows and Linux systems, supporting multiple distributions, automatic driver handling, low‑resource devices, BIOS/EFI and ARM boot, with detailed usage examples and emergency rescue features.

AutomationOS reinstallWindows
0 likes · 9 min read
One-Command OS Reinstall: Automate Windows & Linux Installations
Liangxu Linux
Liangxu Linux
Aug 27, 2025 · Operations

Fix Mistyped Terminal Commands Instantly with thefuck – Install & Use Guide

This guide introduces the open‑source tool thefuck, explains how it analyzes erroneous shell commands and suggests correct alternatives, provides concrete examples like fixing "git statis" to "git status", and details step‑by‑step installation on Linux, macOS, Windows and via pip, plus configuration tips.

Error CorrectionInstallationLinux
0 likes · 4 min read
Fix Mistyped Terminal Commands Instantly with thefuck – Install & Use Guide
Go Development Architecture Practice
Go Development Architecture Practice
Aug 27, 2025 · Operations

Essential Windows CMD Commands Every IT Ops Engineer Should Know

This cheat sheet compiles 100 frequently used Windows CMD commands for IT operations, organized into five scenarios—system management, network diagnostics, file handling, process/user control, and practical automation—providing quick reference to essential commands such as systeminfo, ipconfig, robocopy, taskkill and forfiles.

CMDIT OperationsWindows
0 likes · 3 min read
Essential Windows CMD Commands Every IT Ops Engineer Should Know
Dunmao Tech Hub
Dunmao Tech Hub
Aug 13, 2025 · Backend Development

Automate SpringBoot Deployment on Windows with Jenkins and WinSW

This guide explains how to set up Jenkins and WinSW on a Windows 10 server to automatically build, package, and deploy a SpringBoot application using batch scripts, covering environment preparation, configuration files, and Jenkins pipeline steps for streamlined backend deployment.

AutomationCI/CDJenkins
0 likes · 9 min read
Automate SpringBoot Deployment on Windows with Jenkins and WinSW
Liangxu Linux
Liangxu Linux
Aug 6, 2025 · Fundamentals

Boost Your Productivity with Flameshot: The Ultimate Open‑Source Screenshot Tool

Flameshot is a powerful open‑source screenshot utility that combines instant capture with rich annotation tools, supports Linux, Windows and macOS, offers command‑line options, customizable appearance, and easy installation via package managers, making it ideal for developers and technical writers who need fast, editable screenshots.

AnnotationFlameshotWindows
0 likes · 5 min read
Boost Your Productivity with Flameshot: The Ultimate Open‑Source Screenshot Tool
macrozheng
macrozheng
Jul 19, 2025 · Operations

Why Microsoft’s New ‘Edit’ Tool Could Replace Vim on Windows Terminal

This article introduces Microsoft’s newly open‑sourced Edit editor, a lightweight Rust‑based command‑line text editor for Windows Terminal, outlines its features, performance benefits, and provides step‑by‑step installation and compilation instructions for Windows users.

InstallationTerminalText Editor
0 likes · 7 min read
Why Microsoft’s New ‘Edit’ Tool Could Replace Vim on Windows Terminal
Open Source Tech Hub
Open Source Tech Hub
Jul 16, 2025 · Backend Development

One-Click PHP Installation on Windows, macOS, and Linux

This guide shows how to quickly install PHP on Windows, macOS, and Linux by running a single PowerShell or Bash command that configures execution policy, sets security protocols, and downloads the installer script from php.new, with screenshots for verification.

InstallationLinuxPHP
0 likes · 2 min read
One-Click PHP Installation on Windows, macOS, and Linux
Zhuanzhuan Tech
Zhuanzhuan Tech
Jul 8, 2025 · Backend Development

How to Build a Silent Printing Proxy for Windows Using Java and Spring Boot

This article explains the challenges of printing in a hybrid store‑warehouse environment, outlines the limitations of JavaScript‑based printing, and details a custom Java‑powered printing proxy that uses Spring Boot, printable APIs, executable packaging, and offset files to achieve silent, multi‑scenario printing on Windows.

Print OffsetPrint ServiceSpring Boot
0 likes · 18 min read
How to Build a Silent Printing Proxy for Windows Using Java and Spring Boot
Python Programming Learning Circle
Python Programming Learning Circle
Jul 2, 2025 · Fundamentals

Create a Python Debt Reminder Tool with Scheduled Pop‑ups and One‑Click Executable

Learn how to build a simple Python utility that periodically reminds a friend to repay a loan, using pip‑installed packages like APScheduler and pywin32 for scheduling and pop‑up messages, then package the script into a standalone executable with PyInstaller, complete with code snippets and screenshots.

APSchedulerAutomationPython
0 likes · 4 min read
Create a Python Debt Reminder Tool with Scheduled Pop‑ups and One‑Click Executable
ITPUB
ITPUB
Jun 30, 2025 · Operations

100 Essential Windows Command-Line Tools for System Administration

This comprehensive guide lists 100 practical Windows command‑line utilities, organized into categories such as system management, network diagnostics, file handling, process control, and advanced operational tasks, while highlighting high‑risk commands and best‑practice rules for safe administration.

Batch ScriptsOperationsWindows
0 likes · 13 min read
100 Essential Windows Command-Line Tools for System Administration
Liangxu Linux
Liangxu Linux
Jun 17, 2025 · Fundamentals

Why Is the 32‑bit OS Called x86? A Playful History of Intel’s Processor Family

The article humorously traces Intel’s processor lineage from the 1971 4004 to modern x86_64, explaining why 32‑bit systems are called x86, how naming conventions evolved, the role of AMD’s extensions, Microsoft’s Windows naming, and the quirks of folder naming, while debunking common misconceptions about bit‑width and architecture.

AMDCPU architectureIntel
0 likes · 38 min read
Why Is the 32‑bit OS Called x86? A Playful History of Intel’s Processor Family
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.

Windowsnetwork diagnosticsnetwork 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.

MicrosoftWindowsbackend
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 SigningCross-PlatformLinux
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.

T-ShellTerminalWindows
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.

UDPWindowsnetcat
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.

Remote accessWindowsintranet penetration
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.

MicrosoftSoftware EvolutionTech 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 assistantOllamaShellGPT
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 ExperiencePermission controlWindows
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 OperationsWindows
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.

Windowsfrontendstart-menu
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 accessTerminal
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.

LinuxTech ReviewUbuntu
0 likes · 3 min read
Introducing Wubuntu: A Windows‑Styled Ubuntu Distribution
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.

EthernetInterface MetricRouting
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.

MicrosoftPHP8Windows
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.

Windowsbinary analysiscrash dump
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‑PlatformLinuxStandardization
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.

MicrosoftWindowscompatibility
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 PanelMicrosoftSettings
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 safetyWindows
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