Tagged articles
498 articles
Page 4 of 5
Python Programming Learning Circle
Python Programming Learning Circle
May 27, 2022 · Fundamentals

Common Windows Command-Line Tools and Their Usage

This guide introduces several essential Windows command‑line utilities—including ipconfig, msg, net user, net share, nslookup, netsh wlan show, telnet, and command chaining operators—explaining their functions and step‑by‑step usage for network and system administration tasks.

System AdministrationTutorialWindows
0 likes · 5 min read
Common Windows Command-Line Tools and Their Usage
Open Source Linux
Open Source Linux
May 26, 2022 · Operations

Optimizing Zabbix Agent Monitoring for Linux and Windows: Best Practices

This guide explains how Zabbix agent monitors Linux and Windows systems, compares active and passive modes, and provides detailed optimization tips for OS metrics, CPU, memory, filesystem, Windows services, performance counters, and event logs, including alarm suppression and macro usage.

AgentOperationsWindows
0 likes · 11 min read
Optimizing Zabbix Agent Monitoring for Linux and Windows: Best Practices
dbaplus Community
dbaplus Community
May 16, 2022 · Databases

Master MySQL 8.0.28: Install, Configure, and Connect via JDBC

This guide walks beginners through downloading, installing, and configuring MySQL 8.0.28 on Windows and Linux, covering environment variables, service management, password recovery, user and role creation, and JDBC connection setup with Maven, providing detailed commands, code snippets, and troubleshooting tips for a complete setup.

ConfigurationInstallationJDBC
0 likes · 29 min read
Master MySQL 8.0.28: Install, Configure, and Connect via JDBC
Open Source Linux
Open Source Linux
May 13, 2022 · Fundamentals

Can Linux Replace Windows? Installation, Compatibility, and Usability Guide

This article examines whether Linux can serve as a daily‑primary operating system by comparing installation ease, hardware compatibility, user‑interface experience, software ecosystem, gaming support, and maintenance effort against Windows, offering practical advice for different user skill levels.

CompatibilityInstallationWindows
0 likes · 18 min read
Can Linux Replace Windows? Installation, Compatibility, and Usability Guide
DevOps Cloud Academy
DevOps Cloud Academy
May 7, 2022 · Operations

Optimizing Zabbix Monitoring for Linux and Windows Systems

This article provides a comprehensive guide on configuring and optimizing Zabbix agent monitoring for Linux and Windows, covering agent types, passive and active modes, macro variables, LLD macros, CPU/memory/file‑system metrics, and Windows service, performance counter, and event‑log monitoring.

OperationsWindowsZabbix
0 likes · 9 min read
Optimizing Zabbix Monitoring for Linux and Windows Systems
21CTO
21CTO
Apr 28, 2022 · Operations

Tech Roundup: IPv6 Push, Java 11 Surge, GitHub Short‑Link Shutdown, and More

This article summarizes recent tech news, including the shutdown of the "Computer World" magazine, China's ambitious IPv6 deployment plan, Java 11 overtaking Java 8 in production, GitHub ending git.io redirects, concerns over the NTFS3 driver maintainer, Apple's App Store update policy, and Microsoft's Windows 11 startup‑delay fix.

App StoreGitHubIPv6
0 likes · 9 min read
Tech Roundup: IPv6 Push, Java 11 Surge, GitHub Short‑Link Shutdown, and More
IT Services Circle
IT Services Circle
Apr 12, 2022 · Backend Development

Resolving .NET Runtime and SDK Installation Issues on Windows

This guide explains why enabling .NET Framework may still leave applications unable to run, details the need to install both .NET Runtime and SDK for versions 5.0 and 6.0 in x86 and x64, and provides step‑by‑step troubleshooting with a real‑world example.

InstallationRuntimeSDK
0 likes · 6 min read
Resolving .NET Runtime and SDK Installation Issues on Windows
360 Quality & Efficiency
360 Quality & Efficiency
Apr 8, 2022 · Fundamentals

Using Windows Messages for GUI Automation with Python

This article explains how Windows' event‑driven message system can be leveraged for stable GUI automation, covering window concepts, message queues, message types, and providing Python code examples that use win32gui to click buttons, select menus, and manipulate edit controls without relying on screen coordinates.

GUIMessage AutomationPython
0 likes · 14 min read
Using Windows Messages for GUI Automation with Python
ITPUB
ITPUB
Mar 28, 2022 · Fundamentals

What’s New in Windows 11 Sun Valley 2 (22H2) – Key UI and Security Updates

Microsoft’s upcoming Windows 11 Sun Valley 2 (22H2) update, codenamed SV2, brings a series of refined UI changes such as a revamped Alt+Tab, File Explorer tabs, new personalization options, plus security enhancements like Smart App Control, all rolled out gradually through the Insider preview builds.

SecurityWindowsWindows 11
0 likes · 11 min read
What’s New in Windows 11 Sun Valley 2 (22H2) – Key UI and Security Updates
Practical DevOps Architecture
Practical DevOps Architecture
Mar 16, 2022 · Operations

Using Ansible Windows Modules for Common Administrative Tasks

This guide demonstrates how to use various Ansible Windows modules—such as win_ping, raw, win_copy, win_unzip, win_service, win_command, win_file, win_user, win_shell, and win_reboot—to retrieve network information, transfer and unzip files, manage services, manipulate files, create users, and reboot remote Windows hosts.

AnsibleAutomationDevOps
0 likes · 4 min read
Using Ansible Windows Modules for Common Administrative Tasks
Java Interview Crash Guide
Java Interview Crash Guide
Mar 15, 2022 · Fundamentals

Master Git: From Installation to Advanced Branch Management on Windows

This comprehensive guide walks you through installing Git on Windows, explains core concepts like the workspace, index, and repository, compares Git with SVN, and demonstrates essential commands for creating, committing, branching, merging, stashing, and collaborating with remote repositories, all illustrated with step‑by‑step screenshots.

GitVersion ControlWindows
0 likes · 20 min read
Master Git: From Installation to Advanced Branch Management on Windows
IT Services Circle
IT Services Circle
Feb 3, 2022 · Mobile Development

Microsoft’s ‘Your Phone’ App Brings Android Phone Integration to Windows PCs

The article outlines how Microsoft’s Your Phone app enables Android smartphones—especially Honor’s Magic V—to sync with Windows 10/11 PCs for calls, messages, notifications, photos and apps, while noting limited features, recent availability in China, and the broader trend of cross‑device continuity first shown by Apple in 2014.

AndroidWindowsYour Phone
0 likes · 4 min read
Microsoft’s ‘Your Phone’ App Brings Android Phone Integration to Windows PCs
Python Programming Learning Circle
Python Programming Learning Circle
Jan 19, 2022 · Information Security

File Transfer Techniques for Penetration Testing: Linux and Windows Download Commands

This article compiles common file download commands and tools used in penetration testing for both Linux and Windows environments, covering utilities such as wget, curl, axel, aria2, PowerShell, certutil, bitsadmin, and others, with example syntax for direct, background, and resumable transfers.

File DownloadWindowscommand-line
0 likes · 13 min read
File Transfer Techniques for Penetration Testing: Linux and Windows Download Commands
MaGe Linux Operations
MaGe Linux Operations
Jan 16, 2022 · Backend Development

How to Batch‑Generate Word Files from Excel Using Python’s zipfile and python‑docx

This article demonstrates two Python‑based solutions for automatically replacing placeholders in a Word document with data from an Excel sheet—one using python‑docx (with win32com conversion for .doc files) and another leveraging the zipfile module to edit the underlying XML—complete with code, troubleshooting tips, and handling of formatting issues.

AutomationExcelWindows
0 likes · 10 min read
How to Batch‑Generate Word Files from Excel Using Python’s zipfile and python‑docx
Architect's Guide
Architect's Guide
Jan 12, 2022 · Fundamentals

IntelliJ IDEA Shortcut Guide for Windows and macOS

This article provides a comprehensive collection of IntelliJ IDEA keyboard shortcuts for both Windows and macOS, organized by key combinations such as Ctrl, Alt, Shift, and their combinations, includes tables of shortcuts, usage explanations, and a link to a high‑resolution PDF for printing.

