Skip to content

Platform References

Platform-specific commands, shortcuts, and configuration guides for Windows, Linux, and macOS development environments.

Quick Access

Most Popular:

Cross-Platform

Learn command equivalents and syntax across different operating systems.

Terminal Commands

Side-by-side comparison of common commands:

  • Environment variables (Linux/Mac vs Windows)
  • File operations
  • Network commands
  • Process management

Language Syntax

Programming language syntax comparisons:

  • String interpolation (C#, JavaScript, Python)
  • Variable declarations
  • Functions and loops
  • Error handling

Windows

Windows-specific commands, shortcuts, and system administration.

Environment Variables

Quick reference for Windows environment variables:

  • %APPDATA%, %TEMP%, %USERPROFILE%
  • Special shell locations (shell:startup)
  • How to view and set variables

System Shortcuts

Keyboard shortcuts and Run dialog commands:

  • Windows key combinations
  • Quick access shortcuts
  • System tool commands

Control Panel

Direct access to Windows settings:

  • Control Panel applets (.cpl files)
  • Management consoles (.msc files)
  • System administration tools

Linux

Linux system commands, service management, and file operations.

System Monitoring

Monitor system performance and resources:

  • CPU and memory monitoring
  • Process management
  • Disk usage and performance
  • Network monitoring

Service Management

Manage Linux services with systemd and init.d:

  • systemctl commands
  • Start, stop, enable, disable services
  • View service logs
  • Common service examples (Docker, Nginx, SSH)

File Operations

File and directory management:

  • SCP file transfer over SSH
  • File permissions (chmod, chown)
  • Find files and directories
  • Compression and archiving

By Task

  • Setting up new system: Start with environment variables and system shortcuts
  • Remote server management: Check Linux service management and SSH
  • File transfers: See Linux file operations (SCP) and SSH configuration
  • Cross-platform development: Review terminal commands and language syntax

By Experience Level

  • Beginners: Start with cross-platform terminal commands
  • Intermediate: Explore service management and system monitoring
  • Advanced: Dive into control panel commands and advanced file operations

See Also

Released under the MIT License.