Search results

  1. graudeejs

    Is anybody interested in Kingsoft Office?

    Sometimes Libre/OpenOffice can suck, so another option would be appreciated. However, Kingsoft Office seems to be closed source and is developed in China. No offence, but I wouldn't trust it unless its source is opened. In fact I don't trust any closed source software no matter where it's from...
  2. graudeejs

    My brother's computer won't boot

    Now this is just what I need.
  3. graudeejs

    gbde vs geli

    Thanks for sysutils/pefs-kmod. I didn't know about that.
  4. graudeejs

    FreeBSD-9.2-BETA2-amd64-bootonly

    Your download url is invalid.
  5. graudeejs

    gbde vs geli

    You can make whole disk backups with dd (just make sure you have your keys and GELI metadata backed up as well) :) You don't even need to attach GELI. Downside: quite inefficient. dd if=/dev/encrypted_unattached_disk of=/dev/stdout bs=64M | xz > compressed_encrypted_disk_image.xz
  6. graudeejs

    No files in /etc/periodic/*

    Options in /etc/defaults/periodic.conf can be overridden by /etc/periodic.conf.
  7. graudeejs

    FreeBSD and Apple connection

    Awesome read.
  8. graudeejs

    How to change localization for a jail?

    [n]vi in base doesn't support UTF-8 as of writing this.
  9. graudeejs

    Ruby is giving me a headache

    If your app has tests, I encourage you to run them (requires test environment).
  10. graudeejs

    Encrypted jails?

    You don't need to create bsdlabels. You can run newfs straight after geli attach.
  11. graudeejs

    Do you use "toor" instead of "root"?

    Because there is if in your last sentence.
  12. graudeejs

    Do you use "toor" instead of "root"?

    I've set /bin/csh as shell for toor, while I use my favorite shells/mksh for root. If things go sideways I can always log in as root with toor.
  13. graudeejs

    Ruby is giving me a headache

    Any updates on this?
  14. graudeejs

    Ubuntu Forums hacked. Should we be concerned?

    I try to use UTF-8 passphrases where possible. In fact I wrote security/p5-dicewaregen to generate diceware dictionary in any language supported by aspell. It will generate a tex file.
  15. graudeejs

    Ruby is giving me a headache

    2.3.18 is older than latest. If you use gem to install gems, then it'll try to get the latest version of dependencies (I guess). Perhaps some dependency requires a later version than you have. That's where bundler steps in; it should resolve all these problems. I don't know. I only used...
  16. graudeejs

    Ruby is giving me a headache

    Gem acts_as_audited-1.1.1 activerecord (>= 2.1) Will install any version that is 2.1 or newer (newer preferred) You should install bundler sysutils/rubygem-bundler and simply run bundle install. However, I recommend to set up and use RVM (you'll need to install archivers/gtar and shells/bash...
  17. graudeejs

    Your privacy is our priority

    Tap It: The NSA Slow Jam (featuring @goremy)
  18. graudeejs

    It's all about jokes, funny pics...

    Tap It: The NSA Slow Jam (featuring @goremy)
  19. graudeejs

    Governments making it up as they go

    Above all I think bad parenting is the root of all evil. I know that now for sure since I have a 9 months young baby girl* :) (a little, positive, always smiling, innocent creature). If she becomes a bad person that's because me and my wife were bad parents (but I don't think that will happen)...
  20. graudeejs

    HOWTO: HG hosting = nginx + hg + ssh + mercurial-server + hgweb

    Perhaps at that time it was not possible. Right now I can't answer since I don't own a server, so I don't do this stuff no more.
Back
Top