-minus 15 Min exiftool "-AllDates-=0 0:15:0" folderName
-plus 15 Min exiftool "-AllDates+=0 0:15:0" folderName
-minus 2 months 4 days and 15 Min exiftool "-AllDates-=0:2:4 0:15:0" folderName
-minus 2 months 4 days
-minus 15 Min exiftool "-AllDates-=0 0:15:0" folderName
-plus 15 Min exiftool "-AllDates+=0 0:15:0" folderName
-minus 2 months 4 days and 15 Min exiftool "-AllDates-=0:2:4 0:15:0" folderName
-minus 2 months 4 days
| # the following two lines give a two-line status, with the current window highlighted | |
| #hardstatus alwayslastline "%= %3n %t%? [%h]%? %=" | |
| #caption always "%= %-w%L>%{= BW}%n*%t%{-}%52<%+w %L=" | |
| hardstatus alwayslastline | |
| hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]' | |
| defscrollback 3000 |
| # GNU Screen - main configuration file | |
| # All other .screenrc files will source this file to inherit settings. | |
| # Author: Christian Wills - [email protected] | |
| # Allow bold colors - necessary for some reason | |
| attrcolor b ".I" | |
| # Tell screen how to set colors. AB = background, AF=foreground | |
| termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' |
| dash to panel -> taskleiste unten | |
| sound input & output device chooser | |
| Desktop Icons | |
| Minimize to Tray | |
| Volume Mixer | |
| Window Is Ready - Notification Remover | |
| old: | |
| #dynamic panle transparency | |
| #no topleftcorner |
ICE-Wifi is using the same IP-address scope as the first docker-container (172.18...) so WIFI is not working. To change the docker defaults and remove the existing container-network follow these steps:
sudo nano /etc/docker/daemon.json
add:
{
"default-address-pools":
| #!/bin/bash | |
| if ! [ -x "$(command -v jq)" ]; then | |
| echo 'Error: jq is not installed.' >&2 | |
| exit 1 | |
| fi | |
| for image in $( docker images --format "{{.Repository}}") | |
| do | |
| for parameter in "$@" |
| 1. find best device speed | |
| sudo bash -c 'pv < /dev/urandom > /dev/mmcblk0' | |
| 2. override with bs from 1. | |
| sudo dd if=/dev/urandom of=/dev/mmcblk0 status=progress bs=39M conv=fdatasync | |
| 3. format disk via UI (create partition, in any filesystem) | |
| 4. create random file on partition |
| my ubuntu setup |