diff --git a/apt/apt.conf.d/01autoremove-kernels b/apt/apt.conf.d/01autoremove-kernels index 25abcbfd..32d5cc91 100644 --- a/apt/apt.conf.d/01autoremove-kernels +++ b/apt/apt.conf.d/01autoremove-kernels @@ -2,35 +2,35 @@ APT::NeverAutoRemove { "^linux-image-4\.14\.34-v7\+$"; - "^linux-image-4\.9\.80-v7\+$"; + "^linux-image-4\.14\.52-v7\+$"; "^linux-headers-4\.14\.34-v7\+$"; - "^linux-headers-4\.9\.80-v7\+$"; + "^linux-headers-4\.14\.52-v7\+$"; "^linux-image-extra-4\.14\.34-v7\+$"; - "^linux-image-extra-4\.9\.80-v7\+$"; + "^linux-image-extra-4\.14\.52-v7\+$"; "^linux-modules-4\.14\.34-v7\+$"; - "^linux-modules-4\.9\.80-v7\+$"; + "^linux-modules-4\.14\.52-v7\+$"; "^linux-modules-extra-4\.14\.34-v7\+$"; - "^linux-modules-extra-4\.9\.80-v7\+$"; + "^linux-modules-extra-4\.14\.52-v7\+$"; "^linux-signed-image-4\.14\.34-v7\+$"; - "^linux-signed-image-4\.9\.80-v7\+$"; + "^linux-signed-image-4\.14\.52-v7\+$"; "^kfreebsd-image-4\.14\.34-v7\+$"; - "^kfreebsd-image-4\.9\.80-v7\+$"; + "^kfreebsd-image-4\.14\.52-v7\+$"; "^kfreebsd-headers-4\.14\.34-v7\+$"; - "^kfreebsd-headers-4\.9\.80-v7\+$"; + "^kfreebsd-headers-4\.14\.52-v7\+$"; "^gnumach-image-4\.14\.34-v7\+$"; - "^gnumach-image-4\.9\.80-v7\+$"; + "^gnumach-image-4\.14\.52-v7\+$"; "^.*-modules-4\.14\.34-v7\+$"; - "^.*-modules-4\.9\.80-v7\+$"; + "^.*-modules-4\.14\.52-v7\+$"; "^.*-kernel-4\.14\.34-v7\+$"; - "^.*-kernel-4\.9\.80-v7\+$"; + "^.*-kernel-4\.14\.52-v7\+$"; "^linux-backports-modules-.*-4\.14\.34-v7\+$"; - "^linux-backports-modules-.*-4\.9\.80-v7\+$"; + "^linux-backports-modules-.*-4\.14\.52-v7\+$"; "^linux-modules-.*-4\.14\.34-v7\+$"; - "^linux-modules-.*-4\.9\.80-v7\+$"; + "^linux-modules-.*-4\.14\.52-v7\+$"; "^linux-tools-4\.14\.34-v7\+$"; - "^linux-tools-4\.9\.80-v7\+$"; + "^linux-tools-4\.14\.52-v7\+$"; "^linux-cloud-tools-4\.14\.34-v7\+$"; - "^linux-cloud-tools-4\.9\.80-v7\+$"; + "^linux-cloud-tools-4\.14\.52-v7\+$"; }; /* Debug information: # dpkg list: @@ -38,13 +38,13 @@ APT::NeverAutoRemove # list of different kernel versions: -# Installing kernel: (4.14.34-v7+) -# Running kernel: ignored (4.9.80-v7+) +# Installing kernel: (4.14.52-v7+) +# Running kernel: ignored (4.14.34-v7+) # Last kernel: # Previous kernel: # Kernel versions list to keep: # Kernel packages (version part) to protect: 4\.14\.34-v7\+ -4\.9\.80-v7\+ +4\.14\.52-v7\+ */ diff --git a/drirc b/drirc index bdc90227..c76f1ca4 100644 --- a/drirc +++ b/drirc @@ -269,16 +269,32 @@ TODO: document the other workarounds. + + + + + + + + + + + + - + diff --git a/iproute2/ematch_map b/iproute2/ematch_map index 18239837..4d6bb2f0 100644 --- a/iproute2/ematch_map +++ b/iproute2/ematch_map @@ -5,3 +5,4 @@ 4 meta 7 canid 8 ipset +9 ipt diff --git a/iproute2/rt_protos b/iproute2/rt_protos index 82cf9c46..2a9ee01b 100644 --- a/iproute2/rt_protos +++ b/iproute2/rt_protos @@ -16,16 +16,3 @@ 15 ntk 16 dhcp 42 babel - -# -# Used by me for gated -# -254 gated/aggr -253 gated/bgp -252 gated/ospf -251 gated/ospfase -250 gated/rip -249 gated/static -248 gated/conn -247 gated/inet -246 gated/default diff --git a/mime.types b/mime.types index 3f31ff24..dfa7a425 100644 --- a/mime.types +++ b/mime.types @@ -49,6 +49,7 @@ application/ecmascript es application/edi-consent application/edi-x12 application/edifact +application/epub+zip epub application/eshop application/font-sfnt otf ttf application/font-tdpfr pfr @@ -624,6 +625,13 @@ chemical/x-vmd vmd chemical/x-xtel xtel chemical/x-xyz xyz +font/collection ttc +font/otf ttf otf +font/sfnt ttf otf +font/ttf ttf otf +font/woff woff +font/woff2 woff2 + image/cgm image/g3fax image/gif gif diff --git a/nanorc b/nanorc index 14b5c267..427801ab 100644 --- a/nanorc +++ b/nanorc @@ -15,11 +15,17 @@ ## its end. For example, for the "brackets" option, ""')>]}" will match ## ", ', ), >, ], and }. +## Make the 'nextword' function (Ctrl+Right) stop at word ends +## instead of at beginnings. +# set afterends + ## When soft line wrapping is enabled, make it wrap lines at blanks ## (tabs and spaces) instead of always at the edge of the screen. # set atblanks -## Use auto-indentation. +## Automatically indent a newly created line to the same number of +## tabs and/or spaces as the preceding line -- or as the next line +## if the preceding line is the beginning of a paragraph. # set autoindent ## Back up files to the current filename plus a tilde. @@ -31,10 +37,9 @@ ## Use bold text instead of reverse video text. # set boldtext -## The characters treated as closing brackets when justifying -## paragraphs. They cannot contain blank characters. Only closing -## punctuation, optionally followed by closing brackets, can end -## sentences. +## The characters treated as closing brackets when justifying paragraphs. +## This may not include any blank characters. Only closing punctuation, +## optionally followed by these closing brackets, can end sentences. # set brackets ""')>]}" ## Do case-sensitive searches by default. @@ -43,7 +48,6 @@ ## Constantly display the cursor position in the status bar. Note that ## this overrides "quickblank". # set constantshow -## (The old form, 'const', is deprecated.) ## Use cut-from-cursor-to-end-of-line by default. # set cutfromcursor @@ -89,13 +93,13 @@ set locking ## Don't display the helpful shortcut lists at the bottom of the screen. # set nohelp +## Don't automatically add a newline when a file does not end with one. +# set nonewlines + ## Don't pause between warnings at startup. Which means that only the ## last one will be readable (when there are multiple ones). # set nopauses -## Don't add newlines to the ends of files. -# set nonewlines - ## Don't wrap text at all. set nowrap @@ -107,7 +111,6 @@ set nowrap ## Remember the cursor position in each file for the next editing session. # set positionlog -## (The old form, 'poslog', is deprecated.) ## Preserve the XON and XOFF keys (^Q and ^S). # set preserve @@ -123,12 +126,8 @@ set nowrap # set quickblank ## The email-quote string, used to justify email-quoted paragraphs. -## This is an extended regular expression if your system supports them, -## otherwise a literal string. -## If you have extended regular expression support, the default is: -# set quotestr "^([ ]*[#:>\|}])+" -## Otherwise: -# set quotestr "> " +## This is an extended regular expression. The default is: +# set quotestr "^([ ]*([#:>|}]|//))+" ## Fix Backspace/Delete confusion problem. # set rebinddelete @@ -174,6 +173,7 @@ set suspend ## Snip whitespace at the end of lines when justifying or hard-wrapping. # set trimblanks +## (The old form, 'justifytrim', is deprecated.) ## Disallow file modification. Why would you want this in an rcfile? ;) # set view diff --git a/samba/smb.conf b/samba/smb.conf index e4cb085f..a0b87c37 100644 --- a/samba/smb.conf +++ b/samba/smb.conf @@ -84,7 +84,7 @@ # domain controller", "classic backup domain controller", "active # directory domain controller". # -# Most people will want "standalone sever" or "member server". +# Most people will want "standalone server" or "member server". # Running as "active directory domain controller" will require first # running "samba-tool domain provision" to wipe databases and create a # new domain. diff --git a/systemd/system/bluetooth.target.wants/bthelper.service b/systemd/system/bluetooth.target.wants/bthelper.service new file mode 120000 index 00000000..a3e07f31 --- /dev/null +++ b/systemd/system/bluetooth.target.wants/bthelper.service @@ -0,0 +1 @@ +/lib/systemd/system/bthelper.service \ No newline at end of file diff --git a/vim/vimrc.tiny b/vim/vimrc.tiny index 7f67717b..9bfec9b4 100644 --- a/vim/vimrc.tiny +++ b/vim/vimrc.tiny @@ -6,7 +6,7 @@ " _not_ sourced; /etc/vim/vimrc and/or /etc/vim/gvimrc are. " Debian system-wide default configuration Vim -set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim80,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after +set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim81,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after set compatible