Search results

  1. graudeejs

    Opera 12.00 released

    10.0 is not out yet. You mean 10-CURRENT.
  2. graudeejs

    CA0106 Soundblaster: no sound.

    Offtopic: Does surround sound work on this card?
  3. graudeejs

    Transfer e-mail from client to server

    mail/claws-mail was not mentioned ;) I much prefer it over Thunderbird.
  4. graudeejs

    Edit DNS Settings

    You need to become root user to edit these files. Use su to do so. You will need to enter root users password.
  5. graudeejs

    bash vs sh vs mksh benchmark

    mksh is more usable for human interaction. Command and file completion is written very well. In contrast every time I have to use bash, I curse almost every time I press tab key.
  6. graudeejs

    bash vs sh vs mksh benchmark

    I didn't mention anything about ease of use of syntax. Syntax is 100% backwards compatible with Bourne shell (when you don't use extensions). As we all know the Bourne shell is the standard shell in Unix.
  7. graudeejs

    bash vs sh vs mksh benchmark

    mksh is perfect for that. It's fast It's 100% sh compatible It's very su-able
  8. graudeejs

    9.1 REL+ZFS+MySQL 5.5: swap zone exhausted, increase kern.maxswzone

    Wow, that did that query do? If you're using ZFS perhaps it ate all your RAM.
  9. graudeejs

    I know I'm a smartass because....

    Because my ass is smart.
  10. graudeejs

    First release of JabirBSD!

    I'm sick of this forking.
  11. graudeejs

    Your worst day as a FreeBSD user/administrator

    The day capybara-webkit ruby gem was not working AGAIN. Finally I gave up, and asked boss to get me a Mac (at work). ;/
  12. graudeejs

    [TeXLive] Holy shit. The ice has shifted

    http://www.freshports.org/commit.php?message_id=201305060044.r460iNSw029298@svn.freebsd.org Time to celebrate. Looks like TeXLive will finally be imported to ports.
  13. graudeejs

    Useful scripts

    That is, if a user updates his config, it's gone at 03:30. I wouldn't be happy.
  14. graudeejs

    vim and unicode fonts

    Have you tried what I said?
  15. graudeejs

    vim and unicode fonts

    If you use .xinitrc, make sure locale is set in it as well. I do this by including ~/.profile in ~/.xinitrc https://github.com/graudeejs/dot.files/blob/master/dot.xinitrc#L2 And the line before that I set fallback locale.
  16. graudeejs

    vim and unicode fonts

    You probably don't have your locale set to UTF-8 (if you have set locale at all) Search for localization on this forum. I don't want to repeat it again.
  17. graudeejs

    Postfix + Dovecot + DomainQuota

    Looks like this could be done with dovecot2 http://www.yalo.net/notabene/linux/dovecot/dovecot_quota.html
  18. graudeejs

    Postfix + Dovecot + DomainQuota

    Perhaps this can help you http://forums.freebsd.org/showpost.php?p=64528&postcount=4
  19. graudeejs

    PostgreSQL+Postfix+Nginx+PHP+RoundCube+Dovecot+ SpamAssassin+Clamav+Spamd

    I haven't done this for quite a while now, But depending on your config, perhaps you needed to type *.somedomain.org just a guess. If I remember correctly, this allows you to have subdomains, which you probably have (main.somedomain.org ?)
Back
Top