I hereby claim:
- I am wbond on github.
- I am wbond (https://keybase.io/wbond) on keybase.
- I have a public key whose fingerprint is 47D0 CD56 BA71 7820 6AC7 3CDB C508 396D 0B85 524E
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [global] | |
| connect timeout = 2 |
| CREATE PROCEDURE dbo.sp__procedure$decrypt | |
| (@procedure sysname = NULL, @revfl int = 1) | |
| AS | |
| SET NOCOUNT ON | |
| IF @revfl = 1 | |
| BEGIN | |
| PRINT 'CAUTION: THIS PROCEDURE DELETES AND REBUILDS THE ORIGINAL STORED | |
| PROCEDURE.' | |
| PRINT ' MAKE A BACKUP OF YOUR DATABASE BEFORE RUNNING THIS PROCEDURE.' |
| import logging | |
| import http.client as http_client | |
| http_client.HTTPConnection.debuglevel = 1 | |
| logging.basicConfig() | |
| logging.getLogger().setLevel(logging.DEBUG) | |
| requests_log = logging.getLogger("requests.packages.urllib3") | |
| requests_log.setLevel(logging.DEBUG) | |
| requests_log.propagate = True |
| Add rpmfusion repo - install akmod-nvidia rpm | |
| Add VirtualBox repo - install VirtualBox-OSE | |
| Get msttfcorefonts | |
| Add chrome repo - install google-chrome | |
| Install AdBlock chrome extension and Adwaita theme, add delicious bookmarklet | |
| Git clone wbond/nvidiabl and run dkms-install | |
| Install stiler or quicktile for window management | |
| Setup chrome app shortcuts and customize the StartupWMClass to be the domain name so gnome-shell handles app management | |
| Install packages: subversion, git-core, mercurial, gnome-shell-extensions-alternative-status-menu, gnome-shell-extension-remove-accessibility-icon, gnome-tweak-tool, gconf-editor, remmina, remmina-plugins-vnc, remmina-plugins-rdp | |
| Install SSH keys |
| import sublime | |
| sublime.active_window().run_command('sftp_upload_file', {'paths': ['/path/to/file']}) |
| sudo -s | |
| yum install nano | |
| nano /etc/selinux/config # disable | |
| reboot | |
| # clean dock | |
| sudo -s | |
| yum update |
| # Based on: | |
| # http://hacktux.com/fedora/source/rpm | |
| # http://fedoraproject.org/wiki/Chromium | |
| # http://codereview.chromium.org/7562022/patch/1/2 | |
| # as root | |
| cd /etc/yum.repos.d/ | |
| wget http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-chromium-stable.repo | |
| yum -y install yum-utils rpmdevtools elfutils-libeld-devel libXt-devel | |
| exit |
| # Fedora | |
| yum install make automake gcc gcc-c++ openssl-devel | |
| # Ubuntu | |
| apt-get install build-essential libssl-dev | |
| # Both | |
| curl -sS http://www.python.org/ftp/python/2.6.6/Python-2.6.6.tar.bz2 > Python-2.6.6.tar.bz2 | |
| tar xvfj Python-2.6.6.tar.bz2 | |
| cd Python-2.6.6 |
| Packages/User/Preferences.sublime-settings | |
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme", | |
| "font_size": 14.0 | |
| } | |
| Packages/User/Default.sublime-commands | |
| [ | |
| { | |
| "caption": "CSS rules compact", |