User Tools

Site Tools


docs:tips_n_tricks:debian:index.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:tips_n_tricks:debian:index.html [30.09.2019 20:57 CEST] – [Packages missing after a fresh installation] Moved "patch" to general use, as it helps to merge config updates. peterdocs:tips_n_tricks:debian:index.html [08.11.2019 18:31 CET] – [Apt Pinning by Repository (/etc/apt/preferences)] peter
Line 31: Line 31:
   APT::Default-Release "squeeze";   APT::Default-Release "squeeze";
  
 +==== Apt Pinning by Repository (/etc/apt/preferences) ====
 +// Tested with Debian 10 Buster //
 +<code text /etc/apt/preferences.d/99ul-pin-priorities>
 +# /usr/local Pin Priorities
 +# Need to be in sync with /etc/apt/sources.list !
 +# Check with apt-cache policy
 +
 +Package: *
 +Pin: origin deb.debian.org
 +Pin-Priority: 500
 +
 +Package: *
 +Pin: origin security.debian.org
 +Pin-Priority: 500
 +
 +# Package: *
 +# Pin: origin repo.dovecot.org
 +# Pin-Priority: 1
 +
 +Package: *
 +Pin: origin *
 +Pin-Priority: 1
 +</code>
 +
 +See:
 +  * https://wiki.debian.org/AptConfiguration#apt_preferences_.28APT_pinning.29
 ===== Change timezone ===== ===== Change timezone =====
 To change the timezone of a running systems, issue To change the timezone of a running systems, issue
docs/tips_n_tricks/debian/index.html.txt · Last modified: 23.09.2023 01:48 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki