add unable to start wireguard interface in ubuntu 18.04 with new kernel 4.15.0-106

This commit is contained in:
2020-06-22 09:24:25 +08:00
parent 7af0dcf32b
commit b887c19ef6
145 changed files with 2657 additions and 1409 deletions

161
config/config.ok Normal file
View File

@@ -0,0 +1,161 @@
title = "MC部落"
# Add an trailing slash to ensure that all fonts render correctly.
baseURL = "https://h.cowbay.org/"
theme = "binario"
enableRobotsTXT = true
# Change to one of your content languages definded at the end.
DefaultContentLanguage = "tw"
# Enable / Disable Google Analytics statistics for your site
#googleAnalytics = "UA-128770427-1"
googleAnalytics = "UA-138954876-1"
# Enable / Disable comments on the articles via Disqus.
disqusShortname = "h-cowbay-org-1"
[params]
# Favicon for the browser's favorites and tabs
favicon = "" # set a favicon icon
# Custom CSS / JS modules that will be imported by the template.
# Files are relative to the static/ directory or a URL.
# Files are imported in the order they appear here, after
# theme.css and theme.js, respectively.
css_modules = ["https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"]
js_modules = []
# Description and meta data for the search engines
author = "Eric Chang"
description = "Whats the Worst That Could Happen?"
keywords = "linux,blog,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts"
# How many articles should be displayed at once?
paginate = 10
# Enable / Disable MathJax
enable_mathjax = false
# Enable / Disable algolia search
# algolia_search = true
# algolia_appId = "Y2C4RWMPXW"
# algolia_apiKey = "50ea7f8c41c0ad233926e0be2b769ed1"
# algolia_indexName = "default-content"
algolia_search = true
algolia_appId = "2XL0P8XDCY"
algolia_apiKey = "4ef65b37b627bb886b46c34a10e63aa6"
algolia_indexName = "h_cowbay_org"
# Set this option to false if you want to search within all articles in all languages at once
algolia_currentLanguageOnly = false
# Style configuration
# set the width of your site's content
siteWidth = "800px"
# let hugo automatically resize and crop your images to the correct sizes
resizeImages = true
# Header configuration
# your subtitle if you want to use any
subtitle = "Whats the Worst That Could Happen?"
# if you want to use gravatar for the header image
gravatarEMail = "mc@mc4.us"
# set an path to the image file you want to use | overwrites gravatar
customImage = ""
# define the icon you want to use for the overlay for the customImage or gravatar.
overlayIcon = "fa-home"
# always display the top navigation (with pages and search) on non-mobile screens
permanentTopNav = true
# show a language chooser in the header
showHeaderLanguageChooser = false
# Content configuration
# Enable an optional pinned page to display at the top of the index
# pinnedPost = "/content/github/"
# Set to true to pin only to the first page, false to all pages
# pinOnlyToFirstPage = true
# enable automatical localization of the article's PublishedDate with momentjs
enableMomentJs = true
# customize the date format | only works if momentjs is disabled | only works with English month names
# you can customize it with the options you find here:
# https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
dateFormat = "2006-01-02"
# display the estimated reading time for an article
showReadingTime = false
# Footer configuration
showFooter = true
# How many articles should be displayed at latest posts in the footer?
# Set to -1 to hide the 'Latest Posts' column
amountLatestPostsInFooter = 7
# How many categories should be displayed in the footer section?
# Set to -1 to hide the 'Categories' column
amountCategoriesInFooter = 7
# show a language chooser in the header
showFooterLanguageChooser = false
# social media profile urls for the footer links
showSocialMedia = true
yapee = "https://www.yapee.tw/mvc/onlinePay/webLink?key=lMC74kucH21JChCR77-wJ80ZZ-Poh11amP24BwiDdHw"
facebook = "https://www.facebook.com/mariahchang"
twitter = "https://twitter.com/changchichung"
googleplus = ""
pinterest = ""
instagram = ""
tumblr = ""
youtube = ""
vimeo = ""
github = "https://github.com/changchichung"
xing = ""
linkedin = ""
# credits line configuration
copyrightBy = "by Lednerb"
copyrightUseCurrentYear = false # set to true to always display the current year in the copyright
copyrightYearOverride = "2017"
copyrightUrl = "https://github.com/Lednerb"
creditsText = "Bilberry Hugo Theme"
#creditsUrl = "https://github.com/Lednerb/bilberry-hugo-theme"
creditsUrl = "https://www.yapee.tw/mvc/onlinePay/webLink?key=lMC74kucH21JChCR77-wJ80ZZ-Poh11amP24BwiDdHw"
# customize your available languages for your multi-langual site
# or delete the [Languages] blog to use the theme with only one supported language
[Languages]
[Languages.en]
weight = 1
[Languages.de]
weight = 2
title = "Mein cooler neuer Blog"
subtitle = "Hallo Welt! Dies ist der epischste Untertitel aller Zeiten."
[Languages.tw]
weight = 3
title = "MCの飄狂山莊㊣"
subtitle = "Whats the Worst That Could Happen?"
# don't change anything below
[taxonomies]
author = "author"
tag = "tags"
category = "categories"
[outputs]
#home = [ "HTML", "JSON", "RSS" ]
home = [ "HTML", "RSS" ]
page = [ "HTML" ]

161
config/config.toml.binario Normal file
View File

@@ -0,0 +1,161 @@
title = "MC部落"
# Add an trailing slash to ensure that all fonts render correctly.
baseURL = "https://h.cowbay.org/"
theme = "binario"
enableRobotsTXT = true
# Change to one of your content languages definded at the end.
DefaultContentLanguage = "tw"
# Enable / Disable Google Analytics statistics for your site
#googleAnalytics = "UA-128770427-1"
googleAnalytics = "UA-138954876-1"
# Enable / Disable comments on the articles via Disqus.
disqusShortname = "h-cowbay-org-1"
[params]
# Favicon for the browser's favorites and tabs
favicon = "" # set a favicon icon
# Custom CSS / JS modules that will be imported by the template.
# Files are relative to the static/ directory or a URL.
# Files are imported in the order they appear here, after
# theme.css and theme.js, respectively.
css_modules = ["https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"]
js_modules = []
# Description and meta data for the search engines
author = "Eric Chang"
description = "Whats the Worst That Could Happen?"
keywords = "linux,blog,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts"
# How many articles should be displayed at once?
paginate = 10
# Enable / Disable MathJax
enable_mathjax = false
# Enable / Disable algolia search
# algolia_search = true
# algolia_appId = "Y2C4RWMPXW"
# algolia_apiKey = "50ea7f8c41c0ad233926e0be2b769ed1"
# algolia_indexName = "default-content"
algolia_search = true
algolia_appId = "2XL0P8XDCY"
algolia_apiKey = "4ef65b37b627bb886b46c34a10e63aa6"
algolia_indexName = "h_cowbay_org"
# Set this option to false if you want to search within all articles in all languages at once
algolia_currentLanguageOnly = false
# Style configuration
# set the width of your site's content
siteWidth = "800px"
# let hugo automatically resize and crop your images to the correct sizes
resizeImages = true
# Header configuration
# your subtitle if you want to use any
subtitle = "Whats the Worst That Could Happen?"
# if you want to use gravatar for the header image
gravatarEMail = "mc@mc4.us"
# set an path to the image file you want to use | overwrites gravatar
customImage = ""
# define the icon you want to use for the overlay for the customImage or gravatar.
overlayIcon = "fa-home"
# always display the top navigation (with pages and search) on non-mobile screens
permanentTopNav = true
# show a language chooser in the header
showHeaderLanguageChooser = false
# Content configuration
# Enable an optional pinned page to display at the top of the index
# pinnedPost = "/content/github/"
# Set to true to pin only to the first page, false to all pages
# pinOnlyToFirstPage = true
# enable automatical localization of the article's PublishedDate with momentjs
enableMomentJs = true
# customize the date format | only works if momentjs is disabled | only works with English month names
# you can customize it with the options you find here:
# https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
dateFormat = "2006-01-02"
# display the estimated reading time for an article
showReadingTime = false
# Footer configuration
showFooter = true
# How many articles should be displayed at latest posts in the footer?
# Set to -1 to hide the 'Latest Posts' column
amountLatestPostsInFooter = 7
# How many categories should be displayed in the footer section?
# Set to -1 to hide the 'Categories' column
amountCategoriesInFooter = 7
# show a language chooser in the header
showFooterLanguageChooser = false
# social media profile urls for the footer links
showSocialMedia = true
yapee = "https://www.yapee.tw/mvc/onlinePay/webLink?key=lMC74kucH21JChCR77-wJ80ZZ-Poh11amP24BwiDdHw"
facebook = "https://www.facebook.com/mariahchang"
twitter = "https://twitter.com/changchichung"
googleplus = ""
pinterest = ""
instagram = ""
tumblr = ""
youtube = ""
vimeo = ""
github = "https://github.com/changchichung"
xing = ""
linkedin = ""
# credits line configuration
copyrightBy = "by Lednerb"
copyrightUseCurrentYear = false # set to true to always display the current year in the copyright
copyrightYearOverride = "2017"
copyrightUrl = "https://github.com/Lednerb"
creditsText = "Bilberry Hugo Theme"
#creditsUrl = "https://github.com/Lednerb/bilberry-hugo-theme"
creditsUrl = "https://www.yapee.tw/mvc/onlinePay/webLink?key=lMC74kucH21JChCR77-wJ80ZZ-Poh11amP24BwiDdHw"
# customize your available languages for your multi-langual site
# or delete the [Languages] blog to use the theme with only one supported language
[Languages]
[Languages.en]
weight = 1
[Languages.de]
weight = 2
title = "Mein cooler neuer Blog"
subtitle = "Hallo Welt! Dies ist der epischste Untertitel aller Zeiten."
[Languages.tw]
weight = 3
title = "MCの飄狂山莊㊣"
subtitle = "Whats the Worst That Could Happen?"
# don't change anything below
[taxonomies]
author = "author"
tag = "tags"
category = "categories"
[outputs]
#home = [ "HTML", "JSON", "RSS" ]
home = [ "HTML", "RSS" ]
page = [ "HTML" ]

