Skip to content

Instantly share code, notes, and snippets.

View tamzidoronno's full-sized avatar

Tamzid Rahman Oronno tamzidoronno

View GitHub Profile
@tamzidoronno
tamzidoronno / gist:a986e185f2e5bfe6333ba986df9b2570
Last active June 25, 2022 08:50
New Laravel Environment Setup
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h1>Receiver html</h1>
</body>
<script>
const ADMIN_FRONTEND_DOMAIN = `http://localhost:8081`; // TO_EDIT_THIS_PLACE
**New User Create**
adduser romoni_deployer
usermod -aG sudo romoni_deployer
su - romoni_deployer
**Initial Server Setup**
ufw allow OpenSSH
ufw enable
ufw status