IDEIntelliJ IDEAWindows
0 likes · 19 min read
IntelliJ IDEA Shortcut Guide for Windows and macOS
Open Source Linux
Open Source Linux
Jan 9, 2022 · Fundamentals

Why Linux File System Differs from Windows: Key Differences Explained

This article introduces beginners to the fundamental differences between Linux and Windows file systems, covering directory structures, case sensitivity, path separators, the absence of drive letters, the "everything is a file" concept, and how file handling differs across the two operating systems.

Case SensitivityDirectory StructureOperating System Basics
0 likes · 6 min read
Why Linux File System Differs from Windows: Key Differences Explained
Python Crawling & Data Mining
Python Crawling & Data Mining
Jan 1, 2022 · Fundamentals

How to Record and Play Audio in Python with PyAudio and Pynput

This article demonstrates how to use Python's PyAudio library and the wave module to record and playback audio on Windows 10, covering installation, stream handling with callbacks, device selection, GUI integration, and keyboard hotkey control via pynput, complete with full source code examples.

Audio PlaybackPyAudioWindows
0 likes · 14 min read
How to Record and Play Audio in Python with PyAudio and Pynput
Programmer DD
Programmer DD
Oct 21, 2021 · Operations

What’s New in Windows 11? A Complete Feature Overview

Windows 11, launched on October 5, introduces a refreshed start menu, widgets, a redesigned Microsoft Store, enhanced clipboard, a modern touch keyboard, revamped task view, updated captions and camera settings, improved Bluetooth audio, new display controls, refreshed File Explorer, storage health monitoring, updated emojis, fonts, sandbox improvements, and the removal of legacy bloatware, all aimed at a more consumer‑focused experience.

MicrosoftUIWindows
0 likes · 14 min read
What’s New in Windows 11? A Complete Feature Overview
Liangxu Linux
Liangxu Linux
Oct 10, 2021 · Operations

Mastering MTR: Install, Run, and Decode Network Paths

This guide explains what MTR (My Traceroute) is, how to install it on Windows, Linux, macOS and Android, demonstrates basic commands and key options such as -r, -s, -c, and -n, and provides detailed instructions for interpreting loss, latency and other columns to troubleshoot network routing issues.

LatencyNetwork DiagnosticsPacket Loss
0 likes · 10 min read
Mastering MTR: Install, Run, and Decode Network Paths
Liangxu Linux
Liangxu Linux
Oct 8, 2021 · Operations

Step‑by‑Step Guide to Server Port Proxy on Windows and Linux

This tutorial explains how to configure port forwarding on Windows using netsh and on Linux using iptables, demonstrates a multi‑machine experiment with a dual‑NIC host, and provides both temporary and permanent configuration commands for real‑world network isolation scenarios.

Server ConfigurationWindowsiptables
0 likes · 8 min read
Step‑by‑Step Guide to Server Port Proxy on Windows and Linux
Open Source Linux
Open Source Linux
Aug 16, 2021 · Fundamentals

Does Leaving Your Computer On Really Extend Its Lifespan?

Drawing on more than 50,000 repair cases, this article explains why continuously powered‑on computers often outlast those that are frequently switched off, citing reduced moisture‑induced oxidation, temperature effects, and the hidden risks of Windows sleep/hibernate especially in humid environments.

Windowscomputer hardwarehumidity
0 likes · 5 min read
Does Leaving Your Computer On Really Extend Its Lifespan?
macrozheng
macrozheng
Aug 12, 2021 · Backend Development

How to Set Up kkFileView for Instant File Preview with Docker and SpringBoot

This guide walks you through installing kkFileView on Windows and Linux, integrating it with MinIO for online file preview, configuring Docker containers, and customizing settings such as watermarks, providing step‑by‑step instructions and code snippets for a seamless preview service.

DockerMinioSpringBoot
0 likes · 7 min read
How to Set Up kkFileView for Instant File Preview with Docker and SpringBoot
Efficient Ops
Efficient Ops
Jul 28, 2021 · Operations

Master Network Troubleshooting with MTR: Install, Use, and Analyze Results

