This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j MASQUERADE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "project": "matrix-chat", | |
| "services": [ | |
| { | |
| "id": "matrix", | |
| "apps": [ | |
| { | |
| "id": "synapse-server", | |
| "image": "matrixdotorg/synapse", | |
| "cmd": "./start.py generate && ./start.py run", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| current=`xdotool get_desktop` | |
| max=`xdotool get_num_desktops` | |
| if [ "$1" = "left" ]; then | |
| desktop=`expr $current - 1` | |
| elif [ "$1" = "right" ]; then | |
| desktop=`expr $current + 1` | |
| else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| devices: ( | |
| { | |
| name: "Wireless Mouse MX Master 3"; | |
| buttons: ( | |
| { | |
| cid: 0xc3; | |
| action = | |
| { | |
| type: "Gestures"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| devices: ( | |
| { | |
| name: "Wireless Mouse MX Master 3"; | |
| buttons: ( | |
| { | |
| cid: 0xc3; | |
| action = | |
| { | |
| type: "Gestures"; |
OlderNewer