Skip to content

Commit 3e0704c

Browse files
committed
Updated Note Run GUI programs under cron, monitor root filesystem disk usage and send alarm.md
1 parent a889960 commit 3e0704c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Run GUI programs under cron, monitor root filesystem disk usage and send alarm.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Run GUI programs under cron, monitor root filesystem disk usage and send alarm'
3-
created: '2024-06-19T06:26:15.190Z'
4-
modified: '2024-06-20T05:56:03.168Z'
2+
title: Run GUI programs under cron, monitor root filesystem disk usage and send alarm
3+
created: 2024-06-19T06:26:15+00:00
4+
modified: 2024-06-24T01:25:07+08:00
55
---
66

77
# Run GUI programs under cron, monitor root filesystem disk usage and send alarm
@@ -22,6 +22,8 @@ to run other gui programs you set `DISPLAY` and `XAUTHORITY`
2222

2323
`wall` works for `tmux` and ssh sessions but not `gnome-terminal`.
2424

25+
in kde everything works fine. install konsole instead.
26+
2527
---
2628

2729
script for monitoring disk usage:
@@ -41,4 +43,3 @@ else
4143
notify-send $alarm_message
4244
fi
4345
```
44-

0 commit comments

Comments
 (0)