View File

@@ -0,0 +1,113 @@
baseurl = "https://example.org/"
title = "Nederburg"
theme = "hugo-nederburg-theme"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
[privacy]
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
[privacy.googleAnalytics]
# set to true to disable service
disable = false
# set to true to meet General Data Protection Regulation (GDPR)
anonymizeIP = false
respectDoNotTrack = false
useSessionStorage = false
[params]
# Unmark to use post folder for images. Default is static folder.
#usepostimgfolder = true
slogan = "A fast & secure theme"
description = "Describe your website" # meta description
# You need to set author to have an author bio. If you have a writer in the markdown file it will override this.
author = "Göran Svensson"
authorLink = "https://appernetic.io/"
bio = [
"Göran is an avid blogger and the founder of <a href='https://appernetic.io/'>Appernetic.io</a>. This is the author bio shown after posts."
]
copyright = [
"&copy; 2018 Göran Svensson",
"Nederburg Hugo Theme by [Appernetic](https://appernetic.io).",
"A port of Tracks by Compete Themes."
]
# Contact page
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below (it is also used in Gravatar for the bio).
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
email = "goran@molnsys.com"
# Nav links in the side bar
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "about/"
weight = 2
[[menu.main]]
name = "Get in touch"
url = "contact/"
weight = 3
# this will also be in author bio if there is no writer.
[params.social]
facebook = "full Social profile url in facebook"
googleplus = "full profile url in googleplus"
email = "email@example.com"
twitter = "full profile url in twitter"
linkedin = "full profile url in linkedin"
stackoverflow = "full profile url in stackoverflow"
instagram = "full profile url in instagram"
github = "full profile url in github"
pinterest = "full profile url in pinterest"
rss = true
# Add a writer, then use it in the markdown front matter like this: writer = "Lukas Herman"
[params.writers]
[params.writers."Lukas Herman"]
link = "https://lherman.tk"
email = "lherman.cs@gmail.com"
bio = [
"Lukas has a few skills up his sleve. He can fly blindfolded under a bridge while simultanous writing blog posts."
]
facebook = "full lukas profile url in facebook"
googleplus = "full profile url in googleplus"
twitter = "full profile url in twitter"
linkedin = "full profile url in linkedin"
stackoverflow = "full profile url in stackoverflow"
instagram = "full profile url in instagram"
github = "full profile url in github"
pinterest = "full profile url in pinterest"
[params.writers."Göran Svensson"]
link = "https://appernetic.io/"
email = "goran@molnsys.com"
bio = [
"Göran is an avid blogger and the founder of <a href='https://appernetic.io/'>Appernetic.io</a>. This is the author bio shown after posts."
]
facebook = "full Göran profile url in facebook"
googleplus = "full profile url in googleplus"
twitter = "full profile url in twitter"
linkedin = "full profile url in linkedin"
stackoverflow = "full profile url in stackoverflow"
instagram = "full profile url in instagram"
github = "full profile url in github"
pinterest = "full profile url in pinterest"