Hi Dear Friends,
In this post We would like to share infinity knowladge My Good experience and Best solution For .
Try this it will help you and for more information click here: Laravel Examples.
We hope it can help you...
In this post We would like to share infinity knowladge My Good experience and Best solution For .
Laravel Examples
Being a system administrator, we always need to keep our systems up to date with latest packages. Its difficult to go to server daily and check for available packages. For the same we can use yum-updatesd service to get email notifications to our mailbox or we can also configure this service to update any packages automatically when available.
Yum-updatesd can be configured with few easy steps given below. You may also need to install top yum repositories provided latest packages.
Step 1: Install/Update yum-updatesd Package
By default this package installed on system installation time. So should just update this package before configure it.
Step 2: Configure yum-updatesd
Change configuration file as per your requirements. Edit file in your favorite editor, for example i use vim.
Configuration Details:
- run_interval: Number of seconds to rechecks for available updates.
updaterefresh: Minimum number of seconds between update information refreshes.
emit_via: Ways to emit update notification. Valid values are ’email’, ‘dbus’ and ‘syslog’.
do_update: ‘yes’ for auto update packages, ‘no’ for not to auto update ( preferred ‘no’ )
do_download: ‘yes’ for auto download packages, ‘no’ for not to download updates ( preferred ‘no’ )
do_download_deps: yes’ for auto download packages dependencies also, ‘no’ for not to download dependencies ( preferred ‘no’ )
email_to: Email addresses to send update notification to.
email_from: Email address for update notifications to be from.
Step 3: Exclude Some Packages from Auto Update
Few of packages we don’t need to auto update until more specific reason, for eg PHP and MySQL. To do it editpen /etc/yum.conf file.
And add the following line under [main] section.
Step 4: Restart yum-updatesd Service
Use following command to restart yum-updatesd service and enable auto start on system boot.
You will get email to your mailbox like below
Thanks for reading this post. I hope this post will help you for keep up to date your system.
Read :
I hope you like this Post, Please feel free to comment below, your Any Idea, suggestion and problems if you face - I am here to Resolve your Any problems.We hope it can help you...
No comments :
Post a Comment