Tagged articles
498 articles
Page 1 of 5
Black & White Path
Black & White Path
May 9, 2026 · Information Security

Kaspersky Exposes DAEMON Tools Supply Chain Attack Infecting Over 100,000 Users

In May 2026, Kaspersky revealed that the official Windows installer for DAEMON Tools Lite versions 12.5.0.2421‑12.5.0.2434 had been compromised for nearly a month, allowing attackers to inject signed back‑door binaries, establish C2 communication, deliver staged payloads—including a QUIC RAT—to thousands of victims across more than a hundred countries, with high‑value targets primarily in Russia, Belarus and Thailand, before a patched version 12.6.0.2445 was released.

C2DAEMON ToolsKaspersky
0 likes · 7 min read
Kaspersky Exposes DAEMON Tools Supply Chain Attack Infecting Over 100,000 Users
IT Services Circle
IT Services Circle
May 8, 2026 · Industry Insights

Microsoft's Push for 32 GB Gaming PCs Sparks Global Backlash

Microsoft recently declared 32 GB of RAM the new standard for PC gaming in 2026, relegating 16 GB to a bare minimum, but the announcement triggered worldwide criticism as hardware prices soar, Steam data shows 16 GB still dominates, and many gamers argue the move unfairly shifts cost to consumers.

GamingHardwareMemory
0 likes · 6 min read
Microsoft's Push for 32 GB Gaming PCs Sparks Global Backlash
Black & White Path
Black & White Path
May 6, 2026 · Information Security

Inside RegPwn (CVE‑2026‑24291): How a Simple Lock‑Screen Race Condition Grants SYSTEM Access

CVE‑2026‑24291, dubbed RegPwn, exploits a race condition in the Windows ATConfig mechanism that lets a standard user create a registry symbolic link, trigger a lock‑screen transition, and silently elevate to SYSTEM, affecting multiple Windows 10, 11, and Server releases until patched in March 2026.

ATBrokerCVE-2026-24291Detection
0 likes · 15 min read
Inside RegPwn (CVE‑2026‑24291): How a Simple Lock‑Screen Race Condition Grants SYSTEM Access
ITPUB
ITPUB
May 3, 2026 · Information Security

8 Essential Windows Privilege‑Escalation Techniques Every Security Analyst Should Know

This guide walks through eight practical Windows privilege‑escalation methods—including manual system and user enumeration, automated tools such as WinPEAS and PowerUp, kernel exploits, WSL abuse, token impersonation, credential harvesting, scheduled‑task abuse, and weak‑service exploitation—providing step‑by‑step commands, code snippets, and real‑world Hack The Box examples.

Kernel ExploitPowerUpSecurity
0 likes · 19 min read
8 Essential Windows Privilege‑Escalation Techniques Every Security Analyst Should Know
IT Services Circle
IT Services Circle
Apr 30, 2026 · Fundamentals

Why the 1990s Windows Task Manager Fit in 80KB and Lessons for Modern Developers

In the 1990s, Windows Task Manager shipped at only about 80 KB, a feat driven by extreme hardware limits and meticulous engineering; Dave Plummer explains the design choices that kept it responsive and how those minimalist principles still guide efficient software development today.

Performance OptimizationResource ConstraintsSoftware Engineering
0 likes · 12 min read
Why the 1990s Windows Task Manager Fit in 80KB and Lessons for Modern Developers
ITPUB
ITPUB
Apr 28, 2026 · Industry Insights

Why Microsoft Almost Adopted the Forward Slash for Windows Paths

The article traces the 40‑year history of Windows’ backslash path separator, revealing that a 1983 compatibility compromise between Microsoft and IBM—rooted in DOS command‑line conventions—prevented the adoption of the Unix‑style forward slash, leaving a lasting legacy for developers.

CompatibilityDoSUnix
0 likes · 7 min read
Why Microsoft Almost Adopted the Forward Slash for Windows Paths
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 28, 2026 · Operations

Essential Windows CMD Commands: A Curated Reference

This guide compiles over 100 of the most useful Windows Command Prompt commands, organized into eight categories with clear explanations and practical examples for file management, system information, disk maintenance, networking, process control, scripting, security, and handy utilities.

NetworkingScriptingSecurity
0 likes · 14 min read
Essential Windows CMD Commands: A Curated Reference
Liangxu Linux
Liangxu Linux
Apr 26, 2026 · Fundamentals

Why Do OS Courses Use Linux/Unix Instead of Windows?

The article explains that Linux and Unix dominate OS education because their open‑source code, clean design philosophy, low‑cost hands‑on tooling, and alignment with industry demand make them ideal for teaching core operating‑system concepts, whereas Windows’s closed source and user‑focused design hinder deep technical exploration.

LinuxOS EducationOperating Systems
0 likes · 5 min read
Why Do OS Courses Use Linux/Unix Instead of Windows?
Coder Trainee
Coder Trainee
Apr 20, 2026 · Artificial Intelligence

How to Install and Configure Ollama Locally for a CRM AI Engine

This guide walks through installing Ollama on Windows 10, downloading a Chinese‑friendly LLM such as Qwen2, configuring a CRM’s application‑dev.yml to point to the local Ollama service, restarting the backend, and handling optional CORS settings, highlighting zero‑cost, privacy, and stability benefits.

AI deploymentCRM integrationLocal-LLM
0 likes · 4 min read
How to Install and Configure Ollama Locally for a CRM AI Engine
Liangxu Linux
Liangxu Linux
Apr 19, 2026 · Operations

Why WSL Beats Dual‑Boot and VMs for Everyday Development

The article compares traditional dual‑boot and virtual‑machine setups with Windows Subsystem for Linux, highlighting WSL's seamless file sharing, Docker support, and integrated workflow while noting its performance limits and suggesting alternative approaches like KVM, cloud desktops, and containerization.

Development EnvironmentLinuxWSL
0 likes · 5 min read
Why WSL Beats Dual‑Boot and VMs for Everyday Development
Black & White Path
Black & White Path
Apr 16, 2026 · Information Security

One‑Click NTLM Leak in ms‑screensketch: How the Vulnerability Works

Researchers discovered that certain versions of the Windows screenshot tool ms‑screensketch register a deep‑link URI whose filePath parameter can force an authenticated SMB connection, allowing a remote attacker to capture the user’s Net‑NTLM hash after the victim clicks a malicious link.

CVE-2026-33829NTLMSMB
0 likes · 4 min read
One‑Click NTLM Leak in ms‑screensketch: How the Vulnerability Works
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 13, 2026 · Operations

Why Windows Command Line Feels Inhuman Compared to Linux

Developers moving from Linux to Windows often experience a steep drop in efficiency because Windows uses a fragmented drive‑letter path system, longer commands, different option syntax, stricter script execution policies, and a more complex permission model, all of which clash with the concise, composable Unix‑style workflow.

Developer ExperienceLinuxScripting
0 likes · 11 min read
Why Windows Command Line Feels Inhuman Compared to Linux
Liangxu Linux
Liangxu Linux
Apr 6, 2026 · Industry Insights

Why Does Linux Need Dependencies While Windows Installs with One Click?

The article compares Linux's reusable, dependency‑driven packaging model with Windows' all‑in‑one installer approach, explains how package managers try to resolve dependency hell, examines modern hybrid solutions like Snap and Docker, and concludes that each method has trade‑offs suited to different scenarios.

LinuxSoftware InstallationWindows
0 likes · 5 min read
Why Does Linux Need Dependencies While Windows Installs with One Click?
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 1, 2026 · Artificial Intelligence

LFClaw: Windows‑Only AI Agent with One‑Click Install and Local Model Privacy

The article reviews LFClaw, a Windows‑only AI agent client that offers a one‑click installation, automatic configuration, and local model deployment with hardware‑aware recommendations, while showcasing its file‑management, automation, scheduling, and AI‑driven productivity features through step‑by‑step screenshots.

AI AgentAutomationLFClaw
0 likes · 6 min read
LFClaw: Windows‑Only AI Agent with One‑Click Install and Local Model Privacy
Data Party THU
Data Party THU
Mar 23, 2026 · Operations

