This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(setq *consumer-key* "********************************") | |
(setq *access-token* "****************************************************************") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env ruby | |
require 'rexml/document' | |
require 'digest/md5' | |
xml = File.read('ff-passwords-export.xml') | |
doc = REXML::Document.new(xml) | |
head = "" | |
foot = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 :" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |