Skip to content

Instantly share code, notes, and snippets.

@avdhoot
Last active August 1, 2016 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avdhoot/415bb57e286f4a6e500b687ee495d5ef to your computer and use it in GitHub Desktop.
Save avdhoot/415bb57e286f4a6e500b687ee495d5ef to your computer and use it in GitHub Desktop.
install syslong-ng OSE on ubuntu 14.04 LTS
#/bin/bash
wget -O- http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_14.04/Release.key | apt-key add -
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/laszlo_budai:/syslog-ng/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/syslog-ng-ose.list"
sudo apt-get update
sudo apt-get install syslog-ng-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment