[Debian/Ubuntu] Auto Security Upgrades Notification
Lagi, tips ringan dari saya. Buat temen2 yg punya server Debian/Ubuntu dan ingin selalu update berita ttg security nya, ada tools khusus yg akan mengirimkan email kepada kita secara otomatis apabila di temukan bugs pada Debian/Ubuntu dan tentu berserta update nya. Nama nya apticron.
Langsung aja:
1. Update repositori
# apt-get update && apt-get upgrade
2. Install apticron
# apt-get install apticron
3. Sekarang edit file konfigurasi nya. Cari bagian "EMAIL=" lalu ganti dengan email kamu.
# nano /etc/apticron/apticron.conf
4. Contoh email dari apticron
apticron report [Sun, 10 Nop 2010 07:07:23 +0000]
========================================================================
apticron has detected that some packages need upgrading on:
vip.clicklinux.org
[ 72.51.34.244 ::72.51.34.244 ]
The following packages are currently pending an upgrade:
libpcre3 6.7+7.4-4
========================================================================
Package Details:
Reading changelogs...
--- Changes for pcre3 (libpcre3) ---
pcre3 (6.7+7.4-4) stable-security; urgency=high
* Non-maintainer upload by the security team.
* Apply patch from Tavis Ormandy to fix a heap overflow in the compiler,
triggered by patterns which contain options and multiple branches
(CVE-2008-2371).
-- Florian Weimer Fri, 04 Jul 2008 21:15:19 +0200
========================================================================
You can perform the upgrade by issuing the command:
aptitude dist-upgrade
as root on vip.clicklinux.org
It is recommended that you simulate the upgrade first to confirm that
the actions that would be taken are reasonable. The upgrade may be
simulated by issuing the command:
aptitude -s -y dist-upgrade
-- apticron
apticron report [Sun, 10 Nop 2010 07:07:23 +0000]
========================================================================apticron has detected that some packages need upgrading on:
vip.clicklinux.org
[ 72.51.34.244 ::72.51.34.244 ]
The following packages are currently pending an upgrade:
libpcre3 6.7+7.4-4
========================================================================
Package Details:
Reading changelogs...
--- Changes for pcre3 (libpcre3) ---
pcre3 (6.7+7.4-4) stable-security; urgency=high
* Non-maintainer upload by the security team.
* Apply patch from Tavis Ormandy to fix a heap overflow in the compiler,
triggered by patterns which contain options and multiple branches
(CVE-2008-2371).
-- Florian Weimer Fri, 04 Jul 2008 21:15:19 +0200
========================================================================
You can perform the upgrade by issuing the command:
aptitude dist-upgrade
as root on vip.clicklinux.org
It is recommended that you simulate the upgrade first to confirm that
the actions that would be taken are reasonable. The upgrade may be
simulated by issuing the command:
aptitude -s -y dist-upgrade
-- apticron
========================================================================apticron has detected that some packages need upgrading on:
vip.clicklinux.org
[ 72.51.34.244 ::72.51.34.244 ]
The following packages are currently pending an upgrade:
libpcre3 6.7+7.4-4
========================================================================
Package Details:
Reading changelogs...
--- Changes for pcre3 (libpcre3) ---
pcre3 (6.7+7.4-4) stable-security; urgency=high
* Non-maintainer upload by the security team.
* Apply patch from Tavis Ormandy to fix a heap overflow in the compiler,
triggered by patterns which contain options and multiple branches
(CVE-2008-2371).
-- Florian Weimer Fri, 04 Jul 2008 21:15:19 +0200
========================================================================
You can perform the upgrade by issuing the command:
aptitude dist-upgrade
as root on vip.clicklinux.org
It is recommended that you simulate the upgrade first to confirm that
the actions that would be taken are reasonable. The upgrade may be
simulated by issuing the command:
aptitude -s -y dist-upgrade
-- apticron
0 comments to "[Debian/Ubuntu] Auto Security Upgrades Notification"
Posting Komentar