Skip to content

Instantly share code, notes, and snippets.

View prashantsolanki3's full-sized avatar
🎯
Focusing

Prashant Solanki prashantsolanki3

🎯
Focusing
View GitHub Profile
@prashantsolanki3
prashantsolanki3 / create-cloud-template.sh
Created June 28, 2021 07:16 — forked from Oratorian/create-cloud-template.sh
This script will download a cloud image of many Linux distros and create a Proxmox 6 KVM template from it.
#!/bin/bash
set -o errexit
clear
printf "\n*** This script will download a cloud image and create a Proxmox VM template from it. ***\n\n"
### HOW TO USE
### Pre-req:
### - run on a Proxmox 6 server
### - a dhcp server should be active on vmbr1
@prashantsolanki3
prashantsolanki3 / CouchDB_Python.md
Created April 22, 2018 23:43 — forked from marians/CouchDB_Python.md
The missing Python couchdb tutorial

This is an unofficial manual for the couchdb Python module I wish I had had.

Installation

pip install couchdb

Importing the module