Programming :: Remotely Control A Windows Service?
Nov 20, 2010
I have a java application running under Linux (Suse). My application communicates with a windows service via TCP/IP. I had multiple cases where the windows service crashed and I'm wondering if in such case there is any Linux or java tool I could use to remotely restart this Windows service.
View 2 Replies
ADVERTISEMENT
Feb 13, 2010
I set all of my family members up with Linux Mint so that their computers would stop punching themselves in the face, but I'd like to be able to control those computers when my mom calls up and wants to know how to "put her favorites in the drop box." I've got Parallels with WinXP, and Ubunutu VMs, so my OS isn't really a concern (although I'd prefer to use OS X if there was a slick GUI app). What's the best or most practical approach to getting access to these computers from across the country?
View 3 Replies
View Related
Dec 6, 2010
how you remotely enter another computer and take control of it. (with or without the owners permission) the reason is because my grandparents are constantly having problems with their comps(reasons for the admins
View 2 Replies
View Related
Mar 21, 2011
I have never tried to do anything 'remotely'.My 87 year old uncle lives in British Columbia, Canada and I live in Quebec, Canada.Here is what I would like to try to do:
I would like to connect to his PC from my PC and then set up a Gmail email account for him. I think that I am saying that I would like to be 'as if' I were sitting in front of his PC at his house.If this is possible, what software do I need on my Slackware PC to connect to his Windows PC? What software does he need on his PC?
View 6 Replies
View Related
Sep 4, 2010
I run a dedicated specialty Quake 3 Arena Server.It currently runs a stock Debian 5.05. These are the hardware specifications.
256mb SD Ram
10gb Hard Drive
Intel Celeron
I think I should be getting more speed then I am.I would like to install Ubuntu Server.What version is the most stable, and will provide the best speed?I have to download my server files from the internet. Is this possible without the GUI?Is there anyway to control my server remotely, without any impact on performance, VNC is a huge impact.I want to run a mail server as well, is this possible with out a performance hit?
View 9 Replies
View Related
Dec 1, 2010
I have won my fight and my father in law accepted to give gnu/linux a try as his server and to run on the computer of the new company he is starting. One feature he would like is to be able to access his work desktop (graphicaly) from home. On my side, I would like to be able to control his desktop from home if I need to show him things. I already can SSH in terminal to install and maintain stuff but, to move the mouse around and point him where to click or what to use would be invaluable.
View 5 Replies
View Related
Jun 14, 2011
Is it possible to connect remotely to a Windows PC from Ubuntu.I know these people that are constantly receiving Malware on their PC's and when I'm around. The problem is, they are over 200 Miles away, and I won't be in the area until a very long time. Would it be possible to connect to their PC remotely with Ubuntu and remove their viruses via ClamAV?
View 7 Replies
View Related
Jan 13, 2011
I want to access linux server remotely from windows. I precisely dont need GUI. Just want to work with vim editor. currently I am using ssh software and xmanger software.Running ssh software dosen't give the feel and speed. However xmanager is fine to work. Can somebody suggest me from where i can get free latest xmanager software or better then it.
View 11 Replies
View Related
Mar 31, 2010
Is it possible to access remotely Linux from windows xp.
View 4 Replies
View Related
Jan 30, 2010
I am having problems printing from a terminal emulator from a windows workstation to a red hat printserver. I am using a program called Termlite to connect to the red hat server to access the application I am trying to run.
All other applications can print properly on red hat machine except this particular application that I am running from Termlite.
View 7 Replies
View Related
Aug 2, 2010
If I can remotely reboot a server using SSH over CGI? I configure the client and server with keys to make ssh without password, and, on the terminal i can make "ssh root@server_ip reboot" and it reboot normally, but, I don't know how to do this on a CGI?
View 3 Replies
View Related
Feb 13, 2010
I'd like to have my Linux box (a QNAP TS-210 NAS) send the order to go to sleep (or hibernation) to my main Windows 7 computer.As the NAS is running Linux, I can't use psshutdown from SysInternals' PsTools. Is there any Linux equivalent? Or some "magic packet" that can order the Win7 computer to sleep.I know I could install a SSH daemon and trigger a shutdown command from the Linux box using ssh, but ideally I do not want to install anything on the Win7 computer. I can install Linux software on the NAS, no problem about this. PHP, python and perl are also available on it.
View 3 Replies
View Related
Oct 11, 2010
I'm using Window-XP and need to remotely connect to a CentOS-5.X server.
UPDATE: I'm looking to visually, securely and with as small a footprint as possible manage a remote Linux system via an GUI. It's not clear to me if Linux has a default method for streaming the desktop. Before installing something on the remote Linux system, is there a grep or find I should run to see if there's existing support on the computer? looked at Xming, but couldn't tell what it's doing; meaning if like WinSCP it's just creating an interface on my end and running CMDs remotely, or if it's streaming the desktop.
View 5 Replies
View Related
Jan 29, 2010
I've been looking for a way to use my laptop (running Ubuntu) to help service a remote laptop (running Windows XP). I've used TeamViewer and Cisco's VPN Client before, but TeamViewer is Windows only, and I don't want to pay for a Cisco system just to help maintain my friend's computer.
Ideally, I'm looking for something similar to the programs listed above, but I really just want to know if any of you have done this before, and if so, how?
View 4 Replies
View Related
Dec 30, 2009
Debian5.0
Windows server 2007
Windows Vista
WAN - public IP or Internet
I'm looking for a reliable solution to remote-admin Windows server and workstation on Linux workstation. I have been running ssh for sometimes to remote-admin Linux/Unix servers on Linux workstation. Google brought me following links; OpenSSH for Windows
[URL]
OpenSSH on Windows v3.4-3
[URL]
How to install OpenSSH sshd server and sftp server on a Windows
[URL]
The project OpenSSH for Windows seems coming to a stop.
View 6 Replies
View Related
Jan 29, 2010
me using redhat linux.i want to to remotely access a system that have windows OS.I tried to install the utility rdesktop using following command. "yum install rdesktop" the following error occur
"Loading "security" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
[code]....
View 2 Replies
View Related
Jun 4, 2011
Is it possible to debug remotely a java program with ddd (data display debugger)?
View 2 Replies
View Related
Jun 11, 2011
I am trying to to execute multiple programs on multiple remote machines. Each program needs to be run in a custom Environment that is not known at login time. Currently I am using ssh to connect and run the program.
My issue is that I'm not sure how setup all the Environment Variables that I need on the remote machine. I was able to write all the environment variables/values (NAME=VALUE) that I needed to a file and place on a shared file server (prog.environment). I thought the best way to approach this would be to write my own utility (custom.shell) that would interpret the environment file and then execute the desired command.
View 5 Replies
View Related
Oct 5, 2010
Any sample script that will copy file to remote server.I'm doing it on a manual process using SCP parameter
View 2 Replies
View Related
Apr 3, 2010
I have been working on this problem for a few month. By messing with windows registry and local security policies I was able to remotely shut down windows from Linux by issuing:
Code:
net rpc SHUTDOWN -C "comments" -f -I xxx.xxx.xxx.xxx -U username%password
But now I am wondering how to force windows into sleep or suspend remotely from Linux.
It seems that there is no "net rpc SUSPEND" or "net rpc STANDBY" option available.
how to perform such remote operation?
View 2 Replies
View Related
Mar 11, 2011
I need to copy file from my Windows XP system to remote Linux system.
Win location : c:1.txt
LInux location:/tmp
What should be the command?
EDITED: pscp is recognized and OK on my PC.I CAN connect with Putty to this remote Linux PC remote Linux name is s1,hostname is s1host
I tried transfer file with following command:
pscp C:1.txt s1@s1host:/tmp
Got:Fatal: Network error: Connection timed out
It's not clear,is command isn't ok?
View 1 Replies
View Related
Apr 28, 2011
I have been trying to shutdown a remote XP machine but cannot get it to budge. I did the following on the Windows box:
Ensured no firewall
Started Remote Registry Editing service
Shared a network drive (to enable file sharing?)
Created a user 'shutdown' specifically for shutting down
Added 'shutdown' to Administrators group
Added 'shutdown' to the list of allowed shutdown users in gpedit.msc
Here's what I have tried:
From Windows 7 box:
shutdown -m computer (Access denied message)
psshutdown -m computer (Access denied message)
runas /user:computershutdown "cmd /K shutdown -m computer (access denied)
runas /user:shutdown "cmd /K shutdown -m computer (access denied)
From Linux box:
net rpc shutdown -I computer -U user%password (says shutdown succeeded) rpcclient -I x.x.x.x -c shutdown -U user (gives usage message)
View 1 Replies
View Related
Feb 6, 2010
Is it possible to execute a perl script which in a linux machine from a windows machine?I have to trigger its execution from my windows machine.
View 1 Replies
View Related
Feb 3, 2011
I've been spending sometime trying to setup anclient on windowso access my fedora serverI'm currently using xming but there's no way whatsoeverme to make gnome available remotely. The closest I got was to open a standard X session with no icons but just a terminal.Is there any quick sanity check I can do before spending more time on this
View 2 Replies
View Related
Feb 20, 2011
I wanted to setup a Samba share on a box running Ubuntu 10.4 and share it to Windows 7 computers throughout my house. When I browse the Network (thru Windows), I can see "Media Devices" that correspond with the locations of where I will put the media. The problem is that I have been unable to copy the media to the Ubuntu server because I cannot see the Ubuntu "computer" from Windows 'Network'.
All computers are on the same Workgroup
Running the following command line from Windows returns no errors and lists the samba share:
Using the testparm command on my smb.conf returns only one error (which previous googling seems to indicate is not an issue). The following is what was returned by the command:
Code:
View 3 Replies
View Related
Jan 4, 2011
Does anyone know or recommend some software or a script to remotely power on a PC from standby to on, or even better from completely off?
I guess the completely OFF to ON is much more complicated - would probably require an extra piece of hardware(?)
View 2 Replies
View Related
Jun 29, 2011
I'm not terribly new to Linux, but I am new to the forums, so hear me out! I am in the process of creating an electronic mapwall for our meteorology program, and have designed the computing system from scratch. I have two Linux Boxes, each with capabilities for 6 attached monitors...a total of 12 displays driven from two machines. My intention is to have one machine be the master...it has a touchpanel control. The inputs to the touchpanel will then trigger events for the both the master and the slave machine to display. Each of them has a specific IP address (DNS entry), and are not on a subnet.
Now...is there a way to remotely login to the slave machine and have it display on it's OWN monitors? The code is Java and which works on the master machine to animate directories of .gifs for each of the master's attached monitors. I will most likely have Java execute shell commands for the remote login (ssh), but I believe the answer lies somewhere in the X-configuration. Do I have the machines in an adverse configuration (creation of a subnet would be better)? Lots of questions...lots of desire...few answers!
View 2 Replies
View Related
Oct 5, 2010
I run Fedora 13 on my HP dv6000 Pavillion. I am looking for a way to remotely access my work station running Windows XP from my Fedora machine. Most of the information I found explained how to access a Linux box from a Windows environment, and the one place I found that showed the other way around was incomprehensible.
Our company servers run Windows XP, and we have successfully installed remote desktops on other laptops running Windows.I thought of running the remote desktop from a Virtual Machine Windows session, but it seems a cumbersome way to do it.
View 3 Replies
View Related
Feb 17, 2011
I am new to Xen Hypervisor and wanted to know if someone has any good guides to configuring it please. Also once i configure a Guest OS how can i connect to it remotely via a windows and linux machine?
View 1 Replies
View Related
Oct 9, 2010
I can ssh to the server but it wont allow me edit files, even though I have basic text editors like gedit and notepad installed on my windows computer. Anyone have an idea what the problem is? (I get an error message like this-(gedit:23978): Gtk-WARNING **: cannot open display
View 3 Replies
View Related