Tagged articles

Windows

551 articles · Page 6 of 6
21CTO
21CTO
Jun 22, 2018 · Fundamentals

Why Linux Developers Outperform Windows Developers – A Personal Perspective

Based on interviews with over ten recent interviewees and personal experience, the article argues that developers using Linux or macOS tend to have higher development proficiency than those on Windows, due to open-source access, superior command‑line tools, and more consistent package management.

LinuxWindowsdevelopment environment
0 likes · 6 min read
Why Linux Developers Outperform Windows Developers – A Personal Perspective
ITPUB
ITPUB
Jun 20, 2018 · Fundamentals

Why Mac Developers Often Outperform Windows Developers: An OS Comparison

The article compares Windows, Linux, and macOS from a developer's perspective, arguing that Linux's open‑source nature and macOS's Unix‑like environment give developers better resources, tooling, and efficiency, which can lead to higher development skill levels than on Windows.

LinuxOS comparisonWindows
0 likes · 7 min read
Why Mac Developers Often Outperform Windows Developers: An OS Comparison
ITPUB
ITPUB
May 27, 2018 · Fundamentals

Why Linux Developers Often Outpace Their Windows Counterparts

The article argues that, in most cases, developers who work on Linux gain skills faster than those who stay on Windows because of richer open‑source resources, fewer APIs to master, and easier access to high‑quality reference implementations.

APILinuxWindows
0 likes · 9 min read
Why Linux Developers Often Outpace Their Windows Counterparts
Qunar Tech Salon
Qunar Tech Salon
May 8, 2018 · Backend Development

Design and Implementation of Hotel Self‑Check‑in Kiosk Architecture

The article details the design, architecture, and operational workflow of hotel self‑check‑in kiosks, covering traditional and self‑service processes, Windows and Android implementations, card‑issuing hardware, ID scanner protocols, printer integration, hardware monitoring, and network deployment strategies for seamless guest check‑in and check‑out.

AndroidHardware integrationSerial Communication
0 likes · 11 min read
Design and Implementation of Hotel Self‑Check‑in Kiosk Architecture
360 Quality & Efficiency
360 Quality & Efficiency
Mar 16, 2018 · Fundamentals

Introduction to Windows Batch Commands and Scripting

This article provides a comprehensive beginner-friendly guide to Windows batch (BAT) commands, covering common file operations, control structures, variable handling, and practical code examples for automating tasks on Windows virtual machines.

AutomationScriptingWindows
0 likes · 8 min read
Introduction to Windows Batch Commands and Scripting
ITPUB
ITPUB
Jan 18, 2018 · Fundamentals

Why Does Windows Slow Down Over Time While Linux Stays Fast?

The article explains that Windows often slows down due to accumulated service entries, registry I/O, and micro‑kernel design that loads many sys files at boot, whereas Linux’s monolithic kernel and fewer services keep its performance more stable over long use.

LinuxWindowskernel
0 likes · 7 min read
Why Does Windows Slow Down Over Time While Linux Stays Fast?
DevOps
DevOps
Jan 14, 2018 · Fundamentals

Setting Up Git for Windows and Enterprise Development (g4e) – Installation, Configuration, and Toolchain

This guide introduces the g4e series, explains why version control is essential, walks through installing Git for Windows, configuring user identity and enterprise credentials, and reviews popular Git GUI tools, Visual Studio integration, VS Code extensions, VSTS/TFS private servers, and the Cmder command‑line alternative.

DevOpsGitTortoiseGit
0 likes · 11 min read
Setting Up Git for Windows and Enterprise Development (g4e) – Installation, Configuration, and Toolchain
DevOps
DevOps
Jan 7, 2018 · Fundamentals

Resolving Chinese Character Encoding Issues in Git on Windows

This article explains why Git on Windows often displays garbled Chinese characters in tools like Git Bash, CMD, PowerShell, and IDEs, and provides step‑by‑step solutions—including Git config changes and environment variable adjustments—to enforce UTF‑8 encoding and eliminate the problem.

GitWindowsencoding
0 likes · 6 min read
Resolving Chinese Character Encoding Issues in Git on Windows
DevOps
DevOps
Jan 7, 2018 · Information Security

Resolving Git Authentication Failures on Windows Using Credential Manager and SSH Keys

This guide explains two methods to overcome Git authentication errors on Windows—configuring Git Credential Manager for Basic authentication and generating SSH keys—to securely connect to TFS/VSTS Git repositories, including required commands, setup steps, and credential storage details.

Credential ManagerGitTFS
0 likes · 6 min read
Resolving Git Authentication Failures on Windows Using Credential Manager and SSH Keys
DevOps
DevOps
Nov 15, 2017 · Operations

Essential Windows DevOps Tools: IDEs and Source Control

This article reviews the key Windows-based DevOps tools, covering major IDEs such as Visual Studio, Visual Studio Code, and PowerShell Studio, as well as source‑control solutions like Microsoft TFS/VSTS and Git/GitHub, to help teams adopt DevOps on the Windows platform.

DevOpsGitIDE
0 likes · 6 min read
Essential Windows DevOps Tools: IDEs and Source Control
UCloud Tech
UCloud Tech
Oct 27, 2017 · Cloud Computing

How to Debug Windows I/O Performance Issues in Virtualized Cloud Environments

This article walks through diagnosing and fixing severe Windows I/O performance degradation in a virtualized cloud host by using perf, systemtap, QEMU tracing, and kernel tweaks, revealing that excessive ACPI timer and APIC accesses cause costly VM exits and how enabling the Hyper‑V timer restores expected IOPS.

Cloud ComputingIO performanceKVM
0 likes · 10 min read
How to Debug Windows I/O Performance Issues in Virtualized Cloud Environments
MaGe Linux Operations
MaGe Linux Operations
Jul 13, 2017 · Fundamentals

Understanding Linux vs Windows File Systems: A Beginner’s Guide

This article compares Linux and Windows file systems, explains the concept of a virtual file system, details how Linux organizes directories, and describes the purpose of key system directories such as /boot, /bin, /etc, and /proc, helping beginners grasp fundamental OS storage structures.

Directory StructureLinuxWindows
0 likes · 21 min read
Understanding Linux vs Windows File Systems: A Beginner’s Guide
MaGe Linux Operations
MaGe Linux Operations
Jun 20, 2017 · Backend Development

Master Python Virtual Environments with virtualenv and PyCharm

This guide walks you through installing virtualenv via pip or source, creating and activating a Python 3.6 virtual environment for a project, and seamlessly integrating it into PyCharm on Windows, enabling simultaneous use of Python 2.7 and 3.6 for development.

PythonWindowsenvironment
0 likes · 5 min read
Master Python Virtual Environments with virtualenv and PyCharm
转转QA
转转QA
May 4, 2017 · Operations

Setting Up a Windows Test Environment with Cygwin for Response Time Measurement

This guide explains how to configure a Windows-based testing environment using Cygwin, install necessary tools, create shortcuts, access Windows drives, and execute shell scripts to record videos, extract frames, compare images, and calculate average response times for Android applications.

AndroidCygwinShell Scripts
0 likes · 6 min read
Setting Up a Windows Test Environment with Cygwin for Response Time Measurement
MaGe Linux Operations
MaGe Linux Operations
Dec 12, 2016 · Operations

How to Set Up Samba for Seamless Windows‑Linux File Sharing on CentOS

Learn step‑by‑step how to install, configure, and use Samba on a Linux server to create shared folders accessible from Windows, covering package installation, service startup, user creation, configuration file editing, permission settings, and GUI tools, with practical command examples and screenshots.

CentOSLinuxSamba
0 likes · 5 min read
How to Set Up Samba for Seamless Windows‑Linux File Sharing on CentOS
DevOps
DevOps
Aug 4, 2016 · Cloud Computing

Docker for Windows and macOS: Installation Guide and Basic Usage

This guide explains how to download, install, and configure Docker on Windows 10 and macOS, covering prerequisites, enabling Hyper‑V, running the installer, adjusting memory settings, and basic Docker commands such as checking info, running hello‑world, launching Ubuntu and Nginx containers, and viewing running containers.

