Installing Adobe Flash Player on Ubuntu 13.10
[code lang=”js”]$ sudo apt-get update[/code] [code lang=”js”]$ sudo apt-get install flashplugin-installer[/code] [code lang=”js”]$ sudo apt-get install ubuntu-restricted-extras[/code]
[code lang=”js”]$ sudo apt-get update[/code] [code lang=”js”]$ sudo apt-get install flashplugin-installer[/code] [code lang=”js”]$ sudo apt-get install ubuntu-restricted-extras[/code]
[code lang=”js”]$ sudo apt-add-repository -y “deb http://repository.spotify.com stable non-free”[/code] [code lang=”js”]$ sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 94558F59[/code] [code lang=”js”]$ sudo apt-get update[/code] [code lang=”js”]$ sudo apt-get install spotify-client[/code] [code lang=”js”]$ spotify[/code]
[code lang=”js”]lsb_release -a[/code] [code lang=”js”]Installing the Window System drivers Warning: unknown version of the X Window System installed. Not installing X Window System drivers[/code] [code lang=”js”]apt-get install dkms[/code] [code lang=”js”]cd /media//VBOXADDITIONS_4.3.7_92080/[/code] [code lang=”js”]sudo ./VBoxLinuxAdditions.run[/code]
[code lang=”js”] Starting Zabbix agent: zabbix_agentd [10808]: user zabbix does not exist zabbix_agentd [10808]: cannot run as root![/code] [code lang=”js”]groupadd zabbix[/code] <p style="text-align: justify;"> <p> [code lang=”js”]chown zabbix:zabbix /var/run/zabbix/[/code] </p> <p style="text-align: justify;"> <p> [code lang=”js”]rm -f /var/log/zabbix/*[/code] </p> <p style="text-align: justify;"> <p> [code lang=”js”]rm -f /var/run/zabbix/*[/code] </p> <p style="text-align: justify;"> <p> [code lang=”js”]service zabbix-agent restart[/code] </p> <p style="text-align: justify;"> <p> [code lang=”js”]chkconfig zabbix-agent on[/code] </p> <p style="text-align: justify;"> This should fix the agent start-up problem.
[code language=”js”]# yum install glances[/code] [code language=”js”] $ sudo apt-get install python-pip build-essential python-dev $ sudo pip install Glances $ sudo pip install PySensors [/code] <span style="color: #00ff00;">GREEN</span>: the statistic is “<span style="color: #00ff00;">OK</span>” <span style="color: #0000ff;">BLUE</span> : the statistic is “<span style="color: #0000ff;">CAREFUL</span>” (to watch) <span style="color: #842dce;">VIOLET</span> : the statistic is “<span style="color: #842dce;">WARNING</span>” (alert) <span style="color: #ff0000;">RED</span> : the statistic is “<span style="color: #ff0000;">CRITICAL</span>” (critical) c: Sort processes by CPU% m: Sort processes by MEM% p: Sort processes by name i: Sort processes by IO Rate d: Show/hide disk I/O stats f: Show/hide file system stats n: Show/hide network stats s: Show/hide sensors stats b: Bit/s or Byte/s for network IO w: Delete warning logs x: Delete warning and critical logs 1: Global CPU or Per Core stats h: Show/hide this help message q: Quit (Esc and Ctrl-C also work) l: Show/hide log messages