- search for uninstallation command in the Registry
- execute the uninstallation command in an elevated command prompt
Not tested: Wacom recommends that you also search your computer for tablet.dat and friends and manually delete these files.
#!/bin/sh | |
# | |
# Inspired by https://gist.github.com/andsens/2913223 | |
# | |
# curl -sL https://gist.github.com/goude/5263576/download | tar -xzO | /bin/bash -ex | |
# | |
# sudo apt-get install iotop iftop parallel wget curl lsof lftp nmap netcat multitail mtr dstat dtrx pv ngrep sysstat | |
#aptget='sudo apt-get' | |
#chsh='sudo chsh' |
perl -e '@a=split(/:/, "Hello, World!:Foobar:Kamelaase!");print @a[rand @a]' | figlet |
Len(RXReplace([Column 1], "[^x]", "", "g")) | |
Replace x with the character you wish to count. |
Ctrl-O / Ctrl-I - move in edit history (vim) | |
It's all in a day's work for Bicycle Repair Man. |
# http://stackoverflow.com/questions/1261975/addressing-localhost-from-a-virtualbox-virtual-machine | |
# /etc/apt/apt.conf.d/95proxies | |
Acquire::http::proxy "http://10.0.2.2:3128"; | |
Acquire::ftp::proxy "http://10.0.2.2:3128"; | |
Acquire::https::proxy "http://10.0.2.2:3128"; | |
# setup environment variables using https://github.com/goude/yaprox | |
$ yaprox -q 10.0.2.2:3128 |
<!DOCTYPE html> | |
<html> | |
<head> | |
<!-- Load D3 from site --> | |
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> | |
</head> | |
<!-- CSS (Styling) --> | |
<style type="text/css"> | |
/* Format X and Y Axis */ |
Not tested: Wacom recommends that you also search your computer for tablet.dat and friends and manually delete these files.
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="line-variable.js"></script> | |
</head> | |
<body> | |
<div id="linevar"></div> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="http://gist.githubusercontent.com/goude/a71dbb47995c1ae768bdfb963d1cbcf9/raw/cb83771ca99bf600adc02f032dda2c8b3d344793/line-variable.js"></script> | |
</head> | |
<body> | |
<div id="linevar"></div> |