Search results

  1. N

    Two additional forum sections

    I see that this thread hasn't been posted on for a long time, and I also have seen the sticky thread that additional areas on the forum won't likely be added, but I have only recently joined on here and would love to see a security section. Security and encryption was what brought me to use...
  2. N

    Force USB2 controller to use USB1 for virtualbox usage

    If you can't get this to work for you I suggest you ask for help from http://lists.freebsd.org/mailman/listinfo/freebsd-usb They may be able to give a better solution.
  3. N

    Are you good at math?

    Having an understanding of arithmetic is the foundation to build from, addition, subtraction, multiplication and division. That tends to be followed by algebraic manipulation of those mechanics. Algebra gives an abstract layer to the literal numbers, and designs formulas for the execution of...
  4. N

    Favorite programming language

    My favorite programming languages are Applesoft BASIC for the Apple II/e/gs and Assembly / Machine Language for M68k/MOSTEC-6502, but I haven't used them for many years. Today I mostly play with C/C++/Perl with a bit of Assembly thrown in when needed.
  5. N

    Force USB2 controller to use USB1 for virtualbox usage

    sysctl hw.usb.ehci.no_hs=1 is a terminal command to disable high speed transfer on USB2.0 controllers. First unplug the devices. Then as root open a terminal and run usbconfig. It should show all of the USB ports and the bus speeds they are at. Enter the command, as root: sysctl...
Back
Top