如何使用notify-send向另一个用户发送通知
通知发送
显示一个通知框,其中包含您想要在自己的计算机上显示的消息。
有没有办法使用 notify-send
向另一个用户发送通知消息并在他的计算机上显示该消息?
notify-send
displays a notification box with the message that you want to display on your own machine.
Is there a way to use notify-send
to send a notification message to another user and display the message on his machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Bash 可以写入网络套接字,但无法侦听/读取。您可以使用 GNU Netcat 来实现此功能。
网络通知阅读器侦听端口 10000(无安全性):
以及相应的客户端:
因此您可以使用发送消息
Bash can write to network sockets but can't listen/read. You could use GNU Netcat for this functionality.
A network notify-reader listening on port 10000 (no security):
And a corresponding client:
So you can send messages using