Some more articles reformatting
This commit is contained in:
parent
bfda33e9f6
commit
d75aafd952
3 changed files with 17 additions and 11 deletions
|
@ -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`
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
Loading…
Add table
Reference in a new issue