Skip to content

Instantly share code, notes, and snippets.

@virtimus
virtimus / rApi-secrets-mint.md
Last active March 16, 2019 09:51
i3c - rApi - secrets

Installation

sudo ln -sf /i3c/i3c/dockerfiles/mint/run-mint-rdp.sh /r
  • Menu->Disks, format and mount new drive ie at /media/priv
/r secretMount priv /media/priv
@virtimus
virtimus / wordpress-i3c-openapi.md
Last active December 16, 2018 11:29
Accessing Wordpress REST API using OpenApi swager-editor
@virtimus
virtimus / docker&wine
Last active October 12, 2018 12:08
linux-mint
cd /src/wine-3.17
./configure
#install docker
apt-get update
apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg > /tmp/dkey; apt-key add /tmp/dkey && add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" && apt-get update && apt-get -y install docker-ce
@virtimus
virtimus / i3c-doc.md
Last active October 12, 2018 10:30
i3c.Cloud r&d platform documentation

#ww

-install i3c platform [i3c-install.md](https://gist.github.com/virtimus/3110c04a6e8b74ce18723e0b73eed1a3)
-install ssl cert [i3c-ssl-cert.md](https://gist.github.com/virtimus/ad273379985473e84b67c611db7f1fd6)
check docker ava:
```bash
docker ps
docker-compose -v
```
build containers & run:

The domain mapped to ip of shost

currently implemented as i3c-cli:

/i cert [subdomain]
mkdir /etc/letsencrypt
@virtimus
virtimus / i3c-openapi-test1.md
Last active December 16, 2018 10:06
i3c-openapi
ln -s /i3c/i3c/i3c.sh /i
  • clone i3c-openapi repo:
cd /
git clone https://github.com/virtimus/i3c-openapi.git
@virtimus
virtimus / i3c-install.md
Last active August 17, 2018 18:58
i3c - getting started