dt.iki.fi

64 posts are tagged "linux"

Change XTerm's Window Icon

Venerable and versatile XTerm. Carrying cruft from four decades. I am a big friend of lightweight terminal emulators - I want them to pop up immediately, without having to run a daemon. Despite all its baggage, xterm is extremely fast. Change the Window Icon (pixmap) The default icon is absolutely h.....

OpenNIC DNS updater script

This script will fetch a current list of DNS servers from api.opennicproject.org, filter them by countries if desired, sort by percentage, and write the result to files readable by various resolvers.

Change Application Window Icons Elegantly

The situation Sometimes you want to change the icon an application displays e.g. in the panel but cannot for some reason. Changing the icon theme does not help, and the application has no means of telling it to use another icon. Changing the icon referenced in the software's .desktop file (usually .....

Setup NFS Share on Debian

I did practically everything described here. However, for automating the whole process with fstab on both client & server, this provided important extra information, esp. about bind-mounting existing filesystems into a dedicated NFS folder, and also about /etc/fstab entries. That's it really; it.....

Updating PicoCMS with Composer

How it works composer is installed locally on the server (Debian oldstable) via apt. All I had to do is navigate to the folder including the PicoCMS installation execute composer update $ composer update Loading composer repositories with package information Updating dependencies (including requ.....

TWM Window Manager

twm is historical. It dates back to 1987, and is still maintained. I wanted to try it out and see what I can do with it, if I can customize it to my needs, both in functionality and looks. Screenshot Gallery click me! Installation It's in most Linux distros' repos. If it isn't, the source is availab.....

Video Streaming without a Browser

The advice is twofold but simple: The python script youtube-dl is able to extract and download video and audio from many, many different sites The media player mpv automatically looks for youtube-dl when passed an internet URL to extract the media and play it directly. Additionally one can use a G.....