dpkg-reconfigure keyboard-configuration
locale-gen
dpkg-reconfigure locales
vi /etc/default/locale
LANG="en_US.UTF-8"
LANGUAGE="en_US:en"
#!/bin/bash | |
# This is a script to transform a PDF containing a scanned book into a searchable PDF. | |
# Based on previous script and many good tips by Konrad Voelkel: | |
# http://blog.konradvoelkel.de/2010/01/linux-ocr-and-pdf-problem-solved/ | |
# http://blog.konradvoelkel.de/2013/03/scan-to-pdfa/ | |
# Depends on convert (ImageMagick), pdftk and hocr2pdf (ExactImage). | |
# $ sudo apt-get install imagemagick pdftk exactimage | |
# You also need at least one OCR software which can be either tesseract or cuneiform. | |
# $ sudo apt-get install tesseract-ocr |
#!/bin/bash | |
if [ "$1" != "mount" ] && [ "$1" != "umount" ]; then | |
echo "(Un)mounts all USB disks partitions. Usage: " | |
echo pmount-all mount | |
echo pmount-all umount | |
exit 0 | |
fi | |
readarray sd < <(ls /dev | grep sd[b-z][1-9]) | |
for ((i=0; i<${#sd[@]}; i++)); |
gm=$(xwininfo | grep 'geometry') && avconv -video_size $(echo $gm | grep -Eo '[0-9]+x[0-9]+') -framerate 30 -f x11grab -i :0.0+$(echo $gm | grep -Eo '[0-9]+\+[0-9]+$' | sed s/+/,/),nomouse -c:v libx264 -qp 0 -preset ultrafast -profile:v high444 capture.mov |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# This is how I used it: | |
# $ cat ~/.bash_history | python bash-history-to-zsh-history.py >> ~/.zsh_history | |
import sys | |
import time | |
def main(): |
The easiest way to backup a CynogenMod (CM) based Android, such as Replicant, is to enter ClockworkMod Recovery (CWMR) and use the backup/restore feature. However that won't work in a device with Full Device Encryption (FDE) because the /data
directory is encrypted and therefore unaccessible in CWMR.
Thus we'll have to use backup apps that work within CM, when /data
is accessible. The following procedures can be used to backup and restore all your apps, data and settings, using only free software.
preferences > cryptography
, enable encryption and set up your OpenPGP email. Back in preferences enable copy own apk
and special backups
.batch backup
with sort and filter
./* | |
* by Stefan Agner 2014 | |
*/ | |
/* Full line insert, left to right or visa-versa */ | |
@define-color insert-bg #203020; | |
@define-color insert-outline #387038; | |
@define-color insert-text White; | |
/* Missing files in folder diff */ | |
@define-color delete-bg #302020; |
On GNOME, Unity, Cinnamon, MATE, Xfce, LXDE and all other GTK+ based desktop environments choose a deep-dark theme such as Dorian. If you already run GTK+ 3.20 check out Cloak 3.20 or the darkest variant of Candra 3.20.
These are full-featured themes by killhellokitty that include modifications for Google Chrome (Chromium), Firefox and Thunderbird.
This is a tentative list of public XMPP (Jabber) servers that provide a Tor Onion Service (.onion address) for connections from within the Tor network. By public I mean, servers that are free for everyone to use and place no barriers on registration.
Clearnet domain | Tor Hidden Service | In-Band registration | XEP compliance |
---|---|---|---|
5222.de | fzdx522fvinbaqgwxdet45wryluchpplrkkzkry33um5tufkjd3wdaqd.onion | links to web form | 100% |
cock.li | xdkriz6cn2avvcr2vks5lvvtmfojz2ohjzj4fhyuka55mvljeso2ztqd.onion | disabled | 30% |
dismail.de | 4colmnerbjz3xtsjmqogehtpbt5upjzef57huilibbq3wfgpsylub7yd.onion | disabled | 100% |
ffmpeg -f x11grab -s 1920x1080 -i :0.0 -r 5 -g 10 -vcodec vp9 -f matroska pipe:1 | ./server