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

FreeBSD

To fix FreeBSD clock in VirtualBox:

/boot/loader.conf

kern.hz=100

sudo ntpdate pool.ntp.org

To fix the slow disk that causes hangs:

VBoxManage setextradata "FreeBSD x86-64" "VBoxInternal/Devices/piix3ide/0/LUN#0/Config/FlushInterval" 1000000

VBoxManage getextradata "FreeBSD x86" enumerate

/etc/rc.conf

postgresql_enable="YES"

To enable NAT ssh:

VBoxManage setextradata "FreeBSD x86-64" "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/HostPort" 2222

VBoxManage setextradata "FreeBSD x86-64" "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/GuestPort" 22

VBoxManage setextradata "FreeBSD x86-64" "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/Protocol" TCP

To disable NAT ssh:

VBoxManage setextradata "FreeBSD x86-64" "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/HostPort"

VBoxManage setextradata "FreeBSD x86-64" "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/GuestPort"

VBoxManage setextradata "FreeBSD x86-64" "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/Protocol"

This revision created on Tue, 4 May 2010 22:33:13 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.