OpenSSH Server in Windows Server Core Instead of using SMB to transfer files into a Windows Server Core instance, why not use SCP over SSH? Search online repository for OpenSSH packages Get-WindowsCapability -Online | ?{$_.Name -Like 'openssh*'} Example output: Name : OpenSSH.Client~~~~0.0.1.0 State : Installed Name : OpenSSH.Server~~~~0.0.1.0
Quantum Operations notes This are some notes to help me remember quantum operations $\newcommand\ket[1]{\lvert #1 \rangle}$ $\newcommand\boldket[1]{\mathbf{\ket{#1}}}$ Basics * Classical computing is based on bits. A bit can have 2 possible states (or values), often denoted as 0 and 1. Physically, a bit is stored as
9-inch Chocolate Cake This is a simple 9-inch chocolate cake that uses basic ingrdients that can be commonly found at home. When I made this, I mixed my own baking powder and buttermilk from basic ingredients as I didn't have them on hand! Ingredients Dry * 170g all-purpose flour * 90g unsweentened natural
Git Handy Notes (Part 2) Common .gitignore Files To Include Here are some .gitignore files used to exclude unnecessary files from being added/committed to a Git repo. * Visual Studio Code * Python * Python Virtual Environment These are adapted from Github. Visual Studio Code Adapted from here * Recommended to be integrated into root .gitignore file. ######################################################### # # https:
Git Handy Notes (Part 1) How to Initialise a New Git Repo Before Commencing Coding These are the bare minimum steps you need to take in order to initialise a brand new Git repo. You usually do this when you are about to begin a new coding project, and you want to set up a
How to Enhance your Windows Virtual Desktop End-User Experience Windows Virtual Desktop is a comprehensive desktop and app virtualization service running in the cloud. It’s the only virtual desktop infrastructure (VDI) that delivers simplified management, multi-session Windows 10, optimizations for Office 365 ProPlus, and support for Remote Desktop Services (RDS) environments - Microsoft Windows Virtual Desktop Clients Windows
Step-By-Step Guide to Install Alpine Linux in Hyper-V (Part 3) Configure Virtual Machine Settings 1. Move Network Adapter to bottom of list. 2. Remove the ISO from the DVD Drive. 3. Reduce the Memory to 256MB. 4. Start the Virtual Machine. Automatic Method 1. Login using root and your previously specified password. myalpine login: root Password: 2. Download and execute
Step-By-Step Guide to Install Alpine Linux in Hyper-V (Part 2) Prepare ISO 1. Download Alpine Linux ISO. 2. Choose the Virtual version. 3. I used this version for this blog. 4. Attach the ISO to the DVD Drive. 5. Start the Virtual Machine. Initial Boot 1. Login as root. localhost login: root 2. Start setup-alpine. localhost:~# setup-alpine 3. us is
Step-By-Step Guide to Install Alpine Linux in Hyper-V (Part 1) Prepare your Virtual Machine in Hyper-V. Follow the self-explanatory screenshots below. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.