Category: Installers
Create a new WPF projectInstall the Microsoft.Xaml.Behaviors.Wpf nuget packageDownload link:https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.WpfCopy the download link at the download page, open package manager console and enter the command:Create the Command and event handling …
Some instructions and code on how to use the Acitoolkit objects to perform configuration checks against the APIC running state and then create a new Tenant configuration from scratch.Instructions for …
Getting the python and virtual environment set upThese instructions are for a Windows set up.Use these instructions for setting up your Python virtual environment and for obtaining and installing the …
Download example Python project here: working_directoryStep 1: Set up your Visual Studio Code environmentOpen a terminal window and enter the command pipenv installOn attempting this install you may get the …
Some tips and tricks for using the Google search engine effectively. Instructions on how to make your internet searches more powerful by utilising various search techniques that Google provides.1. Searching …
Simple exampleTaken from chocolatey.org documentation that shows you how to create a basic package to install Notepad++.Open a command prompt and navigate to a preferred location and enter ‘choco new …
A quick cheat sheet for using Notepad++ to find and replace text in Notepad++.In all examples, use select Find and Replace (Ctrl + H) to replace all the matches with …
A summary of usages of git stash commands:1. List current stashes2. Deleting stashesDelete all stashes:Delete specific stash (stash id in quotes on PowerShell):3. Save stash(es), annotated with a message4. Apply …
First ensure the TextFx plugin has been installed in your version of notepad++.Some example text:I then copy and paste that block of text to ensure there are duplicate lines:Removing the …
1. To copy a single file 2. To copy multiple files 3. To copy all files of a given extension 4. To copy the contents of an entire directoryRobocopy creates the d:\that_folder\a …