Front Page All Articles Recent Changes Random Article

Contents

Concatenative language

  • ACL
  • Ait
  • Aocla
  • Breeze
  • Cat
  • Cognate
  • colorForth
  • CoSy
  • Deque
  • Elymas
  • Enchilada
  • ETAC
  • F
  • Factor
  • Forth
  • Freelang
  • Gershwin
  • Joy
  • Kitten
  • lang5
  • Lviv
  • min
  • mjoy
  • Mlatu
  • Ode
  • Om
  • Onyx
  • Plorth
  • Popr
  • Porth
  • PostScript
  • Quackery
  • r3
  • Raven
  • Retro
  • Staapl
  • Stabel
  • Trith
  • Worst
  • xs
  • XY
  • 5th
  • 8th

Other languages

  • APL
  • C++
  • Erlang
  • FP trivia
  • Haskell
  • Io
  • Java
  • JavaScript
  • Lisp
  • ML
  • Oberon
  • RPL
  • Self
  • Slate
  • Smalltalk

Computer Science

  • Type systems
  • Language paradigms
  • Compilers
  • Interpreters
  • Garbage collection

Meta

  • Search
  • Farkup wiki format
  • People
  • Etiquette
  • Sandbox

OpenBSD

adduser

add to wheel

configure sudo to allow wheel

change shell to bash

in .profile

PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.5/packages/i386

or

PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.5/packages/amd64

export PKG_PATH

install:

pkg_add g++-4.2.20070307p9 git gmake pango sqlite cairo blas bash rlwrap wget postgresql-server

udis86

setup ssh keys

setup .factor-boot-rc

blas-1.0.p1
sqlite3-3.6.10
postgresql-server-8.3.6
cairo-1.8.6p1
wget-1.11.4
rlwrap-0.28
autoconf
automake
gtkglext-1.2.0p0

set /etc/login.conf parameters to infinity for staff and default

:datasize-max=infinity:

:datasize-cur=infinity:

graphviz:

in .profile

LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/X11R6/lib

export LD_LIBRARY_PATH

./configure --with-png=YES

make

make install moves libraries around (?)

Starting postgres on boot:

edit /etc/rc.local

su - _postgresql -c 'cd /var/postgresql; pg_ctl start -D /var/postgresql/data -l logfile'

export AUTOMAKE_VERSION=1.9
AUTOCONF_VERSION=2.62

This revision created on Mon, 25 Apr 2011 05:03:46 by erg

Latest Revisions Edit

All content is © 2008-2023 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license.