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 [21.09.2019 14:19 CEST] – [Packages missing after a fresh installation] peterdocs:tips_n_tricks:debian:index.html [08.11.2019 11:40 CET] – [/etc/apt/apt.conf.d/myconf] peter
Line 6: Line 6:
   apt-get install aptitude zsh less strace psmisc rcs screen \   apt-get install aptitude zsh less strace psmisc rcs screen \
                   rsync sshfs ntpdate host exim4-daemon-light \                   rsync sshfs ntpdate host exim4-daemon-light \
-                  sudo file bc mlocate man cvs [uemacs|nano]+                  sudo file bc mlocate man cvs patch [uemacs|nano]
   # For some diagnostics   # For some diagnostics
   apt-get install pciutils iftop tcpdump lshw   apt-get install pciutils iftop tcpdump lshw
Line 14: Line 14:
   apt-get install munin-node munin-plugins-extra sysstat   apt-get install munin-node munin-plugins-extra sysstat
   # For development use   # For development use
-  apt-get install dpkg-dev debhelper devscripts patch liburi-perl \+  apt-get install dpkg-dev debhelper devscripts liburi-perl \
                   fakeroot build-essential autoconf bison \                   fakeroot build-essential autoconf bison \
                   autotools-dev sharutils                   autotools-dev sharutils
Line 30: Line 30:
  
   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>
  
 ===== Change timezone ===== ===== Change timezone =====
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