Category Archives: General

Gtk dark themes

DeLorean-Dark-Theme-3.6 vs.2.56 DeLorean-Dark-Themes-3.8 DeLorean-Dark-Theme-3.6 – Firefox-Theme 1.0 They can be selected from, for example, LXappearance, wich has very few dependencies, or from ~/.gtkrc-2.0 and ~/.config/gtk-3.0/settings.ini

Bookmark social network

The Autistici/Inventati project have a Bookmarking social network based on Scuttle. It might be used in Firefox-based browsers (Icecat/Iceweasel/Abrowser) through the Scuttle addon https://addons.mozilla.org/en-US/firefox/addon/scuttle/?src=search

Show progress during dd copy

http://www.commandlinefu.com/commands/view/1868/watch-the-progress-of-dd

Acceso a la dgt desde abrowser, icecat, firefox

Con el certificado digital, da un error de Untrusted issuer certificate. Debes ir a https://www.cert.fnmt.es/certs/ACRAIZFNMTRCM.crt donde se descargará el certificado raíz de la FNMT.

Vimperator – Move tabs

To move tabs in vimperator use :tabm +1 and :tabm -1 to move relatively to its position forward and backward, respectively. And it can be mapped like in Luakit to nmap > :tabm +1 nmap < :tabm -1

Vimperator pin tab

It’s easy to pin a tab in vimperator with :set apptab=true and to unpin with :set apptab=false So it’s quite advisable to include a map in ~/.vimperatorrc as nmap x :set apptab=true nmap :set apptab=false See http://superuser.com/questions/703525/pin-tab-by-default