DevOpsDockerInstallation
0 likes · 6 min read
Docker for Windows and macOS: Installation Guide and Basic Usage
ITPUB
ITPUB
Aug 3, 2016 · Databases

How to View and Change Oracle Server and Client Character Sets Safely

This guide explains how to check the character set of an Oracle database and its client, demonstrates queries for server, instance, and session parameters, describes the risks of altering the server charset with ALTER DATABASE CHARACTER SET, provides safe conversion steps, and shows how to adjust client settings on Linux and Windows to avoid garbled Chinese text.

Character SetLinuxNLS_LANG
0 likes · 11 min read
How to View and Change Oracle Server and Client Character Sets Safely
DevOps
DevOps
Jul 10, 2016 · Cloud Native

Getting Started with Docker for .NET Core Development on Windows

This guide walks .NET developers through the history of .NET Core, explains why Docker is essential for modern development, and provides step‑by‑step instructions for installing Docker for Windows, configuring Visual Studio, creating a .NET Core web app, adding Docker support, and debugging the containerized application.

.NET CoreDevOpsDocker
0 likes · 13 min read
Getting Started with Docker for .NET Core Development on Windows
ITPUB
ITPUB
Jun 27, 2016 · Databases

How to Quickly Recover a Corrupted Oracle 11g Database on Windows

A step‑by‑step guide shows how to reinstall Oracle 11g, adjust environment variables, copy essential files, recreate Oracle services, and verify the database connection to restore a Windows‑based Oracle database that was damaged by antivirus deletions.

Database RecoveryOracleOracle11g
0 likes · 5 min read
How to Quickly Recover a Corrupted Oracle 11g Database on Windows
Architecture Digest
Architecture Digest
Jun 11, 2016 · Information Security

In-Depth Debugging and Performance Analysis of Baidu Cloud Guard (Baidu Cloud Manager)

The article presents a detailed reverse‑engineering investigation of Baidu Cloud Guard, using Task Manager, Process Explorer, VTune, and WinDBG to expose its high page‑fault rate, anti‑debugging tricks, intensive heap allocations, and frequent process‑enumeration calls that cause excessive CPU usage.

Anti-debuggingDebuggingHeap Allocation
0 likes · 15 min read
In-Depth Debugging and Performance Analysis of Baidu Cloud Guard (Baidu Cloud Manager)
ITPUB
ITPUB
Jun 9, 2016 · Databases

Fix Chinese Garbled Text in Oracle SQL*Plus on Windows and Linux

This guide explains why Chinese characters appear garbled in PL/SQL and SQL*Plus on Windows and Linux, shows how to verify the Oracle server character set, configure the NLS_LANG environment variable, adjust terminal encoding, and ensure client‑server encoding consistency.

LinuxOraclePL/SQL
0 likes · 4 min read
Fix Chinese Garbled Text in Oracle SQL*Plus on Windows and Linux
ITPUB
ITPUB
May 31, 2016 · Databases

Step-by-Step Guide to Install and Configure MySQL 5.7 on Windows

This tutorial walks you through configuring the PATH, editing my-default.ini, installing the MySQL service, initializing and starting it, managing the service, and resetting the root password on a Windows machine using MySQL 5.7.12 (64‑bit).

ConfigurationDatabase ServiceInstallation
0 likes · 6 min read
Step-by-Step Guide to Install and Configure MySQL 5.7 on Windows
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
May 17, 2016 · Backend Development

Master Elegant Multi‑Version Node.js & npm Setup on Windows

Learn how to bypass the limitations of the default Windows .msi Node installer by creating a dedicated directory structure, manually installing multiple Node versions, configuring npm directories, and setting environment variables for a clean, flexible, and fully transparent Node.js development environment.

Node.jsWindowsenvironment setup
0 likes · 5 min read
Master Elegant Multi‑Version Node.js & npm Setup on Windows
ITPUB
ITPUB
Apr 11, 2016 · Operations

