Nano Jump to Line
ctrl+- line number, enter. so many wasted scrolls…
ctrl+- line number, enter. so many wasted scrolls…
I run nginx as a reverse proxy to multiple web apps / sites in development Following the production instructions, I kept hitting an error: “wss failed: Error during WebSocket handshake: Unexpected response code: 42” Below is my nginx conf which is working for me for secure websockets… First, get Taiga running on Ubuntu 16.04 Xenial[…]
taiga@taiga:~$ circusctl circusctl 0.12.1 circusd-stats: active plugin:flapping: active taiga: stopped taiga-events: stopped (circusctl) start taiga ok (circusctl) restart taiga-events ok (circusctl) stop circusd-stats ok (circusctl) status circusd-stats: stopped plugin:flapping: active taiga: active taiga-events: active (circusctl) ctrl+c You can see process consumption details by running circus-top: taiga@taiga:~$ circus-top
To access the Taiga Django admin panel to manage users, etc (on a self hosted instance)… You just go to: https://your.taigaurl.io/admin/
First, spin up a new VM running Ubuntu 16.04 Xenial Xerus Linux: https://www.datasec.io/headless-virtualbox/ #Prerequisites: sudo apt-get update sudo apt-get install -y build-essential binutils-doc autoconf flex bison libjpeg-dev sudo apt-get install -y libfreetype6-dev zlib1g-dev libzmq3-dev libgdbm-dev libncurses5-dev sudo apt-get install -y automake libtool libffi-dev curl git tmux gettext sudo apt-get install -y nginx sudo apt-get install -y rabbitmq-server[…]
If you get locked out of an Ubuntu 16.04 Xenial Xerus Linux instance some how… and have access to it’s boot somehow (oob or physical access) you can easily reset passwords by changing a line in the default grub loader Hold shift, or escape at boot to get it to pause .. If you need[…]