Install VirtualBox Guest Additions on Ubuntu 13.10
[code language=”js”]# sudo su -[/code] [code language=”js”]# apt-get update # apt-get upgrade # apt-get install dkms[/code]
[code language=”js”]# sudo su -[/code] [code language=”js”]# apt-get update # apt-get upgrade # apt-get install dkms[/code]
[code language=”sql”]# rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm # rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux[/code] [code language=”sql”]# rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm # rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux[/code] [code language=”sql”]# yum check-update[/code] [code language=”sql”]# yum -y install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl[/code]
I love zabbix a lot because of its ease of use and the simplicity of the configuration when it comes to monitoring anything. I recently added a monitor to check the fragmentation level of volumes on a machine once a week and set it to trigger an alert when the fragmentation level reaches the set threshold. I wrote a simple command line statement that would run the defrag check and output just the value.