Blogs

Posts in 2024
  • Windows Guide

    Friday, June 28, 2024 in windows

    Windows Guide Windows [Win-to-go] [Understanding Windows File System] [Understanding Windows Processes] [Windows Related Resources] [Advanced Windows Management] [Windows Firewall Management - netsh] [Blocking Windows Network Traffic Acquisition] …

    Read more

  • window-message

    Friday, June 28, 2024 in windows

    window-message windows-message All windows messages as C# enum (github.com) List Of Windows Messages - WineHQ Wiki pinvoke.net: WM (Constants) pinvoke.net: WindowsMessages (Enums) Window Notifications

    Read more

  • Win-to-go

    Friday, June 28, 2024 in windows

    === Windows To Go is convenient for portability, but several traditional Windows features are restricted. Preface Windows To Go Overview Differences between Windows To Go and traditional Windows installation Using Windows To Go for mobile work …

    Read more

  • Virtual Memory Disk Setup

    Friday, June 28, 2024 in environment

    Virtual Memory Disk Setup Virtual Memory Disk Setup Redirect Browser Cache to Virtual Disk # Use ImDisk to create a virtual disk # The following command creates a 4 GB virtual disk and mounts it as M: drive imdisk -a -s 4G -m M: -p "/fs:ntfs /q …

    Read more

  • wsl

    Friday, June 28, 2024 in Windows Subsystem Linux(WSL)

    Configure wsl Configure wsl Remote access ssh Configure wsl Remote access ssh wsl sudo apt install openssh-server sudo nano /etc/ssh/sshd_config /etc/ssh/sshd_config ...STUFF ABOVE THIS... Port 2222 #AddressFamily any ListenAddress 0.0.0.0 …

    Read more

  • Let's Encrypt Certificate Issuance Limits

    Friday, June 28, 2024 in Tools

    TL;DR At most 50 certificates per registered domain per week At most 300 new-order requests per account per 3 hours At most 100 domains per certificate At most 5 duplicate certificates per week Renewal certificates are exempt from these limits At …

    Read more

  • Simple server-client code

    Friday, June 28, 2024 in Testing Tools

    Simple server-client code Simple server-client code Windows Windows Complete Winsock Client Code Complete Winsock Server Code Linux Linux Socket Programming Simple client/server application in C

    Read more

  • Docker Introduction

    Friday, June 28, 2024 in Docker

    Docker Introduction Docker Introduction Docker is an application container engine that packages an application with its dependencies into a portable container and can then run it on any popular Linux or Windows machine, achieving virtualization as …

    Read more

  • Getting Started with Copilot

    Friday, June 28, 2024 in Copilot Series

    Video share Copilot Labs capabilities What is Copilot Understanding Suggestions Debugging Code review Refactoring Documentation Extend Copilot boundary with Custom Get more professional suggestions Plain-text suggestions Settings Data security FAQ …

    Read more

  • Trustworthy Design

    Friday, June 28, 2024 in Security

    Security Architecture and Design Principles The Three Security Elements and Security Design Principles Integrity Availability Confidentiality Open Design Principle Open Design The design should not be secret; open designs are more secure. Security …

    Read more