i know messages like "the system is going down for reboot now" get sent, and even show up in kde when they're sent. can this be done from a command line?
if there is a way to send a message to computers connected to the LAN? I tried to install linpopup but I only got the message E: Unable to locate package linpopup.
if i want to send a message to another computer? or get access to another system? what computer knowledges should i know? or what techniques should i learn?
i am trying to send message through terminal with smbclient, i have searched the net and found this command
Code: smbclient -M <hostname> now i am confused on hostname, which i open the network folder i see to icons 1. is my laptop 2. Windows Network
when i enter Windows Network folder i see 2 more icons 1.MSHOME 2.WORKGROUP
and when i enter MSHOME folder i see one icon 1. MIRZA-SAAD this is the computer which has xp in it i want to send message to it with smbclient now how when i write this command i see this error
Finally I got success in setting up of CDMA USB modem but I could not access the internet or browse the internet. I can only download message and send messages using through evolution. But can browse internet.
Each time after boot, I have to wait for proximately 2 minutes before Firefox starts showing any web pages. I believe the delay is caused by the following issue: Code: Apr 7 21:03:18 linux-kr6c nm-dispatcher.action: cript '/etc/NetworkManager/dispatcher.d/netcontrol_global_hooks' exited with error status 1.Apr 7 21:03:18 linux-kr6c nm-dispatcher.action: cript '/etc/NetworkManager/dispatcher.d/nfs' exited with error status 2. Apr 7 21:03:18 linux-kr6c dbus-daemon: Rejected send message, 14 matched rules; type="method_return", sender=":1.50" (uid=0 pid=3132 comm="/usr/lib/NetworkManager/nm-dispatcher.action ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply=0 destination=":1.5" (uid=0 pid=2097 comm="/usr/sbin/NetworkManager ")) Apr 7 21:05:39 linux-kr6c ntpd[3500]: ntpd 4.2.4p4@1.1520-o Mon Jan 19 14:44:51 UTC 2009 (1)Apr 7 21:05:39 linux-kr6c ntpd[3501]: precision = 1.000 usec I have no idea what my machine is doing, but it seems as nothing is happening between 21:03:18 and 21:05:39.
With wall command, we can just broadcast a message to all the login users in only system, how to broadcast a message to all the systems which all are in same network
Hi I am running a fedora 10 desktop. when i send an email using evolution the message was not sent but returns a error message:"Error while performing operation.DATA command failedError: 550 Viagra SPAM - Hi in Subject" and the message did not have an attachment just plain words. what might have gone wrong for i have been using this for sometime without a problem. or what security measures should be in place to remove this viagra spamAm I infected by virus on this fedora, all my updates are up to date.
I am trying to send an email by sendmail (ubuntu) to external servers, but unable to send. following is what i am trying to do and what i got the response:
Friends i have an idea to broadcast few local TV channels to the world via internet.But friends i can't directly broadcast from my country because of bandwidth.friends is there a way to do this through a remote server server? i just need to input my stream to a remote server and then broadcast it from the server.I can stream channels to the server from my country through a 10mbbs connection.
I'm using Thunderbird under Ubuntu Lucid Lynx. I'm managing to send messages to other newsgroup but not to alt.os.linux.ubuntu. It says:"A News (NNTP) error occurred: You are not allowed to post to alt.os.linux.ubuntu". Does somebody know what is wrong and how do I enable sending messages to this newsgroup?
In general, sending to people with gmail accounts fails although it works for others.Here's the error message:Evolution ErrorError while Sending message.RCPT TO <someuser@gmail.com>failed:<someuser@gmail.com> No such user hereI have Evolution Sending Email set to Server Type: SMTP.
i am new to using linux and am doing an application to send sms using the kannel? my problem is that i dont know where to get my url for the sendsms?in the mean time i have tried:-http://192.168.9.93:13013/cgi-bin/se...assword=foobar
but i don't see how you can send a new message to someone using kopete.I use kopete with only my aim account. I want to be able to send a message to someone who is not on my buddy list.If they're on my buddylist, its easy to send a message, but nowhere in the program does it allow you to send to someone not on your buddy list
As I'm interested in user-behaviour-information-security I would like to know what I�ll have to turn off or to uninstall to make the ubuntu-pc-usage as anonymous as possible (no musicbrainz, cddb, or alike).I want ubuntu not to send any data to third-party-users.
I have just set up my new Evolution account, and I set it with Novell, and when I try to send out an email, Novell is not recognized, and the message won't send out.
I encountered a problem when send dbus method call message.Program A which runs as root user provides system-wide dbus service interfaces.When another program B with root permission send method call message to A,It received the error info:Error org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.41" (uid=0 pid=3397 comm="dbus-send --system --print-reply --type=method_cal") ...But when I run prgram B in generic user permission,localmachine for example,it success to send message.It confused me all the day.
i have a client and server program in C. in that program server is requesting some parameters from client (like systems up time, total memory, no of process running etc).for this i used switch statements. but the problem i am having with this is that, 1. it is always going in default case on client side.2. and i also want my program to send requests/messages to client periodically. means after some interval (say after every 2,3 mins) server sends next request to client.
all I get is the broadcast address can be used to send packets of information to all computers on a network simultaneously. Can that be used during MPI programming or anything of the such? What is the day to day use of the broadcast address?
I'm trying to send the results of a command line $du --max-depth=1 to a zenity message box.I want to create a .sh script that I can run as a Nautilus script that will open a zenity message box with a listing of sub-folders/sizes. $DU with options, will provide the results in a terminal window, but I can't seem to get it into a zenity message box. I've tried gxmessage also, but no go.