Search results

  1. joel@

    OSS with C-Media CM8738 and XBMC

    You should probably direct this question to the people on the OSS forum instead.
  2. joel@

    GNU/GPL? The « less » program

    Yes and no. less is dual licensed. Check the README.
  3. joel@

    9.0 installer sources

    http://svnweb.freebsd.org/base/head/usr.sbin/bsdinstall/
  4. joel@

    tcsh file autocompletion colors

    Do you have set color in your .tcshrc? If not, add it.
  5. joel@

    Share your .tcshrc file

    Currently something like this: # Path set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin) if ($uid == 0) then set user = root endif set prompt = "%n@%m [%~] " # Environment setenv PAGER more setenv LC_CTYPE sv_SE.UTF-8 # Enable...
  6. joel@

    tcsh file autocompletion colors

    Solved it. This did the trick: setenv LS_COLORS "di=01;33:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43:" I thought LS_COLORS was something Linux used for setting your ls colors, but apparently tcsh wants it for autocompletion as well. Confusing...
  7. joel@

    tcsh file autocompletion colors

    I'm looking for a way to adjust the autocompletion colors in tcsh. I'm a zsh user, but I'm coming back to tcsh from time to time. In zsh I have the following in my .zshrc in order to get colorized output: zmodload zsh/complist zstyle ':completion:*' list-colors...
  8. joel@

    Intel audio supported?

    Try the snd_ich(4) driver instead.
  9. joel@

    bsdinstall - testers wanted

    One of the recently added features to bsdinstall is support for configuring your wireless nic during installation. Yay. :)
  10. joel@

    bsdinstall - testers wanted

    New snapshots seem to appear almost every day, so always download the snapshot from my first message in this thread. It should always point to the latest ISO available.
  11. joel@

    bsdinstall - testers wanted

    There's a new snapshot available. Grab it here.
  12. joel@

    bsdinstall - testers wanted

    It installs 9-CURRENT. Take a look at user/nwhitehorn/bsdinstall/ in svn to see all changes.
  13. joel@

    bsdinstall - testers wanted

    A new ISO has been released. Get it here.
  14. joel@

    bsdinstall - testers wanted

    Nathan has created a new install ISO. Grab it here.
  15. joel@

    bsdinstall - testers wanted

    Nathan Whitehorn (nwhitehorn@) recently announced his work on a possible sysinstall replacement. The goal is to replace sysinstall in 9.0 but he's in need of more testers. You can download a snapshot iso with the new installer here. Just download it and try it on real hardware or in...
  16. joel@

    OpenBSD 4.8 Released!

    It was decided that this thread should die.
  17. joel@

    China's Kylin OS

    Take a look at the source code on Google Code. It's definitely FreeBSD.
  18. joel@

    OpenBSD 4.8 Released!

    There's a slight difference between the (now defunct) bsdforums.org forum and forums.freebsd.org - our forum is run exclusively by FreeBSD developers (the admins here). We have decided that we're only accepting FreeBSD discussions in our subforums, except for off-topic where we allow people to...
  19. joel@

    MPT2.0 driver for LSI SAS 2008/2108

    Yes, there is a mps(4) driver in HEAD.
Back
Top