| Instance | Branch |
|---|
| <?xml version="1.0" encoding="utf-8"?> | |
| <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <ImportGroup Label="PropertySheets" /> | |
| <PropertyGroup Label="UserMacros" /> | |
| <PropertyGroup> | |
| <_PropertySheetDisplayName>ZMQ_DEBUG</_PropertySheetDisplayName> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup> | |
| <ClCompile> | |
| <AdditionalIncludeDirectories>%ZMQ_DIR%\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
goal: taking a multicolor icon and generating fonts using the same keyboard character in order to layer and color.
- using illustrator to create the artwork and svgs
- set the artboard to match in Illustrator: Objects > Artboard > Fit ...
- separate the layers, and save out black svgs, knocking out the shapes from each other
- save each layer into a separate folder with name that matches the element, the goal is to make each layer a font
now that you have each layer in its own directory, start making the fonts with FontCustom
| # replace the EXTENSION_UUID with your extension/applet/desklet name | |
| # replace the APPLET with other types if you are not working with an applet | |
| dbus-send --session --dest=org.Cinnamon.LookingGlass --type=method_call /org/Cinnamon/LookingGlass org.Cinnamon.LookingGlass.ReloadExtension string:'EXTENSION_UUID' string:'APPLET' |
This guide is for achieving PCI-Passthrough with Intel 7700k and AMD RX 580. My host OS is Manjaro KDE edition, and guest is Windows 10.
| Device Type | Device |
|---|---|
| CPU | Intel Core i7-7700K |
| Motherboard | ASUS Prime Z270P |
| RAM | Corsair Vengeance (DDR4 3000 MHz) |
| GPU (Host) | Intel HD Graphics |
This guide shows how to virtualize and dual boot the same OS. My host OS is linux (Manjaro, which is based on Arch) and my guest OS is Windows 10.
- Manjaro installed on my SSD, in linux it appears as the primary drive (/dev/sda).
- Windows is installed on a partition on secondary hard disk (/dev/sdb as linux calls it).
- Virtualization enabled in BIOS.
We need a few packages to get started. Here is the command for Arch based distros with pacman.
Internet connection and DNS routing are broken from WSL2 instances, when some VPNs are active.
The root cause seems to be that WSL2 and the VPN use the same IP address block, and the VPN routing clobbers WSL2's network routing.
This problem is tracked in multiple microsoft/WSL issues including, but not limited to: