This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~/.vim/bundle && rm -rf YouCompleteMe && git clone https://github.com/Valloric/YouCompleteMe.git && cd YouCompleteMe && git reset --hard 0de1c0c && git submodule update --init --recursive && ./install.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Digitalocean, 512MB - need to turn on swap: | |
| sudo dd if=/dev/zero of=/swapfile bs=1024 count=524288 | |
| sudo chmod 600 /swapfile | |
| sudo mkswap /swapfile | |
| sudo swapon /swapfile | |
| Sources: https://community.letsencrypt.org/t/installation-via-letsencrypt-auto-fails-with-error-code-1/5919, http://stackoverflow.com/a/26762938 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ctrl-O / Ctrl-I - move in edit history (vim) | |
| It's all in a day's work for Bicycle Repair Man. |