Quick Guide: Set Up Samba on Linux for Windows File Sharing

This step‑by‑step tutorial shows how to install Samba on a Linux server, configure a shared home directory, create a Samba user, adjust firewall and SELinux settings, and finally access the share from a Windows client.

ConfigurationLinuxSELinux
0 likes · 5 min read
Quick Guide: Set Up Samba on Linux for Windows File Sharing
DevOps
DevOps
Mar 14, 2016 · Operations

Installing and Configuring TFS Build vNext Agent on Windows

This guide explains how to install Node.js, download the TFS Build vNext agent, configure it on Windows using PowerShell, set execution policies, and register the agent with TFS, covering required tools, configuration options, and optional service setup.

Build AgentCIDevOps
0 likes · 7 min read
Installing and Configuring TFS Build vNext Agent on Windows
ITPUB
ITPUB
Mar 9, 2016 · Information Security

Create a Persistent Windows Reverse Shell with Python (Registry Run Key)

This article demonstrates how to use Python to copy a malicious executable to the %TEMP% directory, modify the Windows registry Run key for persistence, and establish a Base64‑encoded reverse shell that connects back to a hard‑coded attacker IP, illustrating common Windows malware techniques.

PersistenceWindowsregistry
0 likes · 6 min read
Create a Persistent Windows Reverse Shell with Python (Registry Run Key)
MaGe Linux Operations
MaGe Linux Operations
Dec 18, 2015 · Backend Development

Mastering Reverse Proxy with Nginx: Windows Load‑Balancing for IIS Sites

This article explains reverse proxy concepts, introduces Nginx’s core features and architecture, and provides a step‑by‑step guide to set up Nginx on Windows as a reverse‑proxy and load‑balancer for IIS‑hosted ASP.NET sites, including service registration, configuration tuning, static‑file caching, and testing.

Load BalancingNginxWeb Server
0 likes · 16 min read
Mastering Reverse Proxy with Nginx: Windows Load‑Balancing for IIS Sites
Architect
Architect
Dec 11, 2015 · Information Security

Detailed Analysis of a Targeted Trojan Distributed via a Fake Interview Outline

The article presents a comprehensive technical analysis of a sophisticated Windows trojan that masquerades as a Word document, detailing its delivery method, file extraction process, registry modifications, remote‑control capabilities, and the organized, targeted attack infrastructure behind it.

C2 infrastructureMalware AnalysisRemote Access
0 likes · 10 min read
Detailed Analysis of a Targeted Trojan Distributed via a Fake Interview Outline
Node Underground
Node Underground
Dec 8, 2015 · Fundamentals

Boost Development Efficiency with Essential Terminal Tools for Node.js

Choosing the right operating system and command‑line utilities—such as iTerm2, zsh, oh‑my‑zsh, Homebrew, git‑extras, tig, and nvm—can dramatically improve a Node.js developer’s productivity, and this guide reviews each tool, its key features, and practical setup tips for macOS and Windows users.

Command LineDevelopment ToolsWindows
0 likes · 8 min read
Boost Development Efficiency with Essential Terminal Tools for Node.js
ITPUB
ITPUB
Nov 9, 2015 · Databases

Exporting and Importing MySQL Databases from the Windows Command Line

This guide walks you through using the MySQL command‑line tools on Windows to export a database with mysqldump, troubleshoot common errors, and restore the data with the mysql client and source command, covering path setup, syntax nuances, and file locations.

Command LineMySQLWindows
0 likes · 4 min read
Exporting and Importing MySQL Databases from the Windows Command Line
Qunar Tech Salon
Qunar Tech Salon
Apr 23, 2015 · Operations

Comprehensive Windows 7 and SSD Optimization Guide

This guide provides detailed steps and registry tweaks to optimize Windows 7 performance on SSDs, covering BIOS settings, SSD usage principles, disabling unnecessary services, disk space management, and system configuration commands to improve speed and reduce resource consumption.

SSDSystem OptimizationWindows
0 likes · 8 min read
Comprehensive Windows 7 and SSD Optimization Guide