Search results

  1. R

    Opera 11.60 released

    The mail interface looks really good.
  2. R

    Securely store passwords

    Text file encrypted using gnupg (RSA 4096)
  3. R

    First Look: FreeBSD 9.0 On Intel Sandy Bridge

    ZFS is quite impressive in that benchmark when you consider the extra overhead from checksumming etc.
  4. R

    Package/Ports MITM, and Trust

    If all projects dealt with bugs the same way FreeBSD's Chief Security Officer does, there would a lot more trust in the world - http://www.daemonology.net/blog/2011-01-18-tarsnap-critical-security-bug.html
  5. R

    Which is your Favourite Linux?

    Scientific Linux does what I need on the Linux front.
  6. R

    Dennis Ritchie (September 9, 1941 - October 9, 2011)

    Farewell Mr.Ritchie, /* raises tankard */ I wonder where would we be without your achievements?
  7. R

    My ZFS V28 benchmarks

    If you're looking at dedupe it's well worth reading http://constantin.glez.de/blog/2011/07/zfs-dedupe-or-not-dedupe
  8. R

    install 32bit NVIDIA driver on 64bit PC-BSD

    Or, you could use the pre-built packages from http://people.freebsd.org/~ivoras/wine/ there's a script there for installing the nvidia 32-bit driver.
  9. R

    FreeBSD +Sabnzbd/Sickbeard/CouchPotato

    You'll need to do that as root. In the code tags above "#" represents root, "$" or "%" would represent user. It's also probably best to remove the SABnzbd+ that's currently installed using the package manager.
  10. R

    FreeBSD +Sabnzbd/Sickbeard/CouchPotato

    You're missing some dependencies which will be sorted when you install SABnzbd+. Do a google/forum search to see the difference between ports/packages and which you would prefer to use, then If you don't have ports installed; portsnap fetch extract cd /usr/ports/news/sabnzbdplus && make...
  11. R

    FreeBSD +Sabnzbd/Sickbeard/CouchPotato

    What's the output of pkg_info -Ix cheetah
  12. R

    FreeBSD +Sabnzbd/Sickbeard/CouchPotato

    Looks like the instructions are out of date, run python Sickbeard.py instead Connect to it in a browser at http://127.0.0.1:8081
  13. R

    FreeBSD +Sabnzbd/Sickbeard/CouchPotato

    That's saying the file doesn't exist in the folder you are currently in, it's more than likely downloaded to ~/Downloads so double check by typing ls ~/Downloads into a terminal. If it's there then cd ~/Downloads and do the commands listed above.
  14. R

    FreeBSD +Sabnzbd/Sickbeard/CouchPotato

    Sickbeard - download python source from github - http://sickbeard.com/downloads.html gunzip midgetspy-Sick-Beard-f4255a7.tar.gz tar xvf midgetspy-Sick-Beard-f4255a7.tar cd midgetspy-Sick-Beard-f4255a7 python setup.py install Start it with python midgetspy-Sick-Beard-f4255a7/Sickbeard.py see...
  15. R

    ZFS Snapshots

    What's the output of zfs list -t snapshot
  16. R

    ZiL in ZFS. How does it work?

    Perhaps zilstat runs on FreeBSD? - http://www.richardelling.com/Home/scripts-and-programs-1/zilstat
  17. R

    64 Bit system 32 bit program

  18. R

    ZFS V28 delete causes loss of network

    Just posting this for reference, a decent comparison between SSD/RAM for dedupe http://constantin.glez.de/blog/2011/07/zfs-dedupe-or-not-dedupe
  19. R

    Xorg installation error

    You'll need to change the PACKAGESITE variable, some examples here http://forums.freebsd.org/showthread.php?t=20071
  20. R

    Can I get a few "pushes" here

    There is no issue in running wine on 64bit. Having an nvidia card is beneficial (a requirement?) if 3d is required. Grab wine from http://people.freebsd.org/~ivoras/wine/ or newer versions from the mediafire link. Install with pkg_add wine-fbsd<version> Install the required 32bit drivers...
Back
Top