Skip to content

Instantly share code, notes, and snippets.

@rc0r
rc0r / PKGBUILD-teamviewer_13.0.9865.patch
Created March 7, 2018 07:55
AUR Teamviewer Patch to 13.0.9865
diff --git a/PKGBUILD b/PKGBUILD
index a1d6ccb..b71ef8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Taber <aft dot pokemon at gmail dot com>
pkgname=teamviewer
-pkgver=12.0.90041
+pkgver=13.0.9865
4186dff6dfe6acd194f544c0aa2aa9afb677d15d
@rc0r
rc0r / Perl_CPAN_HowTo.md
Created September 25, 2014 11:50
Perl CPAN HowTo

Perl CPAN HowTo

How to install new modules:

perl -MCPAN -e 'install <module>'

Examples:

perl -MCPAN -e 'install Net::DNS'

perl -MCPAN -e 'install Net::hostent'

@rc0r
rc0r / keybase.md
Created July 16, 2014 20:01
keybase.io verification

Keybase proof

I hereby claim:

  • I am rc0r on github.
  • I am rc0r (https://keybase.io/rc0r) on keybase.
  • I have a public key whose fingerprint is 23D5 5BE1 AF39 8B43 43EE DEC4 8238 B3E7 9FAB 7A45

To claim this, I am signing this object:

@rc0r
rc0r / PARALLELLA_VPN.md
Created May 27, 2014 20:53
rc0r's Parallella Setup Guide - Walkthrough: Headless Setup with OpenVPN support

rc0r's Parallellaboard Setup Guide

Walkthrough: Headless Setup with OpenVPN support

Headless Configuration

First get the boot partition files for the headless configuration from the parallella-bin GitHub repo:

$ git clone https://github.com/parallella/parallella-bin
$ cd parallella-bin
@rc0r
rc0r / gist.usage
Created January 8, 2014 22:43
gist command line usage
To upload the contents of a.rb just:
gist a.rb
Upload multiple files:
gist a b c
gist *.rb
By default it reads from STDIN, and you can set a filename with -f.
@rc0r
rc0r / gist:8324514
Created January 8, 2014 20:56
Closing issues with commit messages *** KEYWORDS ***
close
closes
closed
fix
fixes
fixed
resolve
resolves
resolved