Skip to content

Instantly share code, notes, and snippets.

@alhoo
alhoo / Xerox Phaser 6010N
Last active July 4, 2022 17:58
Install Xerox Phaser 6010N on Ubuntu 64bit 16.04 and 18.04
# Xerox Phaser 6010N
Xerox Phaser 6010N on Ubuntu 64bit 16.04, 18.04 and 20.04
```bash
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libcupsimage2:i386
# Download the [.DEB driver](https://www.support.xerox.com/support/phaser-6010/downloads/enus.html?operatingSystem=linux&fileLanguage=en) that Xerox supplies.
@tycho
tycho / qt.patch
Last active October 19, 2023 12:36
Diff for Qt 5.10.1 for Windows 10 ARM64
This patch implements numerous changes to make the Qt 5.10.1 build work for the new ARM64 target in
Visual Studio 2017. This change also includes a couple of new batch scripts, in case you want to build
on the target machine itself (very slow) or build on an x86/x86_64 host (much faster).
You can build with something like this:
> configure_src_on_x86_host.bat
> jom -f Makefile Debug Release
diff --git a/configure_src_on_target.bat b/configure_src_on_target.bat
new file mode 100644