Learn how to install and use the powerful MTR network diagnostic tool across Windows, Linux, macOS, and Android, understand its combined ping/traceroute output, master key command-line options, and interpret loss, latency, and stability metrics to effectively troubleshoot connectivity issues.

Network DiagnosticsWindowslinux
0 likes · 10 min read
Master Network Troubleshooting with MTR: Install, Use, and Analyze Results
The Dominant Programmer
The Dominant Programmer
Jul 26, 2021 · Operations

How to Schedule MySQL Backups on Windows with a BAT Script

This guide shows how to use a Windows batch file together with MySQL's mysqldump tool to create scheduled backups of one or multiple databases, including command options, full‑path execution, loop timing, and a ping‑based pause to avoid interference.

AutomationWindowsbatch script
0 likes · 7 min read
How to Schedule MySQL Backups on Windows with a BAT Script
ITPUB
ITPUB
Jul 20, 2021 · Fundamentals

Boost Your Windows Development Workflow: Top Mac-to-Windows Tools Compared

After switching from macOS to Windows for development, this guide reviews essential productivity tools—including terminal emulators, package managers, file‑search utilities, and Explorer tab extensions—showing installation steps, key features, and common pitfalls to help developers create a comfortable and efficient Windows workspace.

Windowspackage managerproductivity
0 likes · 6 min read
Boost Your Windows Development Workflow: Top Mac-to-Windows Tools Compared
Liangxu Linux
Liangxu Linux
Jun 29, 2021 · Operations

Run Linux GUI Apps on Windows: Install and Explore WSLg

This guide explains how to enable Windows Subsystem for Linux GUI (WSLg) on Windows, covering enrollment in the Windows Insider Dev channel, updating or installing WSL, the architecture of WSLg with Wayland, X11, RDP integration, audio support, and future extensions like DirectML.

InstallationLinux GUIWSL
0 likes · 4 min read
Run Linux GUI Apps on Windows: Install and Explore WSLg
Java Architect Essentials
Java Architect Essentials
Apr 5, 2021 · Information Security

Malicious Qike PDF Converter Spreads via Silent Downloaders, Causes High CPU Usage

Huorong’s threat intelligence team discovered that the Qike PDF Converter distributes a hidden malicious proxy module through download‑site installers, leading to unexplained high CPU usage, persistent system services, and widespread infection traced back to a Hangzhou tech company, urging users to update antivirus definitions and remove the software.

HuorongWindowsmalware
0 likes · 5 min read
Malicious Qike PDF Converter Spreads via Silent Downloaders, Causes High CPU Usage
ITPUB
ITPUB
Apr 1, 2021 · Frontend Development

Why Windows 10’s New Fluent Design Icons Sparked User Backlash

Microsoft’s Windows 10 Dev Build 21343 introduced new Fluent Design System icons for File Explorer, but users criticized the mismatched look because the Explorer UI itself wasn’t updated, leading to a stark contrast with other operating systems that integrate their icon sets more cohesively.

UI designWindowsWindows10
0 likes · 6 min read
Why Windows 10’s New Fluent Design Icons Sparked User Backlash
php Courses
php Courses
Mar 9, 2021 · Databases

Troubleshooting PHP PDO MySQL Connection Issues on Windows

This guide explains how to enable the PDO extension, configure php.ini, write connection code with proper error handling, and debug SQL statement errors to resolve common MySQL connection problems in PHP on Windows environments.

Database ConnectionWindowsmysql
0 likes · 3 min read
Troubleshooting PHP PDO MySQL Connection Issues on Windows
Open Source Linux
Open Source Linux
Feb 25, 2021 · Operations

Master Disk Space Monitoring with duf: Install and Use Across Platforms

The article introduces duf, a Go‑based disk usage and free space viewer for Unix‑like systems, explains its features such as colored, resizable output, sorting and JSON mode, and provides step‑by‑step installation instructions for Debian/Ubuntu, RPM‑based distros, Arch AUR, Termux, macOS, FreeBSD, and Windows, plus usage examples and customization options.

Windowscommand-linedisk usage
0 likes · 6 min read
Master Disk Space Monitoring with duf: Install and Use Across Platforms
Top Architect
Top Architect
Feb 13, 2021 · Information Security

Weekly Tech News Digest: Privacy, Security, Cloud, and Development Updates

This week’s roundup covers the Shenzhen court ruling that WeChat friend lists are not personal privacy, Microsoft’s removal of legacy Edge, the formation of the Rust Foundation, a novel supply‑chain attack on 35 tech firms, Linux floppy driver updates, Go generics progress, and other notable industry developments.

DevelopmentRustSecurity
0 likes · 13 min read
Weekly Tech News Digest: Privacy, Security, Cloud, and Development Updates
21CTO
21CTO
Feb 10, 2021 · Operations

Exploring Windows 10X RTM: How to Deploy, Navigate, and Experience the New OS

This article details the leaked Windows 10X RTM build, explains how to set up the VHDX image in Hyper‑V, and walks through the system’s unique UI, task‑bar, start menu, operation center, resource explorer, split‑screen, shortcut keys, anti‑theft features, and app compatibility limitations.

User InterfaceVirtualizationWindows
0 likes · 17 min read
Exploring Windows 10X RTM: How to Deploy, Navigate, and Experience the New OS
MaGe Linux Operations
MaGe Linux Operations
Feb 8, 2021 · Operations

Master MTR: Install, Run, and Analyze Network Paths Across Platforms

This guide explains what MTR (My Traceroute) is, how to install it on Windows, Linux, macOS, and Android, demonstrates basic usage, details its output columns and command‑line options, and shows how to interpret loss and latency data to troubleshoot network problems.

Network DiagnosticsWindowslatency analysis
0 likes · 9 min read
Master MTR: Install, Run, and Analyze Network Paths Across Platforms
Laravel Tech Community
Laravel Tech Community
Jan 27, 2021 · Operations

baulk 2.0 Introduces Experimental untar and unzip Commands with Advanced ZIP Features

The Windows‑only baulk package manager version 2.0 adds experimental untar and unzip sub‑commands, detailing untar's support for various tar formats and unzip's robust baulk::archive::zip implementation that handles many compression methods, filename encoding detection, SIMD‑accelerated decompression, and strict path security.

OperationsWindowsarchive
0 likes · 3 min read
baulk 2.0 Introduces Experimental untar and unzip Commands with Advanced ZIP Features
MaGe Linux Operations
MaGe Linux Operations
Jan 10, 2021 · Operations

How to Install and Configure Cntlm Proxy on Linux and Windows

Learn how to install Cntlm on Debian‑based Linux or Windows, configure its authentication and proxy settings, obtain NTLM hashes, and apply changes by reloading or restarting the systemd service, enabling secure multi‑user HTTP proxy access within restricted networks.

AuthenticationNTLMProxy
0 likes · 4 min read
How to Install and Configure Cntlm Proxy on Linux and Windows
Programmer DD
Programmer DD
Dec 5, 2020 · Operations

Boost Your Windows Productivity with PowerToys: A Complete Guide

This article introduces Microsoft PowerToys for Windows 10, walks through its most useful utilities such as Color Picker, FancyZones, File Explorer Preview, Image Resizer, Keyboard Manager, PowerRename, PowerToys Run, Shortcut Guide, and the experimental Video Conference Mute, and shows how to install and use each feature to streamline daily workflows.

PowerToysWindowsfile management
0 likes · 8 min read
Boost Your Windows Productivity with PowerToys: A Complete Guide
Python Programming Learning Circle
Python Programming Learning Circle
Nov 17, 2020 · Fundamentals

Python3 Environment Setup and Installation Guide

This article provides a comprehensive guide to installing and configuring Python 3 on various platforms—including Windows, Linux, and macOS—covering download sources, installation steps, environment variable setup, and usage of command‑line options and IDEs.

EnvironmentWindowsmacOS
0 likes · 8 min read
Python3 Environment Setup and Installation Guide
Code Ape Tech Column
Code Ape Tech Column
Nov 1, 2020 · Operations

How to Set Up a Self‑Hosted Reverse Proxy to Activate JRebel for Free

