Reserach: DRM free e-books
DRM entfernen: Wissenswertes, Fragen und Antworten DeDRM DeDRM at github Das neue DRM mit Tolino und Telekom Cloud? Verleger Ralph Möllers: “DRM ist böse!” (Digital Rights Management) höbu ebooks Research: How to play audible audiobooks at linux How to listen to Audible files? Audible Manager with wine Audible says it actively works on linux support Sichern von Audible Hörbüchern AAX in mp3 umwandeln audible hörbücher auf cd brennen Audible Audio – DRM at its finest Audible.
Helpful linux hints
Zitate “Mutt was developed with the concept of one task per tool, enabling performance through combination with other high quality modular programs. This is an aspect of the unix philosophy” mutt.org
A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. – John Gruber
Wie konvertiere ich flash videos nach mp3 audio? mplayer -dumpaudio file.
How to configure an asterisk pbx
How to configure an asterisk pbx Install apt-get install asterisk asterisk-prompt-de General settings vi /etc/asterisk/asterisk.conf defaultlanguage = de vi /etc/asterisk/skinny.conf bindaddr=127.0.0.1 Security settings vi /etc/asterisk/sip.conf context=catchall allowguest=no alwaysauthreject=yes ; Enable IPv6 listening udpbindaddr=:: useragent=Asterisk PBX vi /etc/asterisk/extensions.conf [sip_incoming] [catchall] ; for security reason Receive SIP calls vi /etc/asterisk/sip.conf [general] register => 031XXXXXX1:xyz@sip.netvoip.ch/031XXXXXX1 [netvoip] type=peer username=031XXXXXX1 secret=xyz host=sip.netvoip.ch insecure=invite context=sip_incoming nat=no ; http://www.voip-info.org/wiki/view/ITU+G.711 allow=!all,g722,alaw,ulaw More info about codecs in europe.
Hifiberry with openELEC (Kodi)
cd /tmp
Download the Raspberry Pi Build. Double check, what Pi version (1/2) you have.
apt-get install pv Insert a sd card and be sure, that all partitions are unmounted:
gzip -dc OpenELEC-RPi2.arm-6.0.0.img.gz | pv | sudo dd of=/dev/mmcblk0 bs=4M sync Enable hifiberry’s DAC+ Login into openelec via ssh:
mount -o remount,rw /flash vi /flash/config.txt dtoverlay=hifiberry-dacplus dtdebug=1 sync mount -o remount,ro /flash shutdown -r now Once rebooted, change System Settings > Audio output to ALSA: Default (snd_rpi_hifiberry_dac).
Volumio audiophile music player (mit Raspberry Pi)
Hardware Install Download Volumio for Raspberry Pi (Version 1.55)
dd bs=1M if=volumio155.img of=/dev/sdX Configure raspian According to this.
Network Configure WLAN USB stick:
cat << EOF >/etc/apt/sources.list.d/non-free.list deb http://ftp.ch.debian.org/debian/ jessie non-free EOF apt-get update apt-get install firmware-realtek Enable IPv6 access volumio web ui:
grep -B 1 -A 2 "80;" /etc/nginx/nginx.conf server { #listen 80; listen [::]:80; Setting up volumio to get great audio:
Go to Menu > System.