Skip to content

Instantly share code, notes, and snippets.

View xeals's full-sized avatar

Alex Smith xeals

View GitHub Profile
{
"groups": [
{
"long_name": "Portunus Administrators",
"members": [
"admin"
],
"name": "admins",
"permissions": {
"ldap": {
@xeals
xeals / hosts.txt
Last active December 31, 2018 00:10
Facebook hosts
127.0.0.1 api.ak.facebook.com
127.0.0.1 api.connect.facebook.com
127.0.0.1 api.facebook.com
127.0.0.1 app.facebook.com
127.0.0.1 apps.facebook.com
127.0.0.1 ar-ar.facebook.com
127.0.0.1 badge.facebook.com
127.0.0.1 blog.facebook.com
127.0.0.1 connect.facebook.com
127.0.0.1 connect.facebook.net
;;; agila-theme.el --- A base16-inspired colorscheme
;; Author: Alex Smith <xeals@pm.me>
;; Version: 0
;; Package-Requires: ((base16-theme "2.0"))
;; Keywords: theme
;; This file is not part of GNU Emacs.
;;; License:
@xeals
xeals / package.yml
Created June 27, 2018 15:52
protonmail-bridge-bin-1.0.4-1.eopkg
name : protonmail-bridge-bin
version : 1.0.4
release : 1
license : MIT
source :
- https://protonmail.com/download/protonmail-bridge_1.0.4-1_amd64.deb : 032fc486069c3a69bd01fd48ab1428d605c765d06fecfe5a5052fb5d3a18a10e
component : network.mail
summary : The Bridge is an application that runs on your computer in the background and seamlessly encrypts and decrypts your mail as it enters and leaves your computer.
description : |
The Bridge is an application that runs on your computer in the background and seamlessly encrypts and decrypts your mail as it enters and leaves your computer.
@xeals
xeals / after.txt
Last active June 27, 2018 04:10
signal restore 4.21.6
06-27 14:07:00.973 6192 6220 W SQLCipherOpenHelper: Upgrading database: 6, 10
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: Couldn't open signal.db for writing (will try read-only):
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: net.sqlcipher.database.SQLiteException: duplicate column name: quote_id: ALTER TABLE mms ADD COLUMN quote_id INTEGER DEFAULT 0
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteDatabase.native_execSQL(Native Method)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteDatabase.execSQL(SQLiteDatabase.java:2266)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at org.thoughtcrime.securesms.database.helpers.SQLCipherOpenHelper.onUpgrade(SQLCipherOpenHelper.java:181)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:173)
06-27 14:07:00.975 6192 6220 E SQLiteOpenHelper: at net.sqlcipher.database.SQLiteOp