This guide explains why relying on third‑party reverse proxies for JRebel activation can fail, and provides step‑by‑step instructions to build your own local or server‑side reverse proxy, generate the required GUID, and configure IDEA or command‑line activation for seamless hot‑deployment.

Hot DeploymentIDEAJRebel
0 likes · 7 min read
How to Set Up a Self‑Hosted Reverse Proxy to Activate JRebel for Free
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 21, 2020 · Databases

How to Reset a Forgotten MySQL Root Password

This guide explains how to recover a lost MySQL root password by editing the MySQL configuration to skip grant tables, restarting the service, and then setting a new password via SQL commands, with platform-specific steps for Windows, macOS, and Linux.

ConfigurationDatabase AdministrationWindows
0 likes · 4 min read
How to Reset a Forgotten MySQL Root Password
Cloud Native Technology Community
Cloud Native Technology Community
Sep 29, 2020 · Operations

Running Jenkins on Tomcat in Windows – Tutorial Overview

This article introduces a tutorial video that demonstrates how to install and run Jenkins, the open‑source CI/CD platform, inside an Apache Tomcat servlet container on a Windows operating system, and provides links to related cloud‑native community resources and further Jenkins learning materials.

DevOpsJenkinsTomcat
0 likes · 3 min read
Running Jenkins on Tomcat in Windows – Tutorial Overview
Programmer DD
Programmer DD
Sep 24, 2020 · Operations

Why 58% of IT Professionals Say Windows 10 Updates Are Useless

A recent Computerworld survey reveals that a majority of IT staff find Windows 10's twice‑yearly updates either useless or of little value, with many preferring older Windows versions and criticizing forced update policies.

OperationsPatch managementWindows
0 likes · 3 min read
Why 58% of IT Professionals Say Windows 10 Updates Are Useless
The Dominant Programmer
The Dominant Programmer
Aug 27, 2020 · Operations

How to Auto-Start a JAR on Windows After Reboot

This guide explains how to place a JAR file on a Windows server, create a batch script that runs the JAR, and configure the Windows Startup folder so the application launches automatically after the system restarts.

AutomationBatch fileJAR
0 likes · 3 min read
How to Auto-Start a JAR on Windows After Reboot
Liangxu Linux
Liangxu Linux
Aug 26, 2020 · Operations

Turn Windows 10 into a Full‑Featured Linux Development Workstation with WSL 2

This guide explains why dual‑booting is being replaced by WSL 2, describes its architecture and performance benefits, and provides step‑by‑step instructions for installing Ubuntu 20.04, configuring WSL 2, and setting up VS Code, Docker, Kubernetes, and the new Windows Terminal for a powerful developer workstation.

Development EnvironmentDockerKubernetes
0 likes · 9 min read
Turn Windows 10 into a Full‑Featured Linux Development Workstation with WSL 2
Liangxu Linux
Liangxu Linux
Aug 18, 2020 · Operations

Recover Accidentally Deleted Files on Windows with the New WinFR Tool

This article introduces Microsoft’s Windows File Recovery command‑line utility, explains its supported file types and recovery modes, details key parameters, shows how to run the winfr command, and provides the download link for quick data restoration.

Data RecoveryWindowscommand-line
0 likes · 4 min read
Recover Accidentally Deleted Files on Windows with the New WinFR Tool
DevOps Cloud Academy
DevOps Cloud Academy
Jul 22, 2020 · Operations

Chapter 2: Installing and Deploying Jenkins Server

This guide details the complete process of installing Jenkins Server, covering prerequisite Java installation, multiple deployment methods—including Tomcat, CentOS, macOS, Docker, Kubernetes, and Windows—followed by essential post‑installation configuration and resource links.

InstallationJenkinsWindows
0 likes · 12 min read
Chapter 2: Installing and Deploying Jenkins Server
Liangxu Linux
Liangxu Linux
Jun 26, 2020 · Operations

How PyDebloatX Quickly Removes Unwanted Windows 10 Default Apps

PyDebloatX is a lightweight Python‑based GUI tool that lists and uninstalls pre‑installed Windows 10 apps such as Clock, Calendar, Maps, Weather, and Photos, offering simple shortcuts, clear prompts, and a GitHub repository for further customization.

