First let's install Homebrew.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
| <?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: |
| 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 |
| # -*- 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: | |
| ; |