Skip to content

Instantly share code, notes, and snippets.

View decuser's full-sized avatar

Will Senn decuser

View GitHub Profile
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
Documented at
http://linux.die.net/man/5/fonts-conf
To check font mapping run the command at terminal
$ fc-match 'helvetica Neue'
set up a tunnel that will exist on the remote machine back to the local machine
ssh -R 2222:localhost:22 remote
on the remote, port 2222 will refer to the local machine's port 22
so to copy a file back from the remote to the local using scp
scp -P2222 myfile user@localhost:
@decuser
decuser / gist:0d906970e8bc3cbe6209836c458bac28
Created September 29, 2017 21:50
setting up unix sixth edition
http://doc.cat-v.org/unix/v6/operating-systems-lecture-notes/v6/doc/
http://doc.cat-v.org/unix/v6/operating-systems-lecture-notes/v6/doc/start.ps
@decuser
decuser / macos_high_sierra_apache_php_brew_2018.md
Created July 18, 2019 20:48 — forked from karlhillx/macos_high_sierra_apache_php_brew_2018.md
macOS High Sierra Setup: Homebrew + Apache + PHP + MariaDB + SSL

macOS High Sierra Setup: Homebrew + Apache + PHP + MariaDB + SSL

Homebrew Installation

First let's install Homebrew.

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

@decuser
decuser / Vagrantfile
Created June 19, 2020 09:26 — forked from sdorra/Vagrantfile
SCM-Manager on FreeBSD
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "freebsd/FreeBSD-12.0-STABLE"
# forward SCM-Manager port to host
config.vm.network "forwarded_port", guest: 8080, host: 8080
# add some more memory
/*********************************************************************
** freebsd-device-driver-development.txt
** last modified 20200729.1151
*********************************************************************/
Download 8.4 dvd 1
aria2c http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ISO-IMAGES/8.4/FreeBSD-8.4-RELEASE-i386-dvd1.iso
Create a new virtual box instance
freebsd32
#*********************************************************************
#** Short Version of How to Install FreeBSD 12.1 in VirtualBox 6.1
#*********************************************************************
We will take about 15 minutes to complete the install.
Prepare
Install
Configure
Test
Episode 2
Basic X Windows Environment
TWM & Lumina
This video is drawn from the July 31 presentation of FreeBSD Fridays:
FreeBSD InstallFest- Part 2 by rollerangel
Prereqs
Base System Install on VirtualBox (see the first video)
Episode 3
Full Blown X Windows Environment
Plasma (KDE)
Prereqs
Base System Install on VirtualBox (see the first video)
Overview
Objectives:
att rq1 f77v5b.dsk
.IND du1:INSTAL.COM
;
; FORTRAN-77/RT-11 Installation procedure for RX50 diskette distribution
; Version 5.0
;
; This procedure will build the working FORTRAN-77 on SY:
;
* Enter the name of the device holding the distribution files [ddn:] [S]: du1:
;