Skip to content

Instantly share code, notes, and snippets.

View xee5ch's full-sized avatar

Al xee5ch

View GitHub Profile
acl 2.2.52-2
acpi 1.7-1
acpid 2.0.27-1
adwaita-icon-theme 3.18.0-1
alsa-lib 1.1.0-1
alsa-plugins 1.1.0-3
alsa-utils 1.1.0-1
android-platform 23_r02-1
android-sdk 24.4.1-1
android-sdk-build-tools r23.0.2-1
@xee5ch
xee5ch / homealCodearchlinuxbuildsccl-binPKGBUILD
Created September 13, 2014 06:44
/home/al/Code/archlinux/builds/ccl-bin/PKGBUILD
# Maintainer: Adlai Chandrasekhar <munchking at gmail dot com>
# Creator: Leslie P. Polzer <polzer at gnu dot org>
# Contributor: Fernando L. Canizo <conan at lugmen dot org dot ar>
pkgname=ccl-bin
pkgver=1.10
pkgrel=1
pkgdesc="x86 and x86-64 binary versions of Clozure Common Lisp"
url="http://ccl.clozure.com/"
license=('LGPL')
arch=('i686' 'x86_64')
@xee5ch
xee5ch / PKGBUILD
Created July 30, 2014 14:16
PKGBUILD
# Maintainer: Bersam Karbasion <[email protected]>
# Contributor: linuxSEAT <[email protected]>
# Contributor: Nezmer <[email protected]>
# Contributor: Alexander Stein <[email protected]>
pkgname=bicon
pkgver=0.4
pkgrel=5
pkgdesc="A bidirectional console"
url="https://github.com/behdad/bicon/"
arch=('any')
@xee5ch
xee5ch / config.el
Created April 9, 2014 09:45
My Current ~/.trell/config.el
(setq *consumer-key* "********************************")
(setq *access-token* "****************************************************************")
@xee5ch
xee5ch / .emacs
Created April 8, 2014 22:28
My Current .emacs
;; no longer using elpa+el-get, default to el-get only
;;
;;
;; begin: elpa configuration
(when (>= emacs-major-version 24)
(require 'package)
(package-initialize)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t))
;; end: elpa configuration
@xee5ch
xee5ch / .tmux.conf
Created April 8, 2014 22:26
My Current .tmux.conf
# Change default binding key.
unbind C-b
set -g prefix \\
bind \ send-prefix
# Greatly expand scrollback history
set -g history-limit 10000
# Mouse configuration
#setw -g mode-mouse on
@xee5ch
xee5ch / convert-ff-pwd-to-keepass.rb
Created December 5, 2013 17:52
Convert Firefox passwords to KeePass XML for import into KeePassX.
#!/bin/env ruby
require 'rexml/document'
require 'digest/md5'
xml = File.read('ff-passwords-export.xml')
doc = REXML::Document.new(xml)
head = ""
foot = ""
@xee5ch
xee5ch / getsslcertexpiry.sh
Created July 3, 2013 12:53
Bashism with OpenSSL s_client to download SSL cert and process cert to get expiry date.
SSLHOST=domain.tld
SSLPORT=443
echo "" | openssl s_client -connect $SSLHOST:$SSLPORT 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' |openssl x509 -text|grep "Not After :"
@xee5ch
xee5ch / fixcygwinssl.sh
Created June 30, 2013 14:05
Use CURL Certificate Authorities files to fix SSL certs in my Cygwin environment.
#!/bin/bash
pushd /usr/ssl/certs
curl http://curl.haxx.se/ca/cacert.pem | awk 'split_after==1{n++;split_after=0} /-----END CERTIFICATE-----/ {split_after=1}{print > "cert" n ".pem"}'
c_rehash
@xee5ch
xee5ch / qtel-apn-info.txt
Created June 17, 2013 14:27
APN info for Qtel/Ooredoo
Qtel MMS APN Settings
Name: Qtel MMS
APN: mms.qtel
Proxy: 10.23.8.3
Port: 8080
Username: mms
Password: mms
Server:
MMSC: http://mmsr.qtelmms.qa