New: Options for „Autoplay“, „Loop“ and „Shuffle“. TAR Download: http://tk-sls.de/ref/myplayer.dist.tar.gz SVN: svn co svn://tk-sls.de/myplayer (ViewVC) Project Website: http://tk-sls.de/ref/myplayer
Articles in Category "Technik"
Basic Example for Response-Policy-Zones with BIND
31. Oktober 2015 in Administration, GNU/Linux.
I would like to emulate a public DNS entry that does not exist yet, while i am developing the service that will use this name on an intranet server. Let a public domain name i develop the service for be myservice.my-cool-domain.biz. When working in my intranet 192.168.2.0/24, i want to override whatever public DNS resolves […]
Stabilize Shaky Video With ffmpeg and vidstab
30. August 2022 in Multimedia, Technik.
Overview On my walking and hiking tours i often do not carry my camera but only my Android phone. Unlike the camera, the phone features no image stabilization mechanism whatsoever. In the past i have used the option offered by Google’s YouTube to apply a transformation that compensates for the most unfriendly effects of my […]
Providing XDG Runtime Directories
19. Februar 2018 in Administration, GNU/Linux, Programmierung.
Introduction The intended audience for this document are application programmers and providers of init-systems for managing features of installations of the GNU/Linux operating system and POSIX-compliant operating systems in general, who are concerned with per-user temporary file management based on the XDG Base Directory Specification, [XDG]. Many applications that follow XDG guidelines and specifications expect […]
Ad-Blocking with BIND9 and NGINX
31. Oktober 2015 in Administration, GNU/Linux.
In my intranet, where hosts are in a subnet 192.168.2.0/24 and domain names in a domain mydomain, I use BIND9 as DNS, running on host intradns.mydomain , and NGINX as a webserver running on intraweb.mydomain. I would like to rewrite all subdomains of certain public domains (spammers and trackers) using my intranet DNS to a […]
I18n of Bourne Shell Scripts Using „gettext.sh“
18. August 2015 in GNU/Linux, Programmierung.
This article shows how to make a Bourne Shell script translatable by means of the „gettext“ toolchain and how it then operates with natural language strings translated into the user’s language.
„jack-autostart“ – Setup and Start Scripts for jackd
9. September 2015 in GNU/Linux, Multimedia, Programmierung, Technik.
„jack-autostart“ is essentially a start script (I use it for my XFCE sessions) that starts „jackd“ with appropriate command line parameters and configures as many applications as possible to route playback to the JACK service. For this purpose, redirect all ALSA playback to JACK, and set JACK as default audiosink/-source for GStreamer.
Adding Custom Format Buttons To tinyMCE in WordPress 4
25. August 2015 in Programmierung.
Introduction In my technical articles I sometimes use inline fragments typed in a monospace font to highlight code or filenames that appear within floating paragraph text. Back in the days I did this with the <tt> element, nowadays I use <span class=“tt“> and a CSS style like .tt { font-family: monospace; } I wanted to […]