Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created May 26, 2026 04:18
Show Gist options
  • Select an option

  • Save ilhamarrouf/bdc7611dde28ef99ac3abd2b34364b93 to your computer and use it in GitHub Desktop.

Select an option

Save ilhamarrouf/bdc7611dde28ef99ac3abd2b34364b93 to your computer and use it in GitHub Desktop.
Rsyslog Old CentOS
#!/bin/bash
curl -Ls https://rpms.adiscon.com/v8-stable/rsyslog.repo -o /etc/yum.repos.d/rsyslog.repo
yum clean all
yum makecache
yum install rsyslog rsyslog-omhttp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment