Questions tagged [messaging]
The messaging tag has no summary.
35 questions
0
votes
1
answer
51
views
How do I send text messages with KDE Plasma on Mobian?
How do I send text messages with KDE Plasma on Mobian?
I am sure I am missing it.
0
votes
1
answer
145
views
Journald and Sources of Log Messages
I would like to know what process is meant to write Timestapms (and other parts of Log messages) in Syslog protocol.
In other words, is it Syslog that sets timestamp of log message (exact time of ...
0
votes
1
answer
770
views
Where are TPM 2.0 selftest messages logged?
Hopefully, this is a simple question regarding hardware I'm just now learning how to use: the TPM.
My laptop has a TPM 2.0, and I need to become familiar with some basic functionality offered by the ...
1
vote
2
answers
3k
views
Send a 'net send like' message from a Linux Host to ALL Linux and Windows computers on the network
I have a mixed set of computers on my work environment here, comprsed of a few Fedora Workstations, CentOS servers, Windows 2016 servers and Windows 10 Workstations.
Now when I need to update a ...
2
votes
1
answer
354
views
set XMPP priority of the jabber client in pidgin
I'm using pidgin Jabber client (pidgin-2.13.0-alt6 on ALT Sisyphus), and I'd like to set XMPP priority in pidgin.
The reason:
I'm also connecting to my Jabber account with another client from mobile ...
7
votes
1
answer
433
views
How to suppress a message from a program while installing it to use in a bash program? [duplicate]
PROBLEM:
I have a program written in bash that does a lot of stuff like install new software on the system.
One of the programs it installs has an extravagant message appear where you get some info ...
1
vote
2
answers
146
views
Print a message a given number of times, right after system boot (init) in a GUI-less system [duplicate]
I want that for a given number of system boots (say, 1 or 2 system boots), a message will appear.
I will store the message somewhere, maybe in a variable:
message='If you finished testing, make sure ...
2
votes
2
answers
653
views
talk returns error when trying to connect to user at other machine
If I try to talk to a user on a machine on the local network, I get:
~ % talk toothrot@othermachine
[Service connection established.]
Error on write to talk daemon: Invalid argument
I'm running Arch.
...
0
votes
1
answer
255
views
How to avoid receiving warning message from a mount system
I asked similar question in superuser, no satisfying answer. Re-post here with some update.
I mount a remote host to my system during debug because the source code is on that host, but after I do the ...
5
votes
2
answers
32k
views
Is there any way to send sms to a mobile number using shell script? [closed]
I want to send sSMS periodically to certain Mobile numbers (Indian mobile numbers.) Is there a way I can send an SMS with my own cellphone number or by creating an account on a site like way2sms?
1
vote
1
answer
1k
views
Sending messages to another user over network
This one is similar to Sending messages to another user except that I want to accept messages over network.
If there is a way to just unblock the port to receive messages, that would be fine. If ...
6
votes
1
answer
902
views
Which jabber client receives messages?
I have jabber clients on my computer (pidgin) and on mobile phones (im+). For now each message is received by arbitrary one of them (or so it looks). For instance, if a person sends two messages one ...
13
votes
4
answers
40k
views
Write text messages between Unix and Windows
Is it possible to send text messages between two users of the same LAN, but the first running Windows with cmd and the second running Linux/Unix?
I am not looking for an instant messaging service. I ...
0
votes
1
answer
1k
views
Installation causing error
I have downloaded g2ipmsg from http://www.ipmsg.org/archive/g2ipmsg-0.9.6.tar.gz
While installing this package, it is causing some error.
checking for G2IPMSG... configure: error: Package ...
73
votes
2
answers
335k
views
Sending messages to another user
Is there any command to send messages through the Linux shell to other people on the same network? I'm using write user and then write the message itself. But there's any command that doesn't show my ...
3
votes
2
answers
2k
views
IM program to support yahoo video calls
I have been trying to migrate to Linux from Windows during the past one year. Until I completely deleted my windows and I have been using Linux mint 15 for the last 30 days. I am really satisfied.
I ...
6
votes
3
answers
2k
views
Is there a Ytalk IM successor?
Back in the stone ages, when men were men and women were women and Unix's competitor was VMS, Unix had a lovely talk (or ntalk, or ytalk) split screen IM command where you could talk and both parties ...
2
votes
2
answers
295
views
How to send a prompt to a remote machine like the "you have mail", ie not using wall
I am currently using wall to show a message on a remote machine when an activity is started and finished.
But this is intrusive, as it will write across an editor they might have open etc.
What I ...