Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
update-notifier /
Delete
Unzip
Name
Size
Permission
Date
Action
HOOKS
3.66
KB
-rw-r--r--
2025-04-02 09:15
README
1.64
KB
-rw-r--r--
2025-04-02 09:15
README.testing
1.28
KB
-rw-r--r--
2025-04-02 09:15
changelog.gz
5.54
KB
-rw-r--r--
2025-04-02 09:15
copyright
1.17
KB
-rw-r--r--
2025-04-02 09:15
Save
Rename
Upgrade notifier tray icon -------------------------- This is a small tray icon that backgrounds itself and checks for upgrades. It must be ensured by other means (like a cron job) that a regular "apt-get update" is done. This is ensured by installing a option into /etc/apt/apt.conf.d to trigger a cron update script. It uses the following file from the apt package for the updating of the package information: /etc/cron.daily/apt The following files are installed as part of the update-notifier-common package and trigger regular the /etc/cron.daily/apt job: /etc/apt/apt.conf.d/10periodic /etc/apt/apt.conf.d/20archive The "10periodic" file controls how often (in days) certain actions are run. The most common one is: APT::Periodic::Update-Package-Lists is used for the "apt-get update". The header of /etc/cron.daily/apt contains more information of the individual options. The "20archive" file controls the packages (.deb) cache in /var/cache/apt/archives - it can be used to define a maximum total size for the deb files there and the time (in days) until they get deleted. See the header of /etc/cron.daily/apt for more details. It uses GIO to monitor /var/lib/apt/lists/* and /var/lib/update-notifier/dpkg-run-stamp. If they change it updates it's status. It also supports interactive hooks and reboot notification support, see HOOKS for details. It will detect if a new distribution CD is inserted. Additionally it has grown avahi and crash report collection support. Both are Ubuntu specific. Based on ideas of Matt Zimmerman und Jeff Waught. Tray example from Lukas Lipka <lukas@pmad.net>. Lot's of cleanups from Michiel Sikkes. Thanks! Michael Vogt