Skip to content

Instantly share code, notes, and snippets.

View raojeet's full-sized avatar

Jeet Yadav raojeet

  • Pixelwebwrox
  • Gurgaon
View GitHub Profile
@Hakky54
Hakky54 / openssl_commands.md
Last active October 23, 2025 14:56 — forked from p3t3r67x0/openssl_commands.md
OpenSSL Cheat Sheet

OpenSSL Cheat Sheet 🔐

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl
@raojeet
raojeet / clonescript.sh
Last active October 24, 2019 20:23
This script is used to copy from one GIT/BITBUCKET/GITLAB repository to any other GIT/BITBUCKET/GITLAB repository github repository clone script
#!/bin/bash
## your repo path from where you need to run script
SOURCE_PATH=/Applications/XAMPP/htdocs/bitbucket
CUREENT_PATH=`pwd`
BRANCH=master
## gitlab repo path where you want to copy changes only
GITLAB_REPO_PATH=/Applications/XAMPP/xamppfiles/htdocs/hdfcforex
#default branch