Skip to content

Instantly share code, notes, and snippets.

@mplx
mplx / PKGBUILD
Created February 20, 2022 10:28 — forked from maharifu/PKGBUILD
# Maintainer: Alfredo Palhares <alfredo at palhares dot me>
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
# Contributor: Matteo Parolari
# Contributor: gardar <aur@gardar.net>
# Please contribute to:
# https://github.com/alfredopalhares/arch-pkgbuilds
pkgbase="joplin"
pkgname=('joplin' 'joplin-desktop')
@mplx
mplx / cla-license-mit.md
Last active November 28, 2017 21:57
cla-mit-license

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have the right to submit it under the MIT license; or

(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the MIT license; or

@mplx
mplx / qemu-debian-create-image
Last active October 31, 2018 10:21 — forked from jalsot/qemu-debian-create-image
Debian qemu image creation using debootstrap (automated from http://diogogomes.com/2012/07/13/debootstrap-kvm-image/ by Kamil Trzcinski (http://ayufan.eu) with some modifications by me)
#!/bin/bash
# Configs overwritable via environment variables
VSYSTEM=${VSYSTEM:=qemu} # Either 'qemu' or 'kvm'
FLAVOUR=${FLAVOUR:=debian} # Either 'debian' or 'ubuntu'
INCLUDES=${INCLUDES:="less,vim,sudo,openssh-server,acpid"}
MIRROR=${MIRROR:="http://ftp.hu.debian.org/debian"}
#MIRROR=${MIRROR:="http://localhost:3142/debian"}
#MIRROR=${MIRROR:="http://hu.archive.ubuntu.com/ubuntu/"}
#MIRROR=${MIRROR:="http://localhost:3142/ubuntu"}
@mplx
mplx / gist:6fbceea2adbf6566fefb985d9a229508
Created August 19, 2016 07:23
gmail: search all mails without labels
-has:userlabels -in:sent -in:chat -in:draft -in:inbox
@mplx
mplx / PKGBUILD
Created October 26, 2015 19:54
Skylable SX Server 1.2 for ArchLinux, 2015-09-24
# Maintainer: Martin Pircher <mplx+aur@donotreply.at>
pkgname=skylable-sx-server
pkgver=1.2
pkgrel=1
pkgdesc="Skylable SX Server"
url='http://www.skylable.com/download/#sxserver'
arch=('any');
license="custom"
depends=('curl' 'zlib' 'openssl')
makedepends=('tar' 'gzip' 'curl' 'zlib' 'openssl')
@mplx
mplx / PKGBUILD
Created October 26, 2015 19:52
Skylable SX Server 1.1 for ArchLinux, 2015-05-15
# Maintainer: Martin Pircher <mplx+aur@donotreply.at>
pkgname=skylable-sx-server
pkgver=1.1
pkgrel=1
pkgdesc="Skylable SX Server"
url='http://www.skylable.com/download/#sxserver'
arch=('any');
license="custom"
depends=('curl' 'zlib' 'openssl')
makedepends=('tar' 'gzip' 'curl' 'zlib' 'openssl')
@mplx
mplx / PKGBUILD
Created October 26, 2015 19:51
Skylable SX Server 1.0 for ArchLinux, 2015-03-19
# Maintainer: Martin Pircher <mplx+aur@donotreply.at>
pkgname=skylable-sx-server
pkgver=1.0
pkgrel=1
pkgdesc="Skylable SX Server"
url='http://www.skylable.com/download/#sxserver'
arch=('any');
license="custom"
depends=('curl' 'zlib' 'openssl')
makedepends=('tar' 'gzip' 'curl' 'zlib' 'openssl')

Keybase proof

I hereby claim:

  • I am mplx on github.
  • I am mplx (https://keybase.io/mplx) on keybase.
  • I have a public key whose fingerprint is B766 9BE9 28BA 18F7 5E0B 4BF2 BB0E C813 7724 5C24

To claim this, I am signing this object:

@mplx
mplx / 0001.patch
Created July 24, 2013 10:36
do not store password in session and use of $token
---
Resources/translations/messages.en.yml | 2 +-
Resources/translations/messages.fr.yml | 2 +-
Security/Authentication/AdAuthProvider.php | 3 +--
Security/User/adUserProvider.php | 12 +++++-------
4 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/Resources/translations/messages.en.yml b/Resources/translations/messages.en.yml
index e30ff56..bca4b6f 100644
--- a/Resources/translations/messages.en.yml