I recently made the jump into stretch. Previously I had steam working fine, and the games I played loaded. After the update, steam itself wouldn’t even start. This appears to be a common issue between the “steam-runtime”, which ships olds libraries no longer compatible with others shipped in the …
read moreOther articles
HTTP Streaming Audio with Remote Control using CMUS, PulseAudio, and VLC
Set-up on your computer
- Start CMUS listening on your network
$> cmus --listen=0.0.0.0 # or the ip of an interface
- In CMUS, set a password
:set passwd=YOURPASSWORD
- Set up pulseaudio to stream via RTP
$> pacmd load-module module-null-sink sink_name=rtp load-module module-rtp-send source=rtp.monitor destination=127.0 …
read moreUsing AlternC’s REST(ish) API
[TOC]
I recently wanted to try and use AlternC’s API to see how it worked in the hope that some tasks could become more automated with external clients.
In AlternC 3.1-3.5 there are two sections of the github repo which deal with the api, first of the …
read moreMnemosyne 2.3 Headless Syncing Setup on Debian Jessie
Introduction
Debian Jessie ships Mnemosyne 2.2.x. As of Mnemosyne 2.3.x, the sync feature was much revamped, and a headless sync (& web server) modes were introduce into the application - making it possible to more easily use remote headless servers for central storage and synchronization. Rough instructions to …
read moreConfiguring Mandarin Chinese Input on Debian Jessie with lib-pinyin and ibus
While there exists some documentation in the debian wiki about ibus configuration, I found that it was not the whole story.
I principally encountered issues with ibus-daemon not running, being unable to use ibus-setup to configure ibus ((ibus-setup:17151): dconf-WARNING **: failed to commit changes to dconf: Could not connect …
read more
Page 1 / 1