Rewrote the whole website to get rid on a heavy theme
This commit is contained in:
parent
3ea54810ad
commit
60d3abc6ec
122 changed files with 346 additions and 2558 deletions
11
content/blog/freebsd/activate-the-serial-console.md
Normal file
11
content/blog/freebsd/activate-the-serial-console.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "Activate the serial console"
|
||||
linkTitle: "Activate the serial console"
|
||||
date: 2018-01-03
|
||||
description: >
|
||||
How to activate the serial console
|
||||
---
|
||||
|
||||
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`
|
Loading…
Add table
Add a link
Reference in a new issue