Skip to content

Instantly share code, notes, and snippets.

Verifying that +qsypoq is my blockchain ID. https://onename.com/qsypoq

Keybase proof

I hereby claim:

  • I am qsypoq on github.
  • I am qsypoq (https://keybase.io/qsypoq) on keybase.
  • I have a public key ASAHZr3l3Qd7x20AqsWkJk3WjDx4iBB7t0OnPJzz6MYPPwo

To claim this, I am signing this object:

@qsypoq
qsypoq / Github cheatsheet
Last active March 31, 2016 10:52
Github cheatsheet
get the URL such as git@github.com:/youruser/somename.git or https://github.com/youruser/somename.git
git clone {url from step 1}
git add .
git commit -m 'initial commit comment'
git remote add origin [URL From Step 1]
git push origin master
@qsypoq
qsypoq / compton.desktop
Created February 27, 2016 21:02
compton.desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=compton
Comment=compton
Exec=compton -b
OnlyShowIn=XFCE;
StartupNotify=false
Terminal=false
@qsypoq
qsypoq / virtualbox.conf
Created February 17, 2016 08:17
virtualbox.conf mod
vboxdrv
vboxnetadp
vboxnetflt
vboxpci
@qsypoq
qsypoq / devise.fr.yml
Last active October 19, 2018 09:10 — forked from GRoguelon/devise.fr.yml
French translation of devise.en.yml (version: 3.5.3).
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
fr:
devise:
confirmations:
confirmed: "Votre compte a été validé."
send_instructions: "Vous allez recevoir les instructions nécessaires à la confirmation de votre compte dans quelques minutes."
send_paranoid_instructions: "Si votre e-mail existe dans notre base de données, vous allez bientôt recevoir un e-mail contenant les instructions de confirmation de votre compte."
failure:
already_authenticated: "Vous êtes déjà connecté"
# Config file for GRUB2 - The GNU GRand Unified Bootloader
# /boot/grub/grub.cfg
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,2)
@qsypoq
qsypoq / compton.conf
Created October 6, 2015 20:38
compton.conf
#################################
#
# Backend
#
#################################
# Backend to use: "xrender" or "glx".
# GLX backend is typically much faster but depends on a sane driver.
backend = "glx";