Gnome 3: Platz in Titelleiste einsparen
Mit der Gnome-Shell-Erweiterung Maximus Two kann die Titelleiste von maximierten Fenstern verborgen werden, um Platz zu sparen.
AnasAbdin

if i look back, i am lost
todays bird

Origami Around
Acquired Stardust

❣ Chile in a Photography ❣
dirt enthusiast

Discoholic 🪩
art blog(derogatory)

shark vs the universe

★
tumblr dot com
I'd rather be in outer space 🛸
d e v o n
Show & Tell
No title available
DEAR READER

pixel skylines
he wasn't even looking at me and he found me
No title available

seen from Malaysia
seen from Türkiye

seen from United States

seen from United States

seen from United States

seen from Malaysia
seen from Malaysia

seen from United States

seen from United States
seen from Indonesia

seen from Malaysia

seen from United States
seen from United States

seen from Türkiye

seen from Switzerland
seen from United States

seen from Malaysia

seen from Malaysia
seen from Spain
seen from Malaysia
@mfiedler
Gnome 3: Platz in Titelleiste einsparen
Mit der Gnome-Shell-Erweiterung Maximus Two kann die Titelleiste von maximierten Fenstern verborgen werden, um Platz zu sparen.
Empfehlenswerte Radiosender für klassische Musik und Jazz
Bayern 4 Klassik (anhören)
Österreich 1 (anhören)
Sveriges Radio P2 (anhören)
NPO Radio 4 (anhören)
Emacs Org-mode: Improve HTML export’s source block readability
The default colors used in Org-mode’s HTML export, e. g. the bright yellow, make the source code blocks unreadable. The following commands replaces the colors for improved readability:
FILE=notes.html sed -i 's/#0000ff/#000080/g' "$FILE" sed -i 's/#00ff00/#008000/g' "$FILE" sed -i 's/#00ffff/#008080/g' "$FILE" sed -i 's/#ff0000/#880000/g' "$FILE" sed -i 's/#ff00ff/#800080/g' "$FILE" sed -i 's/#ffff00/#808000/g' "$FILE"
Gnome Shell: Add keyboard shortcuts for switching to workspaces > 4
Run
for key in move-to-workspace-1 move-to-workspace-2 move-to-workspace-3 move-to-workspace-4 move-to-workspace-5 move-to-workspace-6 move-to-workspace-7 move-to-workspace-8 move-to-workspace-9 switch-to-workspace-1 switch-to-workspace-2 switch-to-workspace-3 switch-to-workspace-4 switch-to-workspace-5 switch-to-workspace-6 switch-to-workspace-7 switch-to-workspace-8 switch-to-workspace-9 do echo "Writing /org/gnome/desktop/wm/keybindings/${key} ..." read value dconf write /org/gnome/desktop/wm/keybindings/${key} ${value} done
and paste your shortcuts in dconf's format, e. g.:
['<Shift><Super>exclam'] ['<Shift><Super>at'] ['<Shift><Super>numbersign'] ['<Shift><Super>dollar'] ['<Shift><Super>percent'] ['<Shift><Super>asciicircum'] ['<Shift><Super>ampersand'] ['<Shift><Super>asterisk'] ['<Shift><Super>parenleft'] ['<Super>1'] ['<Super>2'] ['<Super>3'] ['<Super>4'] ['<Super>5'] ['<Super>6'] ['<Super>7'] ['<Super>8'] ['<Super>9']
SSH-Verbindungen: Zeitüberschreitungen vermeiden
Wenn nach einer Weile der Inaktivität eine SSH-Verbindung abbricht, kann es helfen, in der Konfigurationsdatei /etc/ssh/ssh_config bzw. ~/.ssh/config das Senden von Lebendigmeldungen (ServerAliveInterval, standardmäßig aus) zu aktivieren. Zusätzlich kann die Zahl der geduldeten, aufeinanderfolgenden Verluste solcher Nachrichten angepasst werden (ServerAliveCountMax, standardmäßig 3):
ServerAliveInterval 180 ServerAliveCountMax 3
Nähere Informationen können der Manpage ssh_config(5) entnommen werden.
Emacs in terminal: set background color
When running GNU Emacs in terminal (emacs --no-window-system), the background color can be set by the following command in Emacs' configuration file ~/.emacs:
(set-face-background 'default "brightwhite")
The available colors can be listed by M-x list-colors-display. Set the TERM environment variable to e. g. xterm-256color before starting Emacs, if there are too few colors listed.
Firefox: disable pdf.js system-wide
Create a file mozilla.cfg in Firefox’ installation directory (Ubuntu: /usr/lib/firefox; Windows: C:\Program Files\Mozilla Firefox) with content
pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg");
Create a file local-settings.js in the subdirectory defaults/pref with content
lockPref("pdfjs.disabled", true);
Restart Firefox. In about:config, the setting of pdfjs.disabled is now set to true and is locked/cannot be changed any more.
See also:
MozillaZine: Locking preferences
LaTeX: URW Garamond installieren
wget http://tug.org/fonts/getnonfreefonts/install-getnonfreefonts sudo texlua install-getnonfreefonts getnonfreefonts garamond
Verwendung von Vektorgraphiken in LibreOffice
Im aktuellen LibreOffice 4.4.2 scheint die Verwendung von Vektorgraphiken inzwischen einigermaßen stabil und brauchbar zu sein, inkl. Export nach PDF. SVG geht in LibreOffice zwar schon seit 3.4, meine bisherige Tests mit Versionen einschließlich 4.3.2 hatten aber bisher immer nicht akzeptable Programmfehler aufgezeigt.
Mehrere SVG-Dateien ohne Klicken auf minimale Seitengröße bringen
inkscape --verb=FitCanvasToDrawing --verb=FileSave --verb=FileClose *.svg
Großes/detailliertes PDF-Dokument auf mehrere Seiten aufteilen
# Ausgangsdokument ggf. ins Querformat bringen, sonst passt Seitenaufteilung später nicht pdfjam --angle=90 --landscape=true --fitpaper=true --rotateoversize=true -o in.pdf orig_in.pdf pdf2ps in.pdf in.ps # A3 -> A3 bestehend aus 2x A4 (Hochformat) poster -v -iA3 -mA4 -pA3 -o out.ps ps2pdf out.ps out.pdf
Audio aus Video extrahieren
avconv -i video.mp4 -vn -acodec copy audio.aac
Video zuschneiden
avconv -ss <start position as hh:mm:ss> -i <infile> -t <duration as hh:mm:ss> -vcodec copy -acodec copy <outfile>
Das "Bild" in den Medien und die Wirklichkeit...
Libreoffice: install templates for all users
Global template folder for Libreoffice:
/usr/lib/libreoffice/share/template/<language>
e. g.
/usr/lib/libreoffice/share/template/de
for German templates
Privatbrief mit Empfängeranschrift im Sichtfenster und automatischer Silbentrennung – German personal letter template for window envelopes with automatic hyphenation