Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created April 14, 2021 11:46
Show Gist options
  • Save LinuxlinkedBD/48aca821c2642219ecb29d100cdc852e to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/48aca821c2642219ecb29d100cdc852e to your computer and use it in GitHub Desktop.
Rudder Audit system Installation on Ubuntu
If you need complete Rudder server/agent/relay-server setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/MHE9jbFEBLo
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
apt-get update
apt-get upgrade
sudo apt-get install rudder
sudo apt -f install
sudo apt -y autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
#browse http://localhost/rudder in any browser
@LinuxlinkedBD
Copy link
Author

LinuxlinkedBD commented Apr 14, 2021

Screenshot from 2021-04-14 01-51-13
Screenshot from 2021-04-14 01-46-26
Screenshot from 2021-04-14 01-47-00
Screenshot from 2021-04-14 01-51-49
Screenshot from 2021-04-14 01-47-28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment