1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-01-03 11:59:23 +00:00

Add post on proxmox MTU vs VLAN

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-02-22 22:26:43 +13:00
parent 29c92e4694
commit 57f7268b9f
9 changed files with 981 additions and 27 deletions

48
docs/community/slack.md Normal file
View File

@@ -0,0 +1,48 @@
---
title: Engage with the Geek Cookbook in GitHub
description: How to use GitHub to interact with the Geek Cookbook community
icon: fontawesome/brands/slack
status: new
---
# How to geek on Slack
## Get yer invite!
Joing a Slack server requires an invite. To get yours, go [here](https://communityinviter.com/apps/funkypenguin/geek-with-us), or use the form below:
<div id="CommunityInviter"></div>
<script>
window.CommunityInviterAsyncInit = function () {
CommunityInviter.init({
app_url:'geek-with-us',
team_id:'funkypenguin'
})
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://communityinviter.com/js/communityinviter.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'Community_Inviter'));
</script>
## Code of Conduct
With the goal of creating a safe and inclusive community, we've adopted the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/), as described [here](/community/code-of-conduct/). Use of the Slack server is subject to this code of conduct.
## Spread the love (inviting others)
Invite your co-geeks to Slack by sending them a link to this page, or directly to the [invite generator](https://communityinviter.com/apps/funkypenguin/geek-with-us)
## Formatting your message
See Slack's help page on formatting messages, [here](https://slack.com/help/articles/202288908-Format-your-messages).
!!! tip "Editing your most recent message"
You can edit your most-recent message by pushing the up arrow, make your edits, and then push `Enter` to save!
--8<-- "common-links.md"