Search:

Type: Posts; User: xaprb; Keyword(s):

Search: Search took 0.24 seconds.

  1. Replies
    245
    Views
    203,019

    Re: HOWTO: Proper Screencasting on Linux

    Here is a small shell script that wraps around the first example provided in the tutorial. To use it, save it and make it executable. Either invoke it from the command line or double-click and run...
  2. Replies
    0
    Views
    1,176

    [ubuntu] GPS702e3 eSATA ExpressCard doesn't work

    I'm trying to get this eSATA ExpressCard adapter to work. It is an IOGEAR 2-port ExpressCard/34 and my laptop is a Dell Inspiron 1501. My kernel and release:


    baron@kanga:~$ uname -a
    Linux...
  3. [ubuntu] Any opinions on BOLData small form factor systems?

    I'm thinking about getting a new computer. I want a small form factor, quiet, low-power consumption computer for work purposes. Generally I do not play games or anything that requires 3d...
  4. Replies
    149
    Views
    227,347

    Re: HOWTO VirtualBox Host networking

    I made a quick script to do this on my laptop:

    #!/bin/sh

    set -e
    set -u
    set -x

    sudo tunctl -t tap0 -u `whoami`
    sudo chmod 666 /dev/net/tun
Results 1 to 4 of 5