mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Medium syndication metadata
This commit is contained in:
parent
c5b2488589
commit
9bf7cfb744
14 changed files with 82 additions and 64 deletions
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: "Clearing Systemd Logs"
|
||||
date: 2021-02-21T16:08:51-05:00
|
||||
date: 2021-02-21 21:08:51
|
||||
draft: false
|
||||
tags: ["Linux"]
|
||||
medium_enabled: true
|
||||
medium_post_id: acf4ee0e7f0c
|
||||
tags:
|
||||
- Linux
|
||||
title: Clearing Systemd Logs
|
||||
---
|
||||
|
||||
Short post today. I wanted to clear out some disk space usage on one of my servers and noticed that the systemd logs were taking up a decent bit. Here are two options to clear out old logs.
|
||||
|
@ -18,5 +20,4 @@ An example to clear it by total disk usage, let's say 10Gb:
|
|||
|
||||
```bash
|
||||
journalctl --vacuum-size=10G
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue