Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View LinuxPreacher's full-sized avatar
🏠
Working from home

Meajbaur Rahman LinuxPreacher

🏠
Working from home
View GitHub Profile
@LinuxPreacher
LinuxPreacher / keybase.md.
Last active January 21, 2020 17:40
Please login to GitHub and save a public gist called keybase.md. (github popup)
### Keybase proof
I hereby claim:
* I am LinuxPreacher on github.
* I am meajbaur (https://keybase.io/meajbaur) on keybase.
* I have a public key whose fingerprint is 2F3A 0572 7A02 1DEE 8782 4626 9123 03D1 2FE4 68E3
To claim this, I am signing this object:
@LinuxPreacher
LinuxPreacher / lamp.sh
Last active February 3, 2020 06:47
LAMP Install Ubuntu 18.04 LTS
#!/bin/bash
#LAMP Short of Linux, Apache, MySQL/MariaDB and PHP
#More details make a tour https://youtu.be/IsToyd94e50
#Install Apache
sudo apt update
sudo apt upgrade
sudo apt install apache2
#Allow in firewall
@LinuxPreacher
LinuxPreacher / FreeRADIUS-daloRADIUS.sh
Created March 14, 2022 10:22 — forked from rakibulinux/FreeRADIUS-daloRADIUS.sh
How to Install FreeRADIUS and daloRADIUS on Ubuntu 18.04 LTS
#!/bin/sh
apt-get update -y
apt-get upgrade -y
#Install Apache
sudo apt-get install apache2
#Install PHP
sudo apt-get install php libapache2-mod-php php-gd php-common php-mail php-mail-mime php-mysql php-pear php-db php-mbstring php-xml php-curl