New pages
- 12:06, 28 July 2022 Use the Apple Keychain for ssh key passphrases (hist) [1,393 bytes] Aram (talk | contribs) (Created page with "== Introduction == On macOS, you can set up such that your encrypted ssh keys get automatically decrypted using the passphrase stored in the Apple Keychain, which is unlocked...")
- 08:15, 10 November 2021 Create macOS 12.0.1 bootable ISO (hist) [1,354 bytes] Aram (talk | contribs) (Created page with "Category:darwin == Introduction == First, we need to download the installer, then we need to create a .dng install media, and then we need to convert that to an ISO imag...") originally created as "Create macOS 12.0.1 ISO"
- 12:10, 20 September 2021 Git Tricks (hist) [1,266 bytes] Aram (talk | contribs) (Created page with "== Clone remote repository using local cache == Let's say you want a new clone of a git repository, for example <code>https://go.googlesource.com/go</code>, but you already h...")
- 14:09, 15 April 2021 Upgrading FreeBSD 12.2 to 13.0 (hist) [3,513 bytes] Aram (talk | contribs) (Created page with "Category:FreeBSD == Introduction == We assume root on ZFS. Everything on this page needs to be done as root, unless specified, so su to root. su - == Upgrade base sy...")
- 14:05, 29 July 2020 HiDPI XQuartz (hist) [1,273 bytes] Aram (talk | contribs) (Created page with "== Introduction == XQuartz doesn't support HiDPI in any reasonable way, but you can sort of make it work on a temporary basis. == Instructions ==")
- 12:18, 19 May 2020 Bare metal AMD64 GCC 10.1.0 cross compiler instructions (hist) [1,809 bytes] Aram (talk | contribs) (Created page with "Category:GCC == Introduction == We'll build a GCC 10.1.0 targeting bare metal AMD64. == Create directories == cd $HOME mkdir -p src obj/{binutils-build,gcc-build,gdb...")
- 22:32, 30 April 2020 Bare metal ARM GCC 9.3.0 cross compiler instructions (hist) [1,791 bytes] Aram (talk | contribs) (Created page with "Category:GCC == Introduction == We'll build a GCC 9.3.0 targeting bare metal ARM. == Create directories == cd $HOME mkdir -p src obj/{binutils-build,gcc-build,gdb-bu...")
- 12:35, 24 November 2019 Create Debian sysroots (hist) [2,116 bytes] Aram (talk | contribs) (Created page with "Category:Linux Category:GCC == Introduction == We'll create Debian sysroots suitable for a GCC cross compiler.")
- 14:51, 19 November 2019 Install Ubuntu Linux 20.04 LTS in vm-bhyve (hist) [1,107 bytes] Aram (talk | contribs) (Created page with "Category:Linux Category:FreeBSD == Introduction == We'll Install [https://ubuntu.com Ubuntu] Ubuntu in [https://github.com/churchers/vm-bhyve vm-bhyve]. == Prerequi...") originally created as "Install Ubuntu Linux 18.04 LTS in vm-bhyve"
- 14:02, 19 November 2019 Set up vm-bhyve in FreeBSD (hist) [914 bytes] Aram (talk | contribs) (Created page with "Category:FreeBSD == Introduction == [https://github.com/churchers/vm-bhyve vm-bhyve] is a bhyve manager for FreeBSD. == Prerequisites == Recent enough FreeBSD with ZFS...")
- 13:44, 12 November 2019 Bare metal RISC-V GCC 9.3.0 cross compiler instructions (hist) [2,189 bytes] Aram (talk | contribs) (Created page with "Category:GCC == Introduction == We'll build a GCC 9.2.0 targeting bare metal RISC-V. == Create directories == cd $HOME mkdir -p src obj/{binutils-build,gcc-build,new...") originally created as "Bare metal RISC-V GCC 9.2.0 cross compiler instructions"
- 16:29, 10 November 2019 Bare metal PDP-11 GCC 9.3.0 cross compiler instructions (hist) [912 bytes] Aram (talk | contribs) (Created page with "== Introduction == We'll build a GCC 9.2.0 targeting PDP-11 (bare metal). == Create directories == cd $HOME mkdir -p src obj/{binutils-build,gcc-build} == Get GCC and bi...") originally created as "PDP-11 bare metal GCC 9.2.0 cross compiler instructions"
- 14:24, 10 November 2019 Sega Genesis (m68k, z80) GCC 9.3.0 cross-compiler instructions (hist) [2,101 bytes] Aram (talk | contribs) (Created page with "== Introduction == We'll build a GCC 9.2.0 targeting m68k (Sega Genesis). == Create directories == cd $HOME mkdir -p src obj/{binutils-build,gcc-build,newlib-build} == G...") originally created as "Sega Genesis (m68k) GCC 9.2.0 cross-compiler instructions"
- 12:18, 2 October 2019 Installing Mediawiki 1.31.3 on OpenBSD 6.5 (hist) [4,803 bytes] Aram (talk | contribs) (Created page with "Category:OpenBSD")
- 13:29, 9 August 2019 Ubuntu Linux Post Install Steps (hist) [1,922 bytes] Aram (talk | contribs) (Created page with "Category:Linux == Introduction == Everything on this page needs to be done as root, unless specified, so su to root. sudo -i == Set hostname == hostnamectl set-host...")
- 17:47, 29 July 2019 Connect to laptop (behind NAT) using intermediary server (hist) [1,173 bytes] Aram (talk | contribs) (Created page with "Category:Networking")
- 11:15, 20 March 2019 Configure Linux distributions that use systemd to use local time for RTC (hist) [121 bytes] Aram (talk | contribs) (Created page with "Not recommended, but if you need to use local time for whatever reason: timedatectl set-local-rtc 1")
- 13:18, 19 March 2019 Install Fedora Linux 29 in iohyve (hist) [972 bytes] Aram (talk | contribs) (Created page with "Category:Linux Category:FreeBSD == Introduction == We'll Install [https://getfedora.org/en/server/ Fedora] Linux 29 in [https://github.com/pr1ntf/iohyve iohyve]. ==...")
- 17:12, 13 March 2019 Linux/amd64 GCC 8.3.0 cross-compiler instructions (hist) [2,531 bytes] Aram (talk | contribs) (Created page with "== Introduction == We'll build GCC 8.3.0 targeting Linux (Debian 9.8) for amd64. == Create directories == cd $HOME mkdir -p src obj/{binutils-build,gcc-build} x86_64-linu...")
- 15:18, 13 March 2019 Install newer kernels in Debian stable (hist) [860 bytes] Aram (talk | contribs) (Created page with "Category:Linux")
- 15:00, 13 March 2019 Install Debian Linux 9.8 in iohyve (hist) [924 bytes] Aram (talk | contribs) (Created page with "== Introduction == We'll Install [https://www.debian.org Debian] Linux 9.8 in [https://github.com/pr1ntf/iohyve iohyve]. == Prerequisites == Set up iohyve in FreeBSD| Pro...")
- 14:55, 13 March 2019 Set up iohyve in FreeBSD (hist) [1,043 bytes] Aram (talk | contribs) (Created page with "== Introduction == [https://github.com/pr1ntf/iohyve iohyve] is a bhyve manager for FreeBSD, similar to [https://iocage.readthedocs.io/ iocage]. == Prerequisites == Recent...") originally created as "Set up iohyve"
- 10:24, 22 February 2019 OpenSMTPD forward to Google (hist) [1,019 bytes] Aram (talk | contribs) (Created page with "== Introduction == We'll use [https://www.opensmtpd.org OpenSMTPD] to forward to Google. == Prerequisites == A Gmail/Google Apps account. OpenSMTPD is already installed and...")
- 12:13, 11 February 2019 OpenBSD HE IPv6 tunnel (hist) [4,526 bytes] Aram (talk | contribs) (Created page with "== Introduction == We will create an IPv6 tunnel (provided by [http://he.net Hurricane Electric] suitable for subnetting (/48).")
- 20:17, 5 February 2019 OpenBSD VPN gateway using IPSec/IKEv2 (hist) [4,802 bytes] Aram (talk | contribs) (Created page with "== Introduction == We'll implement a VPN gateway IPSec/IKEv2 because it's supported natively both by clients (linux/windows/macOS) and the server (OpenBSD), no extra software...")
- 15:58, 29 January 2019 Photo book print shops (hist) [1,996 bytes] Aram (talk | contribs) (Created page with "== Cheap == * [http://www.blurb.com Blurb], no soft-proofing, spotty quality control and inconsistent == Quality == * [https://www.pikto.com Pikto], from Canada, digital p...") originally created as "Photo books print shops"
- 18:19, 7 January 2019 Upgrade Mediawiki 1.27 to 1.31 on FreeBSD 11.2 (hist) [1,545 bytes] Aram (talk | contribs) (Created page with "Category:FreeBSD") originally created as "Upgrade from Mediawiki 1.27 to 1.31 on FreeBSD 11.2"
- 16:11, 2 January 2019 OpenBSD Post Install Steps (hist) [1,977 bytes] Aram (talk | contribs) (Created page with "Category:OpenBSD == Introduction == Everything on this page needs to be done as root, unless specified, so login as root, or su to root. su - === Vultr.com === Vultr...")
- 11:09, 7 November 2018 FreeBSD fiber channel target (hist) [2,599 bytes] Aram (talk | contribs) (Created page with "== Introduction == You need: * FreeBSD * A fiber channel card that supports target mode, e.g. FreeBSD kernel with Fibre Channel target mode support for QLogic cards | QLogi...")
- 14:18, 6 November 2018 FreeBSD kernel with Fibre Channel target mode support for QLogic cards (hist) [2,457 bytes] Aram (talk | contribs) (Created page with "== Introduction == FreeBSD doesn't enable target mode support for QLogic cards, so we need to compile a custom kernel. We'll assume we have installed a release and we have a...")
- 19:54, 4 November 2018 Focal length equivalents between formats (hist) [99,793 bytes] Aram (talk | contribs) (Created page with "== Introduction == The table below lists the focal length equivalents between formats, keeping track of aspect ratios, such that every format can fit into any target format....") originally created as "Focal lens equivalents between formats"