You need at least WeeChat 3.8-dev
Enable mouse
/mouse enable
git clone https://github.com/openstack/tripleo-quickstart.git | |
cd tripleo-quickstart | |
# Apply patch to use pacific repos on tripleo-quickstart | |
git fetch "https://review.opendev.org/openstack/tripleo-quickstart" refs/changes/43/782943/2 && git checkout FETCH_HEAD | |
cp config/nodes/3ctlr_2comp_3ceph.yml ~/myNodes.yml | |
#Apply the following patch | |
# Create the patch | |
cd ~ | |
cat > ~/myNodes.patch <<EOF | |
--- tripleo-quickstart/config/nodes/3ctlr_2comp_3ceph.yml 2021-03-26 10:02:05.997970444 +0100 |
/* | |
C socket server example, handles multiple clients using threads | |
Compile | |
gcc server.c -lpthread -o server | |
*/ | |
#include<stdio.h> | |
#include<string.h> //strlen | |
#include<stdlib.h> //strlen | |
#include<sys/socket.h> |
#!/usr/bin/env bash | |
# | |
# This is sp, the command-line Spotify controller. It talks to a running | |
# instance of the Spotify Linux client over dbus, providing an interface not | |
# unlike mpc. | |
# | |
# Put differently, it allows you to control Spotify without leaving the comfort | |
# of your command line, and without a custom client or Premium subscription. | |
# |