Skip to content
Snippets Groups Projects
Commit 0ae33940 authored by Keith Millette's avatar Keith Millette
Browse files

Add front matter

parent 70948836
No related branches found
No related tags found
No related merge requests found
Showing
with 69 additions and 2 deletions
--- ---
sidebar_position: 1 sidebar_position: 1
title: 1. Getting Started
keywords: [xx network, cmixx, xxchain, gateway, setup, installation, getting started]
--- ---
# 1. Getting Started # 1. Getting Started
......
--- ---
sidebar_position: 10 sidebar_position: 10
title: 10. cMixx Configuration File
keywords: [xx network, cmixx, gateway, setup, installation, yaml, nano, configuration]
--- ---
# 10. Gateway Configuration File # 10. Gateway Configuration File
......
--- ---
sidebar_position: 11 sidebar_position: 11
title: 11. Node System Services
keywords: [xx network, cmixx, gateway, setup, installation, systemctl, service, systemd]
--- ---
# 11. Gateway System Services # 11. Gateway System Services
......
--- ---
sidebar_position: 2 sidebar_position: 2
title: 2. Software Dependencies
keywords: [xx network, cmixx, xxchain, gateway, setup, installation, software, dependencies]
--- ---
# 2. Software Dependencies # 2. Software Dependencies
......
--- ---
sidebar_position: 3 sidebar_position: 3
title: 3. Firewall (UFW)
keywords: [xx network, cmixx, gateway, setup, installation, firewall, ufw]
--- ---
# 3. Firewall (UFW) # 3. Firewall (UFW)
......
--- ---
sidebar_position: 4 sidebar_position: 4
title: 4. Port Forwarding
keywords: [xx network, cmixx, gateway, setup, installation, port forwarding]
--- ---
# 4. Port Forwarding # 4. Port Forwarding
......
--- ---
sidebar_position: 5 sidebar_position: 5
title: 5. Clock Syncronization
keywords: [xx network, cmixx, gateway, setup, installation, ntp, syncronize]
--- ---
# 5. Clock Synchronization # 5. Clock Synchronization
......
--- ---
sidebar_position: 6 sidebar_position: 6
title: 6. TCP Network Settings
keywords: [xx network, cmixx, gateway, setup, installation, sysctl, bbr, tcp]
--- ---
# 6. TCP Network Settings # 6. TCP Network Settings
......
--- ---
sidebar_position: 7 sidebar_position: 7
title: 7. PostgreSQL Database
keywords: [xx network, cmixx, gateway, setup, installation, database, postgresql, psql]
--- ---
# 7. PostgreSQL Database # 7. PostgreSQL Database
......
--- ---
sidebar_position: 8 sidebar_position: 8
title: 8. Tarballs
keywords: [xx network, cmixx, gateway, setup, installation, tarball, software, tar]
--- ---
# 8. Software Tarball # 8. Software Tarball
......
--- ---
sidebar_position: 9 sidebar_position: 9
title: 9. Transfer TLS Credentials
keywords: [xx network, cmixx, gateway, setup, installation, scp, tls, crt, key]
--- ---
# 9. Transfer TLS Credentials # 9. Transfer TLS Credentials
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
"position": 4, "position": 4,
"link": { "link": {
"type": "generated-index", "type": "generated-index",
"description": "Gateway" "description": "Instructions for configuring the Gateway computer."
} }
} }
--- ---
sidebar_position: 1 sidebar_position: 1
slug: / slug: /
title: Introduction
description: The xx network Node Runner's Handbook
keywords: [xx network, cmixx, xxchain, documentation, installation, node, gateway]
--- ---
# Introduction # Introduction
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
"position": 6, "position": 6,
"link": { "link": {
"type": "generated-index", "type": "generated-index",
"description": "Linux Help" "description": "General Linux help for Node Runners"
} }
} }
---
sidebar_position: 1
title: Add User Account
description: How to add a new user.
keywords: [xx network, node, gateway, adduser, usermod, sudo, root]
---
# Add User Account # Add User Account
The following steps will create a new user named *ubuntu* that can run commands with elevated privileges. The following steps will create a new user named *ubuntu* that can run commands with elevated privileges.
......
---
sidebar_position: 5
title: Change Time Zone
description: How to change the time zone of a computer.
keywords: [xx network, node, gateway, ntp, timedatectl, time zone]
---
# Change Time Zone # Change Time Zone
If you wish to change the *Time zone* of the computer, you can do so with the following. If you wish to change the *Time zone* of the computer, you can do so with the following.
......
---
sidebar_position: 3
title: cMixx IDs
description: How to view the xx network related cMixx IDs.
keywords: [xx network, node, cmix-idf.json, idf, id]
---
# Get cMixx IDs # Get cMixx IDs
There will be times when you need to get the IDs associated with you cMixx node. There will be times when you need to get the IDs associated with you cMixx node.
......
---
sidebar_position: 4
title: IP addresses
description: How to view the IP addresses of a computer.
keywords: [xx network, node, gateway, ip address, local, public]
---
# Get IPs # Get IPs
There will be times when you need to get the IP addresses assigned to the computer you are logged in to. There will be times when you need to get the IP addresses assigned to the computer you are logged in to.
......
---
sidebar_position: 2
title: xx network Logs
description: How to view the xx network related logs.
keywords: [xx network, node, gateway, validator, cmix.log, gateway.log, chain.log, tail]
---
# xx network Logs # xx network Logs
## Log Location ## Log Location
......
---
sidebar_position: 6
title: UFW Cheat Sheet
description: A cheat sheet for working with UFW.
keywords: [xx network, node, gateway, ufw, firewall, add rule, delete rule, rule]
---
# UFW Cheat Sheet # UFW Cheat Sheet
*ufw*, the Uncomplicated Firewall, is one of many programs available for managing a netfilter firewall. *ufw*, the Uncomplicated Firewall, is one of many programs available for managing a netfilter firewall.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment