All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:29, 22 September 2025 Hemanth talk contribs created page Ubuntu Local Repo Server Setup (Created page with "= Ubuntu Local Repo Server Setup (Server = 172.30.14.59) = == Keep Downloaded Packages == By default, Ubuntu removes downloaded <code>.deb</code> files from <code>/var/cache/apt/archives/</code> after a successful install. To keep them permanently: <pre> sudo nano /etc/apt/apt.conf.d/02keep-debs </pre> Add the following line: <pre> APT::Keep-Downloaded-Packages "true"; </pre> Save and exit. Now all downloaded packages will stay in <code>/var/cache/apt/archives/<...")