Created
June 9, 2021 16:21
-
-
Save LinuxlinkedBD/3a07ef7a2307a57cfd62e40d4efd4942 to your computer and use it in GitHub Desktop.
How to Install FreeRADIUS and daloRADIUS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete FreeRAIUS/daloRADIUS setup, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/Fs2yOetbyn8 | |
######################################################################################################################################## | |
#!/bin/bash | |
sudo apt-get update | |
sudo apt update | |
sudo apt-get install software-properties-common | |
sudo apt update | |
sudo add-apt-repository ppa:git-core/ppa | |
sudo apt update | |
sudo apt -y install git | |
sudo apt update | |
sudo apt upgrade -y | |
sudo apt update | |
sudo apt install mariadb-server | |
sudo mysql_secure_installation | |
sudo apt -y install php libapache2-mod-php php | |
#Open Admin link using your system IP address or domain name: http://ip-address/daloradius/login.php |
Author
LinuxlinkedBD
commented
Jun 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment