Search:

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

Search: Search took 0.30 seconds.

  1. Replies
    27
    Views
    14,153

    [ubuntu] Re: mouse sensitivity control issues

    Automagical id grab variation to be used as a startup script:



    #!/bin/sh

    mouse=` xinput | grep DeathAdder | awk '{print $6}' | awk 'BEGIN {FS="=";} {print $2}'`
    xinput --set-prop $mouse...
  2. Replies
    4
    Views
    15,762

    [ubuntu] Re: gaming mouse way too sensitive (too fast!)

    You can script this and make it automagically grab the device id, too:



    #!/bin/sh

    mouse=` xinput | grep DeathAdder | awk '{print $6}' | awk 'BEGIN {FS="=";} {print $2}'`
    xinput --set-prop...
  3. Replies
    1
    Views
    1,612

    [ubuntu] Re: Razer deathadder 3500DPI

    Hopefully, you've figured this out by now; if not, here was my solution.
    Open up your favorite text editor. Paste these contents in and save the file as [whateverYouWantToNameIt].sh (I called mine...
  4. Replies
    21
    Views
    31,789

    [SOLVED] Re: Razer Deathadder Sensitivity

    This git repository doesn't appear to exist anymore and I haven't been able to find it mirrored anywhere, so I wrote a little script that lowers the mouse sensitivity to something reasonable.

    Open...
  5. Replies
    0
    Views
    292

    [ubuntu] No menus/panels, missing dependencies

    Hey guys,
    I've got a bit of a problem. My laptop crashed while updating from 10.10 to 11.04. When I tried booting, it brought my straight to a prompt. I ran dpkg -a or whatever it is to finish the...
  6. Thread: Cassandra

    by cosmic_cow
    Replies
    3
    Views
    587

    Re: Cassandra

    Well...yeah, that's pretty much it. It's designed to be spread across a bunch of nodes, for fast access to huge amounts of data. Facebook developed it, and other companies, including Twitter and...
  7. Thread: Cassandra

    by cosmic_cow
    Replies
    3
    Views
    587

    Re: Cassandra

    Oh wait. On further reading, I realize that a "column family" is just a table. And a column family doesn't have to contain super columns; if it does, it's a Super Column Family. Which makes the...
  8. Thread: Cassandra

    by cosmic_cow
    Replies
    3
    Views
    587

    Cassandra

    Hey guys. I'm sure there are some NoSQL'ers out there. I'm working an internship with a company that's working on rolling out Cassandra as their data storage/access platform, so I'm trying to learn...
Results 1 to 8 of 8