Some more articles reformatting

This commit is contained in:
Julien Dessaux 2021-03-11 21:24:10 +01:00
parent bfda33e9f6
commit d75aafd952
3 changed files with 17 additions and 11 deletions

View file

@ -1,11 +1,13 @@
--- ---
title: "Activate the serial console" title: "Activate the serial console on a FreeBSD server"
linkTitle: "Activate the serial console"
date: 2018-01-03 date: 2018-01-03
description: > description: How to activate the serial console
How to activate the serial console tags:
- FreeBSD
--- ---
## How to do this
Here is how to activate the serial console on a FreeBSD server : Here is how to activate the serial console on a FreeBSD server :
- Append `console=“comconsole”` to `/boot/loader.conf` - 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` - Append or update existing line with `ttyd0` in `/etc/ttys` to : `ttyd0 “/usr/libexec/getty std.9600” vt100 on secure`

View file

@ -1,11 +1,13 @@
--- ---
title: "Change the ip address of a running jail" title: "Change the ip address of a running jail"
linkTitle: "Change the ip address of a running jail"
date: 2018-09-25 date: 2018-09-25
description: > description: How to change the ip address of a running jail
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 : Here is how to change the ip address of a running jail :
{{< highlight sh >}} {{< highlight sh >}}

View file

@ -1,11 +1,13 @@
--- ---
title: "Clean install does not boot" title: "Clean FreeBSD install does not boot"
linkTitle: "Clean install does not boot"
date: 2018-01-02 date: 2018-01-02
description: > description: How to fix a clean install that refuses to boot
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 : 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 >}} {{< highlight yaml >}}