aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-11 21:24:10 +0100
committerJulien Dessaux2021-03-11 21:30:27 +0100
commitd75aafd952fae9137fe64ffab91b6c8759f7490c (patch)
tree8fc2bf90fe2cd1d17eaec84290d86237b4f13328 /content/blog
parentAdded gitea deployment hook and a favicon (diff)
downloadwww-d75aafd952fae9137fe64ffab91b6c8759f7490c.tar.gz
www-d75aafd952fae9137fe64ffab91b6c8759f7490c.tar.bz2
www-d75aafd952fae9137fe64ffab91b6c8759f7490c.zip
Some more articles reformatting
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/freebsd/activate-the-serial-console.md10
-rw-r--r--content/blog/freebsd/change-the-ip-address-of-a-running-jail.md8
-rw-r--r--content/blog/freebsd/clean-install-does-not-boot.md10
3 files changed, 17 insertions, 11 deletions
diff --git a/content/blog/freebsd/activate-the-serial-console.md b/content/blog/freebsd/activate-the-serial-console.md
index 210bacc..9aa44c9 100644
--- a/content/blog/freebsd/activate-the-serial-console.md
+++ b/content/blog/freebsd/activate-the-serial-console.md
@@ -1,11 +1,13 @@
---
-title: "Activate the serial console"
-linkTitle: "Activate the serial console"
+title: "Activate the serial console on a FreeBSD server"
date: 2018-01-03
-description: >
- How to activate the serial console
+description: How to activate the serial console
+tags:
+ - FreeBSD
---
+## How to do this
+
Here is how to activate the serial console on a FreeBSD server :
- Append `console=“comconsole”` to `/boot/loader.conf`
- Append or update existing line with `ttyd0` in `/etc/ttys` to : `ttyd0 “/usr/libexec/getty std.9600” vt100 on secure`
diff --git a/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md b/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md
index db1f6fe..f668e04 100644
--- a/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md
+++ b/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md
@@ -1,11 +1,13 @@
---
title: "Change the ip address of a running jail"
-linkTitle: "Change the ip address of a running jail"
date: 2018-09-25
-description: >
- How to change the ip address of a running jail
+description: How to change the ip address of a running jail
+tags:
+ - FreeBSD
---
+## The command
+
Here is how to change the ip address of a running jail :
{{< highlight sh >}}
diff --git a/content/blog/freebsd/clean-install-does-not-boot.md b/content/blog/freebsd/clean-install-does-not-boot.md
index 1252a28..d5603f7 100644
--- a/content/blog/freebsd/clean-install-does-not-boot.md
+++ b/content/blog/freebsd/clean-install-does-not-boot.md
@@ -1,11 +1,13 @@
---
-title: "Clean install does not boot"
-linkTitle: "Clean install does not boot"
+title: "Clean FreeBSD install does not boot"
date: 2018-01-02
-description: >
- How to fix a clean install that refuses to boot
+description: How to fix a clean install that refuses to boot
+tags:
+ - FreeBSD
---
+## How to fix
+
I installed a fresh FreeBSD server today, and to my surprise it refused to boot. I had to do the following from my liveUSB :
{{< highlight yaml >}}