Skip to content

Instantly share code, notes, and snippets.

```shell script
$ bumpversion --current-version 1.0.0 minor setup.py
$ rm -rf {build,dist}/* && python setup.py sdist bdist_wheel
$ twine check dist/*
$ twine upload dist/*
```
--
-- Created by IntelliJ IDEA.
-- User: jackisback
-- Date: 15/04/2021
-- Time: 23.20
-- To change this template use File | Settings | File Templates.
--
-- Reference:
-- https://github.com/openresty/lua-nginx-module#data-sharing-within-an-nginx-worker
-- This module needs to be loaded by the `require()` builtin like this:
@adamjakab
adamjakab / ssl.sh
Created April 29, 2024 13:26 — forked from saviour123/ssl.sh
check ssl on a website
#!/bin/bash
##
# Script which let's you gather some basic information about your SSL certificate
##
## Instructions
## wget https://gist.github.com/saviour123/cfb52d09883649296ed664e7f61e2ceb
## bash ssl domain.com
##