Skip to content

Commit

Permalink
git rep turn off
Browse files Browse the repository at this point in the history
  • Loading branch information
dgruzd committed Dec 13, 2011
1 parent e12a6a8 commit 80c0ee4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
15 changes: 15 additions & 0 deletions 3820TG/multitouch.sh
@@ -0,0 +1,15 @@
#!/bin/sh

#http://ubuntuforums.org/showpost.php?p=9301251&postcount=6
#http://ubuntuforums.org/showthread.php?t=1481995

sleep 5
xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 8 1 1

#xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Two-Finger Scrolling" 8 1
#xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 8 1 1
#xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Pressure" 32 10
#xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Width" 32 8


exit 0
4 changes: 2 additions & 2 deletions FirstInstall/rvm.sh
@@ -1,8 +1,8 @@
#!/bin/sh
sudo apt-get install --assume-yes python-software-properties

sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
#sudo add-apt-repository ppa:git-core/ppa
#sudo apt-get update
sudo apt-get --assume-yes install git curl build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev ruby-dev wget


Expand Down
5 changes: 5 additions & 0 deletions other/copy-flash-video.sh
@@ -0,0 +1,5 @@
#!/bin/bash

lsof -n | grep /tmp/Flash | \
awk '{line = "/proc/" $2 "/fd/" $4; sub("[^0-9]*$","",line); print line}' | \
xargs -I '{}' cp -v '{}' -t "$@" --backup=t

0 comments on commit 80c0ee4

Please sign in to comment.