AutomationPyDebloatXPython
0 likes · 4 min read
How PyDebloatX Quickly Removes Unwanted Windows 10 Default Apps
Architects' Tech Alliance
Architects' Tech Alliance
Jun 21, 2020 · Fundamentals

Fundamentals and Ecosystem of Operating Systems: Open‑Source vs Closed‑Source and the Role of Domestic OS

This report outlines the fundamentals of computer operating systems, compares open‑source and closed‑source models such as Linux and Windows, examines the development costs, ecosystem challenges, and the strategic importance of domestic OS in China’s new‑infrastructure and information‑security landscape.

Windowsclosed sourcedomestic OS
0 likes · 16 min read
Fundamentals and Ecosystem of Operating Systems: Open‑Source vs Closed‑Source and the Role of Domestic OS
Architects' Tech Alliance
Architects' Tech Alliance
Jun 12, 2020 · Fundamentals

Evolution, Market Landscape, and Future Prospects of Operating Systems in China

This article provides a comprehensive analysis of the historical development, current market dominance of foreign operating systems, the rapid rise of Chinese domestic OS, policy-driven security concerns, and projected multi‑billion‑yuan market opportunities for OS across government, enterprise, and consumer sectors in the next five years.

ChinaMarket analysisOperating Systems
0 likes · 29 min read
Evolution, Market Landscape, and Future Prospects of Operating Systems in China
Laravel Tech Community
Laravel Tech Community
Jun 5, 2020 · Backend Development

PhpStorm 2020.1 Update Adds WSL 2 Support and Important Fixes

PhpStorm 2020.1’s second update introduces support for Windows Subsystem for Linux 2, enabling developers to configure a Linux‑based PHP interpreter on Windows, while also delivering several critical bug fixes and clarifying that Docker integration via WSL 2 is not yet available.

IDEPHPPhpStorm
0 likes · 2 min read
PhpStorm 2020.1 Update Adds WSL 2 Support and Important Fixes
21CTO
21CTO
Jun 5, 2020 · Fundamentals

Master Git: From Installation to Advanced Branch Management on Windows

This comprehensive guide explains what Git is, compares it with SVN, shows how to install Git on Windows, and walks through creating repositories, adding and committing files, checking status, viewing diffs and logs, resetting versions, managing branches, handling remote repositories, using stash, and collaborating with teammates using push and pull commands.

CollaborationGitWindows
0 likes · 23 min read
Master Git: From Installation to Advanced Branch Management on Windows
Programmer DD
Programmer DD
May 13, 2020 · Operations

Upgrade Windows 7/8.1 to Windows 10 for Free Using Media Creation Tool

This article explains how users with valid Windows 7 or 8.1 licenses can still upgrade to Windows 10 at no cost by using Microsoft's Media Creation Tool, outlines the activation process, and highlights recent market‑share trends showing the impact of the free‑upgrade loophole.

ActivationFree UpgradeMedia Creation Tool
0 likes · 3 min read
Upgrade Windows 7/8.1 to Windows 10 for Free Using Media Creation Tool
Ops Development Stories
Ops Development Stories
Apr 26, 2020 · Information Security

Essential Linux & Windows System Hardening Steps for Strong Security

This guide details practical hardening techniques for Linux and Windows servers, covering SSH configuration, password policies, account lockout, su restrictions, ICMP suppression, firewall rules, RDP port changes, security policies, and disabling vulnerable services to significantly improve system security.

Password policySSHSecurity
0 likes · 10 min read
Essential Linux & Windows System Hardening Steps for Strong Security
Programmer DD
Programmer DD
Apr 25, 2020 · Fundamentals

Transform Your Windows PowerShell Terminal with a Simple Step-by-Step Guide

Learn how to revamp the default Windows PowerShell terminal by installing Chocolatey, adding custom fonts, configuring oh‑my‑posh, and enhancing the experience with ConEmu, complete with detailed commands, profile setup, and visual customization tips for a cleaner, more functional command‑line environment.

ChocolateyConEmuOh My Posh
0 likes · 5 min read
Transform Your Windows PowerShell Terminal with a Simple Step-by-Step Guide