Category:GNU Linux’

User Stylesheets

 - by joerg

~/.local/share/midori/styles:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url(lastpass.com) {

#noplugin,
.footcontainer,
header .container ul,
.remembersignin,
div.contentheading,
div#languagebutton,
a#keyboardlink
{ display: none !important; }

}

rlwrap

 - by joerg

Rlwrap is a readline wrapper, a small utility that uses the GNU readline library to allow the editing of keyboard input for any other command. It maintains a separate input history for each command, and can TAB-expand words using all previously seen words and/or a user-specified file.

Useful when its not possible to repeat last commands e.g. programs like sqlite3:

rlwrap sqlite3 db.sqlite3

See: freecode.com/projects/rlwrap

Zattoo Linux Client Problem

 - by joerg

Short time ago the Zattoo TV Player showed only a black screen when loading a channel.

strace Zattoo

showed a missed access to ~/.cache/Zattoo directory.

After deletion of ~/.cache/Zattoo directory Zattoo is now working again as before.