Skip to content

Instantly share code, notes, and snippets.

View rubbsdecvik's full-sized avatar
🐢
Slow to respond

Patrick Regan rubbsdecvik

🐢
Slow to respond
View GitHub Profile
main-html.js:58 Environment: prod
main-html.js:79 appId: net.cozic.joplin-desktop
main-html.js:80 appType: desktop
/app/joplin-desktop/resources/app/node_modules/@joplin/lib/Logger.js:188 12:24:46: App: Profile directory: /home/pregan/.config/joplin-desktop
/app/joplin-desktop/resources/app/node_modules/@joplin/lib/Logger.js:188 12:24:46: Database was open successfully
/app/joplin-desktop/resources/app/node_modules/@joplin/lib/Logger.js:188 12:24:46: Checking for database schema update...
/app/joplin-desktop/resources/app/node_modules/@joplin/lib/Logger.js:188 12:24:46: Current database version Object
/app/joplin-desktop/resources/app/node_modules/@joplin/lib/Logger.js:188 12:24:46: Upgrading database from version 39
/app/joplin-desktop/resources/app/node_modules/@joplin/lib/Logger.js:188 12:24:46: New version: 39. Previously recorded version: 39
/app/joplin-desktop/resources/app/node_modules/@joplin/lib/Logger.js:188 12:24:46: KeychainService: checking if keychain supported
@rubbsdecvik
rubbsdecvik / surfingkeysconf.js
Last active June 30, 2017 13:59
Surfing Keys Config
map('<Ctrl-[>','<Esc>')
@rubbsdecvik
rubbsdecvik / tips.md
Last active March 8, 2017 18:13
Bash Tips and Tricks

Stupid Unix Tricks

Real Basics

Keyboard Shortcuts

  • Arrow keys do what you'd expect
  • ctrl + a will put you at the beginning of the line
  • ctrl + e will put you at the end
  • ctrl + w deletes previous word (space delimited)

Every community can be strengthened by a diverse variety of viewpoints, insights, opinions, skillsets, and skill levels. However, with diversity comes the potential for disagreement and miscommunication. The purpose of this Code of Conduct is to ensure that disagreements and differences of opinion are conducted respectfully and on their own merits, without personal attacks or other behavior that might create an unsafe or unwelcoming environment.

These policies are not designed to be a comprehensive set of Things You Cannot Do. We ask that you treat your fellow community members with respect and courtesy, and in general, Don't Be A Jerk. This Code of Conduct is meant to be followed in spirit as much as in

@rubbsdecvik
rubbsdecvik / cvimrc
Last active March 10, 2017 19:55
cvimrc
set autoupdategist
set nosmoothscroll
let barposition = "bottom"
set noautofocus
set nativelinkorder
command g tabnew google
let searchalias g = "google"
let blacklists = ["https://mail.google.com/*","*://mail.google.com/*","http://codepen.io/*","http://wasavi.appsweets.net/*","https://inbox.google.com/*","https://keep.google.com/*","*ravello*.com/*"]
# # act like GNU screen
unbind C-b
set -g prefix C-a
# Allow C-A a to send C-A to application
bind C-a last-window
bind-key a send-prefix
# start window index of 1
set-option -g base-index 1
setw -g pane-base-index 1

Keybase proof

I hereby claim:

  • I am rubbsdecvik on github.
  • I am rubbs (https://keybase.io/rubbs) on keybase.
  • I have a public key whose fingerprint is DD25 2C2F 9B2D 0E88 99EF 1880 40F4 0E48 C0C9 7882

To claim this, I am signing this object:

[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
[epel-debuginfo]