ssh root@your_server_ip
sudo adduser sammy
#!/bin/bash | |
# Enhanced LAPP Stack Setup Script | |
# This script automates the installation and configuration of a LAPP stack | |
# (Linux, Apache/Nginx, PostgreSQL, PHP) on Ubuntu/Debian systems. | |
# Exit on error | |
set -e | |
# Define colors for better readability | |
GREEN='\033[0;32m' |
[ | |
{ | |
"state": "Delhi", | |
"name": "Delhi" | |
}, | |
{ | |
"state": "Maharashtra", | |
"name": "Mumbai" | |
}, | |
{ |
<?php | |
// state Array | |
$states = [ | |
[ | |
"name" => "Andaman and Nicobar Islands", | |
"code" => "AN", | |
"gst_code" => '35' | |
], | |
[ |