How to Completely Uninstall OpenClaw on Windows, macOS, and WSL

This guide walks you through a clean removal of OpenClaw—including resetting configurations, running the official uninstall command with appropriate flags, deleting the CLI tool across package managers, and handling leftover API keys—so you can safely retire the software on Windows, macOS, or WSL environments.

CLIOpenClawWSL
0 likes · 7 min read
How to Completely Uninstall OpenClaw on Windows, macOS, and WSL
Sohu Tech Products
Sohu Tech Products
Mar 19, 2026 · Operations

How to Safely Uninstall OpenClaw and Eliminate Hidden Risks

This guide explains OpenClaw’s security and cost concerns, shows how to verify a successful installation, provides step‑by‑step commands for standard and forced uninstallation on Linux, macOS, and Windows, and lists post‑removal safety checks to prevent hidden backdoors.

CLILinuxOpenClaw
0 likes · 9 min read
How to Safely Uninstall OpenClaw and Eliminate Hidden Risks
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 14, 2026 · Industry Insights

Why Many Developers Prefer Macs for Programming: A Scenario‑Based Analysis

The article examines how developers choose between Windows, macOS, and Linux based on factors such as experience consistency, productivity, cost, and ecosystem alignment, explaining why internet companies often provide Macs while emphasizing that the choice is driven by practical trade‑offs rather than brand loyalty.

LinuxWindowsdeveloper tools
0 likes · 5 min read
Why Many Developers Prefer Macs for Programming: A Scenario‑Based Analysis
Lisa Notes
Lisa Notes
Mar 13, 2026 · Fundamentals

How to Set Up a Java Development Environment from Scratch

This guide walks through installing the JDK, configuring JAVA_HOME, PATH and CLASSPATH on Windows, and verifying the setup, showing that only the JDK and a basic text editor are needed to write and run your first Java program.

Environment VariablesJDKJava
0 likes · 9 min read
How to Set Up a Java Development Environment from Scratch
AI Insight Log
AI Insight Log
Mar 5, 2026 · Information Security

OpenAI Codex Arrives on Windows with the First Native Agent Sandbox

OpenAI's Codex desktop app is now available on the Microsoft Store for Windows 10 19041+, offering multi‑agent parallelism, long‑task management, diff review, reusable skills, and PowerShell integration, while introducing the first Windows‑native sandbox that isolates agents through restricted tokens, file‑system ACLs, and a dedicated sandbox user, all fully open‑sourced in Rust.

Agent SandboxOpenAI CodexPowerShell
0 likes · 6 min read
OpenAI Codex Arrives on Windows with the First Native Agent Sandbox
Black & White Path
Black & White Path
Feb 25, 2026 · Information Security

100 Essential Commands for Internal Network Penetration Testing

This guide compiles 100 high‑frequency native commands for Windows and Linux that cover internal network reconnaissance, host discovery, lateral movement, privilege escalation, domain enumeration, file searching, log cleaning and persistence, providing a practical reference for security professionals conducting penetration tests.

LinuxNetwork ReconnaissanceWindows
0 likes · 13 min read
100 Essential Commands for Internal Network Penetration Testing
Black & White Path
Black & White Path
Feb 24, 2026 · Information Security

Common Privilege‑Escalation Vulnerabilities in Penetration Testing

This article systematically details the most frequently encountered privilege‑escalation flaws in penetration testing, covering Windows service misconfigurations, registry hijacking, kernel exploits, DLL hijacking, Linux SUID/SGID abuse, sudo misconfigurations, cron abuse, writable passwd files, and Docker escape techniques, along with step‑by‑step exploitation procedures and defensive recommendations.

CVELinuxSUID
0 likes · 29 min read
Common Privilege‑Escalation Vulnerabilities in Penetration Testing
Black & White Path
Black & White Path
Feb 20, 2026 · Information Security

How Microsoft’s BitLocker Key Sharing Let the FBI Unlock a Windows Laptop

A recent U.S. court case revealed that Microsoft can hand over BitLocker recovery keys to law enforcement, allowing the FBI to bypass Windows encryption and access a suspect's laptop, prompting a discussion of the privacy trade‑offs and steps users can take to regain control of their keys.

BitLockerWindowsencryption
0 likes · 6 min read
How Microsoft’s BitLocker Key Sharing Let the FBI Unlock a Windows Laptop
Top Architect
Top Architect
Feb 10, 2026 · Backend Development

How to Deploy the ModernWMS Open‑Source Warehouse Management System on Linux, Windows, and Docker

This guide introduces the ModernWMS open‑source warehouse management system, outlines its key features, lists supported Linux and Windows distributions, and provides step‑by‑step commands for installing .NET SDK, Node.js, building the frontend and backend, configuring Nginx, and deploying the application via Docker, followed by usage instructions.

BackendDockerOpenSource
0 likes · 10 min read
How to Deploy the ModernWMS Open‑Source Warehouse Management System on Linux, Windows, and Docker
Baobao Algorithm Notes
Baobao Algorithm Notes
Feb 6, 2026 · Artificial Intelligence

Skywork Desktop AI Agent on Windows: Hands‑On Review and Real‑World Use Cases

The article evaluates Skywork's newly released Windows desktop AI agent by testing it on news aggregation, file organization, PC purchase research with PDF generation, and comparing its features—such as native Windows support, multi‑model auto mode, 100+ built‑in skills, and local VM isolation—to Claude Cowork, while also noting pricing and download details.

Claude Cowork comparisonProduct ReviewSkywork
0 likes · 7 min read
Skywork Desktop AI Agent on Windows: Hands‑On Review and Real‑World Use Cases
Old Zhang's AI Learning
Old Zhang's AI Learning
Feb 4, 2026 · Artificial Intelligence

Windows Version of Claude Cowork Arrives: A Desktop AI Agent That Takes Over My PC

Skywork’s new Windows desktop version brings Claude and Gemini models together in a local AI agent that can read files, organize projects, generate reports, build websites, conduct competitor analysis, and create multimodal content, offering fast, privacy‑preserving automation that the author found surprisingly powerful.

AI AgentClaudeGemini
0 likes · 9 min read
Windows Version of Claude Cowork Arrives: A Desktop AI Agent That Takes Over My PC
Java Companion
Java Companion
Feb 3, 2026 · Backend Development

Build Standalone Installers for Spring Boot Apps with JPackage

This guide walks through using JPackage (standard from JDK 16) to create native Windows, macOS, and Linux installers for Spring Boot applications, covering JDK requirements, platform‑specific tools, custom JRE creation with jlink, Maven integration, and step‑by‑step command examples.

JLinkLinuxSpring Boot
0 likes · 12 min read
Build Standalone Installers for Spring Boot Apps with JPackage
SpringMeng
SpringMeng
Jan 30, 2026 · Artificial Intelligence

Hands‑On Guide: Build AI Agent Chatbots on Windows with RagFlow

Programmer Xiao Meng walks through a complete Windows setup for AI‑powered customer service agents using RagFlow, covering prerequisites, Docker and Ollama installation, model download, container deployment, configuration of knowledge bases, and testing, based on five real‑world projects.

AI chatbotDockerOllama
0 likes · 7 min read
Hands‑On Guide: Build AI Agent Chatbots on Windows with RagFlow
dbaplus Community
dbaplus Community
Jan 17, 2026 · Operations

Why Installing Software on Linux Feels So Much Harder Than on Windows

Switching from Windows to Linux reveals unexpected challenges: software installation methods differ, executable permissions rely on file attributes, and version‑specific library compatibility can break apps, making Linux setups feel far more labor‑intensive than the straightforward Windows experience.

CompatibilitySoftware InstallationSystem Administration
0 likes · 6 min read
Why Installing Software on Linux Feels So Much Harder Than on Windows
DevOps Coach
DevOps Coach
Jan 14, 2026 · Fundamentals

Why macOS Beats Windows: 12 Deep Technical Advantages

The article outlines twelve concrete, technically‑focused reasons why seasoned users often prefer macOS over Windows, covering registry‑free configuration, Unix‑based architecture, system‑integrity protection, silent updates, tightly integrated hardware‑software power management, driver consistency, native virtualization, long‑term performance stability, built‑in automation tools, predictable resource usage, reliable audio/video frameworks, and overall developer productivity.

OS comparisonVirtualizationWindows
0 likes · 9 min read
Why macOS Beats Windows: 12 Deep Technical Advantages
DevOps Coach
DevOps Coach
Jan 12, 2026 · Fundamentals

Why Linux Is Overtaking Windows: The Real Reasons Behind the Shift

A software engineer recounts how forced Windows updates drove him to replace his PC with Linux, then examines statistical desktop adoption, government migrations, gaming improvements, developer preferences, and supercomputer dominance to explain why Windows is losing users while Linux gains momentum.

Desktop AdoptionGamingLinux
0 likes · 10 min read
Why Linux Is Overtaking Windows: The Real Reasons Behind the Shift
macrozheng
macrozheng
Jan 8, 2026 · Operations

Explore LiteMonitor: A Lightweight, Customizable Windows Hardware Monitor

This article introduces LiteMonitor, an open‑source Windows desktop tool that provides real‑time CPU, GPU, memory, disk, and network monitoring with a sleek, customizable UI, explains its key features, installation steps, usage tips, and where to find the source code.

HardwareWindowsopen source
0 likes · 6 min read
Explore LiteMonitor: A Lightweight, Customizable Windows Hardware Monitor
IT Services Circle
IT Services Circle
Jan 7, 2026 · Fundamentals

Uncovering Windows’ Hidden moricons.dll: A Journey into Early Icon Archives

The article traces the history of Windows' moricons.dll from its 1990 origin as a compact icon library for Program Manager, explains how Stephen Kitt linked its icons to APPS.INF, and shows how a Python script now extracts and documents these legacy icons for computer‑archaeology enthusiasts.

Windowscomputer historyicon extraction
0 likes · 5 min read
Uncovering Windows’ Hidden moricons.dll: A Journey into Early Icon Archives
IT Services Circle
IT Services Circle
Jan 2, 2026 · Operations

Why Microsoft Dropped Phone Activation and How to Activate Windows Online

The article explains the 20‑year history of Windows telephone activation, why Microsoft ended the service in December 2025, and provides a step‑by‑step guide to using the new online activation portal, including screenshots and a brief technical overview of the licensing mechanism.

ActivationMicrosoftOnlineActivation
0 likes · 5 min read
Why Microsoft Dropped Phone Activation and How to Activate Windows Online
IT Services Circle
IT Services Circle
Dec 31, 2025 · Operations

7 Essential Windows & Linux Commands to Diagnose Network Outages

This guide walks you through seven practical command‑line tools—ipconfig/ifconfig, ping, arp, tracert/traceroute, netstat, route, and nslookup—showing how to systematically check local settings, connectivity, layer‑2 mapping, path tracing, connection status, routing tables, and DNS resolution on both Windows and Linux systems.

LinuxWindowsdiagnostics
0 likes · 10 min read
7 Essential Windows & Linux Commands to Diagnose Network Outages
Efficient Ops
Efficient Ops
Dec 15, 2025 · Operations

Mastering nvitop: Interactive NVIDIA GPU Monitoring and Management

This guide introduces nvitop, an interactive NVIDIA‑GPU process viewer and resource manager, explains its key features, shows how to install it via uvx/pipx, demonstrates basic device and process commands as well as the real‑time monitoring mode, and provides troubleshooting tips for common issues.

CLIGPU monitoringLinux
0 likes · 5 min read
Mastering nvitop: Interactive NVIDIA GPU Monitoring and Management
dbaplus Community
dbaplus Community
Dec 14, 2025 · Databases

Mastering SQLite PRAGMA: Boost Performance and Safety on Linux & Windows

This guide explains SQLite's essential PRAGMA commands, compares synchronous modes, distinguishes persistent from session‑level settings, and details key Linux‑Windows differences, providing concrete initialization scripts to optimize speed, reliability, and disk usage.

ConfigurationDatabase PerformanceLinux
0 likes · 10 min read
Mastering SQLite PRAGMA: Boost Performance and Safety on Linux & Windows
Linux Tech Enthusiast
Linux Tech Enthusiast
Dec 10, 2025 · Operations

38 Essential Windows CMD Commands You Must Know

This guide explains how to open the Windows command prompt on various versions and presents a curated list of 38 essential CMD commands—including file, directory, network, system‑information and disk‑management utilities—each described with its purpose and basic usage.

System InformationWindowscmd
0 likes · 9 min read
38 Essential Windows CMD Commands You Must Know
ITPUB
ITPUB
Dec 9, 2025 · Databases

Mastering SQLite PRAGMA: Optimize Performance and Persistence Across Linux & Windows

This article explains SQLite's PRAGMA commands, compares synchronous modes and WAL settings, distinguishes persistent from session‑level pragmas, and highlights key Linux‑Windows differences, providing practical examples and a step‑by‑step initialization checklist for reliable database operation.

Database PerformanceLinuxPRAGMA
0 likes · 11 min read
Mastering SQLite PRAGMA: Optimize Performance and Persistence Across Linux & Windows
21CTO
21CTO
Dec 7, 2025 · Fundamentals

Why Linus Torvalds Defends Windows’ Blue Screen – Hardware Faults Over Software Bugs

As Windows 10 reaches end‑of‑life, the article examines the surge in Linux adoption, the evolution of Windows blue‑screen displays, Linus Torvalds’ surprising defense of the issue, and a detailed video where he and Linus Sebastian build a high‑end open‑source workstation while debating hardware reliability and ECC memory.

BlueScreenECC MemoryHardware Reliability
0 likes · 6 min read
Why Linus Torvalds Defends Windows’ Blue Screen – Hardware Faults Over Software Bugs
DevOps Engineer
DevOps Engineer
Nov 22, 2025 · Operations

Quick Guide: Activate InstallShield Standalone Build License

This step‑by‑step tutorial shows how to obtain your InstallShield license key, create the required license.lic file, install or update InstallShield with the license, and verify activation using the command‑line tool, ensuring your build environment is properly licensed.

InstallShieldLicense ActivationWindows
0 likes · 4 min read
Quick Guide: Activate InstallShield Standalone Build License
Raymond Ops
Raymond Ops
Nov 6, 2025 · Operations

Essential SSH Commands and Configuration Guide for Linux and Windows

This article provides a comprehensive guide to installing, configuring, and using SSH on Linux and Windows, covering common connection commands, key management, file transfer, port forwarding, service control, security best practices, and troubleshooting tips for reliable remote access.

NetworkingSystem AdministrationWindows
0 likes · 15 min read
Essential SSH Commands and Configuration Guide for Linux and Windows
Raymond Ops
Raymond Ops
Nov 5, 2025 · Operations

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

This comprehensive guide explains how to use the traceroute (or tracert on Windows) command across Linux, macOS, and Windows, covering installation, basic syntax, advanced options, output analysis, common use cases, and troubleshooting tips for network diagnostics.

LinuxNetwork DiagnosticsWindows
0 likes · 10 min read
Master Traceroute: A Step‑by‑Step Guide to Network Path Diagnosis
Java Tech Enthusiast
Java Tech Enthusiast
Nov 5, 2025 · Operations

Why Windows Update Reboots Instead of Shutting Down – and How to Fix the Stubborn Task Manager Bug

This article explains why recent Windows updates can cause a reboot instead of a shutdown, details the new KB5067036 fix for Win11, describes the lingering Task Manager process bug that drains resources, and provides step‑by‑step PowerShell commands and command‑line tricks to permanently resolve the issues.

KB5067036PowerShellTask Manager
0 likes · 7 min read
Why Windows Update Reboots Instead of Shutting Down – and How to Fix the Stubborn Task Manager Bug
IT Services Circle
IT Services Circle
Nov 2, 2025 · Artificial Intelligence

Is Windows Gaming Copilot Secretly Training AI with Your Game Screenshots?

The article reveals that Microsoft's Gaming Copilot feature captures on‑screen text via OCR and uploads it to the cloud for AI model training, discusses privacy concerns, performance impacts on games like Battlefield 6, and provides steps to disable or uninstall the feature.

AI trainingGaming CopilotWindows
0 likes · 6 min read
Is Windows Gaming Copilot Secretly Training AI with Your Game Screenshots?
macrozheng
macrozheng
Oct 31, 2025 · Operations

Master Hyper-V: From Virtualization Basics to Building a Windows 11 VM

This guide explains core virtualization concepts, the benefits of using Hyper‑V, system requirements, step‑by‑step activation via PowerShell or Windows features, and detailed procedures for creating and configuring a Windows 11 virtual machine, complete with screenshots and command examples.

Hyper-VPowerShellVirtualization
0 likes · 10 min read
Master Hyper-V: From Virtualization Basics to Building a Windows 11 VM
Deepin Linux
Deepin Linux
Oct 27, 2025 · Operations

Sniffnet: Free Rust‑Based Real‑Time Network Monitor

Sniffnet is a free, Rust‑written network monitoring application that offers real‑time traffic visualization, precise IP and geographic identification, protocol analysis, customizable themes, and exportable PCAP capture files, with step‑by‑step installation guides for Windows, macOS, and Linux, plus optional Npcap support.

LinuxNetwork MonitoringPCAP
0 likes · 6 min read
Sniffnet: Free Rust‑Based Real‑Time Network Monitor
Xiao Liu Lab
Xiao Liu Lab
Oct 27, 2025 · Operations

Why Tcping Beats Ping: Fast Port Probing for Windows and Linux

This guide explains why traditional ping often fails to reveal service issues, introduces Tcping as a reliable TCP‑based port probing tool, and provides step‑by‑step instructions for using it on Windows and Linux, including installation, common parameters, comparison with other utilities, and practical monitoring scripts.

LinuxWindowsnc
0 likes · 8 min read
Why Tcping Beats Ping: Fast Port Probing for Windows and Linux
Liangxu Linux
Liangxu Linux
Oct 25, 2025 · Operations

One‑Command OS Reinstall: Automate Linux, Windows, and NAS Deployments

The open‑source "reinstall" shell script automates full‑system reinstall for Linux, Windows, and popular NAS platforms, handling hardware detection, network configuration, and disk partitioning with a single command, making VPS and server provisioning fast, secure, and hassle‑free.

AutomationLinuxNAS
0 likes · 7 min read
One‑Command OS Reinstall: Automate Linux, Windows, and NAS Deployments
Liangxu Linux
Liangxu Linux
Oct 19, 2025 · Operations

100 Essential Windows Command-Line Tricks Every Sysadmin Should Know

This comprehensive guide lists 100 practical Windows command‑line utilities covering system management, network diagnostics, file and disk operations, process and user handling, as well as advanced operational commands, complete with high‑risk warnings and best‑practice tips for safe administration.

OperationsPowerShellWindows
0 likes · 14 min read
100 Essential Windows Command-Line Tricks Every Sysadmin Should Know
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-VVirtualizationWindows
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.

CEFEmbeddingQt
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 opsOperating System
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.

ContainerDocker ComposeKubernetes
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 AssistantLinuxLocal-LLM
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.

ContainerDockerDocker Compose
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 reinstallSystem Administration
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.

IT OperationsWindowscmd
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.

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

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

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

BashInstallationLinux
0 likes · 2 min read
One-Click PHP Installation on Windows, macOS, and Linux
IT Services Circle
IT Services Circle
Jul 10, 2025 · Product Management

Why Microsoft Is Swapping the Blue Screen for a Black One in Windows 11

Microsoft is redesigning the classic Blue Screen of Death into a minimalist black crash screen for Windows 11, speeding up dump collection to about two seconds, simplifying the displayed information, and raising concerns that users might mistake it for a routine update.

BSODOperating SystemProduct Design
0 likes · 5 min read
Why Microsoft Is Swapping the Blue Screen for a Black One in Windows 11
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