Skip to content

Instantly share code, notes, and snippets.

View meanii's full-sized avatar
🧋
Nerd

anil meanii

🧋
Nerd
View GitHub Profile
{
"name": "touka.ssh",
"description": "> touka.ssh is an ssh manager that allows you to manage all of your VPSs without keeping your password.",
"version": "0.0.5",
"main": "index.ts",
"scripts": {
"start": "tsc && node dist/app.js",
"dev": "nodemon src/index.ts",
"build": "tsc -p ."
},
#!/bin/bash
# IMPORTANT: Make sure your VM's network security rules allows access over TCP Port 80.
# This is required to pass the HTTP challenge.
# Download: curl -o setup.sh <raw URL of this gist>
# Enable execution: sudo chmod +x setup.sh
# Run: ./setup.sh -d "yourdomain.tld" -e "youremail@yourdomain.tld"
while getopts d:e: option
@meanii
meanii / file1.txt
Created December 11, 2021 01:59
My first gist
Aren't gists great!
@meanii
meanii / s3handler.py
Created November 21, 2021 03:20
s3 service triger
import json
import boto3
dynamodb = boto3.resource('dynamodb')
s3_client = boto3.client('s3')
table = dynamodb.Table('customer')
def lambda_handler(event, context):
{
"questions":[
{
"ques":[
"Find your True love",
"Find a suitcase with five million dollars inside"
]
},
{
"ques":[