Search results

  1. O

    pkg_info missing in FreeBSD 10.0 ?

    I could not found the pkg_info command in FreeBSD 10. Was it replaced with other command? # pkg_info pkg_info: Command not found. root@host:/usr/src # uname -a FreeBSD host 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256644: Wed Oct 16 23:48:15 EEST 2013 root@host:/usr/obj/usr/src/sys/GENERIC i386
  2. O

    Solved [Solved] ten different random integers

    At the beginning of your main() function, call: srand((unsigned int)time(0)); You will need to include: #include <ctime> Call srand() function just once.
  3. O

    FreeBSD High Performance Firewall

    Going multicore helps if you have lots of rules (not optimized) or a HFSC shaping with too many rules. If your firewall using PF hit 100% CPU on a single core, then going SMP will help improving performance of your firewall.
  4. O

    From Slashdot: Intel Launches 'Galileo,' an Arduino-Compatible Mini Computer

    http://hardware.slashdot.org/story/13/10/04/1735248/intel-launches-galileo-an-arduino-compatible-mini-computer The nice thing is that is x86 compatible. The not nice thing is that is more expensive than Arduino.
  5. O

    The OpenZFS project launched today

    For people who complained about Oracle not supporting ZFS open source anymore: http://hardware.slashdot.org/story/13/09/17/233207/openzfs-project-launches-uniting-zfs-developers
  6. O

    FreeBSD 10 Alpha (on Phoronix, via Slashdot)

    "While FreeBSD 9.2 hasn't even been released yet, the first alpha development release of FreeBSD 10.0 is now available." http://www.phoronix.com/scan.php?page=news_item&px=MTQ2MjA http://bsd.slashdot.org/story/13/09/15/028231/feature-rich-freebsd-10-alpha-released I know everybody is...
  7. O

    web hosting server - multiple domain

    If you want to offer your customers the ability to manage their subdomains, email accounts, databases you could either purchase DirectAdmin which is a lot cheaper than CPanel (and it works on FreeBSD) or use froxlor, from FreeBSD's ports which is free (froxlor is a fork of the older syscp, it...
  8. O

    GNUstep Kickstarter Campaign Launched

    http://tech.slashdot.org/story/13/08/13/080219/gnustep-kickstarter-campaign-launched "A maintainer of GNUstep has launched a Kickstarter campaign to get the resources needed to make GNUstep more complete and bring the implementation to API compatibility with Mac OS X 10.6's Cocoa." This...
  9. O

    Utilite, a $99 quad-core ARM-based PC running Ubuntu

    Note this at technical specifications section on their website: LAN, Two 1000 BaseT Ethernet ports.
  10. O

    Utilite, a $99 quad-core ARM-based PC running Ubuntu

    A nice toy for you: http://www.engadget.com/2013/07/15/meet-utilite-a-99-quad-core-arm-based-pc-running-ubuntu/ Of course it will be nicer when running FreeBSD. (I want one.)
  11. O

    Ubuntu’s X Window replacement “Mir” coming in next OS version

    What you said make sense. Well, in that case I don't care. It's for a good cause (to take pie from Windows market share).
  12. O

    Ubuntu’s X Window replacement “Mir” coming in next OS version

    Weirdly... But "Ubuntu operating system" is GNU/Linux! I don't see the reason they've done that.
  13. O

    Ubuntu’s X Window replacement “Mir” coming in next OS version

    Ubuntu’s X Window replacement “Mir” coming in next OS version "Mir, Ubuntu's in-progress replacement for the X Window System, is being used internally at Ubuntu developer Canonical and will be available to all users in the next version of the operating system." Here is the news...
  14. O

    What about implementing a desktop using OpenGL?

    I've asked the same question in 2010: https://forums.freebsd.org/showthread.php?t=12129.
  15. O

    News site to go with morning coffee/tea

    http://www.techcrunch.com http://www.theverge.com http://gigaom.com http://allthingsd.com http://cultofmac.com http://macrumors.com Non IT: http://freshome.com http://fstoppers.com http://inhabitat.com If you have a tablet you could use Flipboard application to browse all of those without too...
  16. O

    [PHORONIX] Sony's PlayStation 4 Is Running Modified FreeBSD 9

    ... or that you can use a PS4 as a server/desktop by installing FreeBSD on it.
  17. O

    AMD Overhauls Open-Source Linux Driver

    http://linux.slashdot.org/story/13/06/26/1746224/amd-overhauls-open-source-linux-driver I wait for the moment when ATI video cards will work better than NVIDIA's under FreeBSD, not that I like ATI more, just I don't like much NVIDIA's drivers without source code.
  18. O

    [PHORONIX] Sony's PlayStation 4 Is Running Modified FreeBSD 9

    http://games.slashdot.org/story/13/06/24/000250/playstation-4-will-be-running-modified-freebsd Same news on Slashdot.
  19. O

    HOWTO Connect your FreeBSD gateway to Telefonica/Moviestar fiber/dsl over pppoe

    From what I know Telefonica offers a router with an ADSL modem embeded into it. If you have a PC with dual network cards how do you connect it (hardware) with their ADSL line? Did you use a USB ADSL Modem? If yes, what type is it?
Back
Top