General :: Executing A Video From Putty (remote Control Vlc)

Jan 5, 2011

I am out of ideas of how to run videos at a remote machine that has a display. I have a debian system with gnome installed and everything is set up but I just don't now how to start the video over anything. I have tried simply to start #vlc video file - but this way it thinks that I want to run it in my bash over at a nother computer. I tried installing vnc but this just ports a new desktop and masically is a terminal which does not give me any control over the display.

View 7 Replies


ADVERTISEMENT

General :: Opening Xterm Session On Linux Through Remote Putty

Nov 25, 2010

I have X Window running on one of RHEL Machine 192.168.2.2.I have logined through putty from remote Windows Machine 192.168.2.5. Now What I need to open the xterm (if I run the command through putty it should open xterm in the linux Machine).

View 2 Replies View Related

General :: Call Putty/plink To Start A Remote SSH Script With User Input?

Jan 18, 2010

Execute putty to start a script on a remote linux server which requires user input The remote script does a read -p "Please enter name" NAME I can use plink to execute a script over SSH, the following attempts and problems are shown below :- Note the -load ns is to load a session that doesnt exist, ie ensure no defaults are used

1) plink.exe -load ns <ip_addr> -l <user> -pw <password> <script path/name> Problem) Doesn't allow/show user input, ie its non-interactive.

2) Add -t to allocate a pty :- plink.exe -t -load nc <ip_addr> -l <user> -pw <password> <script path/name> so now the user input can be seen, but I get Ctrl+H (^H) when backspace is pressed, ok if the user doesnt make a mistake!

3) Use putty instead with a saved session putty.exe -load "SavedSession" Get a new window opened, not a biggy, but not as nice. (b) saved session cannot be easily moved. (c) Get password prompt, cannot provide password like with plink, I know I know, use keys, but this is a closed, private network, and its easier not to bother with keys!I would like the SSH to execute in-line, that is from within the batch file/command line shell I am in, not prompt for username/password, run the linux script and allow prompts and delete/backspace to work.

View 5 Replies View Related

General :: Import A SQL Server 2005 Database From System To Remote Ubuntu Using Putty?

Jun 5, 2011

I have a database in SQL Server 2005 in my local Windows System and I want to import this database to my linux (ubuntu) server remotely using putty.

View 5 Replies View Related

General :: Call Putty / Plink To Start A Remote SSH Linux Script With User Input

Jun 27, 2011

Seemingly simple question, which yields slightly undesired results. Execute putty to start a script on a remote linux server which requires user input The remote script does a read -p "Please enter name" NAME I can use plink to execute a script over SSH, the following attempts and problems are shown below :-
Note the -load ns is to load a session that doesnt exist, ie ensure no defaults are used

1) plink.exe -load ns <ip_addr> -l <user> -pw <password> <script path/name> Problem) Doesn't allow/show user input, ie its non-interactive.

2) Add -t to allocate a pty :- plink.exe -t -load nc <ip_addr> -l <user> -pw <password> <script path/name> Problem) Ok, so now the user input can be seen, but I get Ctrl+H (^H) when backspace is pressed, ok if the user doesnt make a mistake!

3) Use putty instead with a saved session putty.exe -load "SavedSession" Problem) (a) Get a new window opened, not a biggy, but not as nice. (b) saved session cannot be easily moved. (c) Get password prompt, cannot provide password like with plink, I know I know, use keys, but this is a closed, private network, and its easier not to bother with keys!

So ideally, I would like the SSH to execute in-line, that is from within the batch file/command line shell I am in, not prompt for username/password, run the linux script and allow prompts and delete/backspace to work.

View 1 Replies View Related

Ubuntu Multimedia :: Option For Canon Remote Capture - Remote Camera Control Software ?

Oct 17, 2010

Canon cameras used to come with a piece of software called remote capture for Windows and MacOS.

You plug in the camera via USB, and then the camera display is on your monitor. From there you can do everything your camera does, like taking pictures of video. Does anyone know if there is linux equivalent software that can do this?

I have found this software, but new cameras aren't supported.
[url]

I'm trying to make a stop motion movie.

View 1 Replies View Related

Red Hat / Fedora :: Putty / Xming / Remote Access

Apr 23, 2010

I am trying to remotely access a linux machine to run Cadence from my laptop.I downloaded Putty and Xming/XLaunch.I run Putty, enable X11 forwarding, then sign into my host address.I am successfully able to access and navigate through my home directory, however once I try and run Cadence, I get the attached error.

View 4 Replies View Related

General :: Recommend Good Remote Control To Buy To Use With Mythtv?

Feb 20, 2010

Can anybody recommend a good remote control to buy to use with mythtv?

View 3 Replies View Related

CentOS 5 :: Use Putty To Ssh From Windows Laptop To A Remote Machine?

Jun 25, 2010

I am using CentOs 5.5.

I use Putty to ssh from my windows laptop to a remote CentOS machine. Is there a way to start a shell that doesnt dies when I disconnect so I can connect again and reclaim it?

View 3 Replies View Related

General :: Setup Remote Control On Ubuntu 9 For Use Of Windows Client?

Sep 15, 2009

How to setup remote control on Ubuntu 9 for use of windows client ?

Just for use in a home network.
I've had a computer for media files for a long time and now I changed from Windows 2000 to Ubuntu 9.
I the home network there is some Windows W2k and XP Home and I will use VNC or RDP for remote control of this Ubuntu desktop.

I've no experience of Linux at all and I've seen some notes about this with no luck.

View 1 Replies View Related

Software :: Executing The Command On The Remote Machine

Oct 5, 2010

If I type this manually on the command line, it works

Quote:

ssh -Y user@machine 'firefox &'

I ssh into the remote machine as the named user and pop an instance of firefox from that machine back to my own. If I put the same thing into a shell script though, it fails.

Quote:

#!/bin/bash
ssh -Y user@machine 'firefox &'

I'm just left sitting at a command line on the remote machine. Why does the script fail and how can I make it work?

View 4 Replies View Related

General :: Remote Control (via Ethernet) A Computer From Boot For Grub Choices?

Sep 1, 2010

I have a computer that I use for practically everything. In the same room I have a second computer that I use purely for trialing Linux distributions, It currently has Debian, gNewSense and Kubuntu on it with Grub to choose between. This computer has no keyboard / mouse / monitor, but it has directly wired ethernet to the home network. Is there any way I can set it to be remotely controlled from before / during grub so I can choose from the other computer which to run? I realise I can just crawl behind the desk and unplug the keyboard / mouse / monitor, but I don't particularly want to every time I reboot into a different distro. I also realise that remote access during boot is a security risk so is there a way of allowing only one MAC address to do the controlling?

View 2 Replies View Related

OpenSUSE Network :: Ugly Colors When Executing Remote X Programs?

Oct 14, 2010

When I execute Eclipse or Firefox remotely using ssh (on a LAN using ssh -Y user@remote-machine eclipse) they both look strange, the colors are kind of yellow. Logging in to the remote machine using NX or VNC and executing the same apps does not produce the same colors, the apps look fine. Executing the same apps on my local machine does not produce the strange colors either.The remote machine is a SLES 11 and the local is a openSUSE 11.3 (with KDE 4.5.2).This might seem like a small problem but it is annoying to work a whole day like this when the remote apps looks like **** on my otherwise beautiful KDE desktop

View 2 Replies View Related

General :: Control The Fan Speed With The Xf86-video-ati Driver?

Oct 16, 2010

I have an ATI Radeon HD 4850 running on Arch Linux with the xf86-video-ati driver.

Is there any way to control the fan speed (from a conf. file, the command line, whatever) or should I change to the Catalyst driver?

View 1 Replies View Related

Software :: Cross-platform Remote Control - Remote Desktop Software

Jan 20, 2010

I've been using Linux on a more regular basis for the last two months now and have been able to find replacements for most of the software i use in Windows, or by using Wine. But i have one big problem that is keeping me from switching permanently to Linux. I frequently use remote control software to access and control my computers, both at home and to access my computers from remote places over the internet. I've been using NetOp, and more recently RealVNC. The client, or "viewer" part of RealVNC is working fine in both Windows and Linux. It's the host or server part that i can't get to work properly when it comes to VNC. The vnc.so module doesn't work on my system, x0vncserver program seems rather useless since it refuses to load before i have a network connection and this prevents me from start the program automatically as the wireless connection isn't ready and the vncserver command isn't an option since it doesn't display what i see on the actual screen. So, does anyone have a nice solution to this problem? Either to make VNC work or suggest some software that does. Anyway, it has to work on both Windows and Linux, in Linux it has to display the native x display, there must be built-in encryption and preferably be free or open-source software. I'm using Ubuntu 9.10.

View 5 Replies View Related

Server :: Ssh A Remote Box From Putty Error "No Supported Authentication Methods Available"

Jun 8, 2011

I am trying to ssh a remote box from putty but I am getting following error. "No supported authentication methods available" I don't have access to the server so I must have make my ssh client compatible to ssh server. This is the trace from another client

[SSH] Protocol Version 2 (OpenSSH_5.3p1 Debian-3ubuntu6)
[SSH] Cipher: aes128-ctr
[SSH] FAIL: Unable to authenticate
[SSH] INFO: DISCONNECT

View 2 Replies View Related

Ubuntu :: Setup A Putty Session To Putty From One Machine To Another?

May 15, 2010

I am trying to setup a putty session to putty from one Ubuntu machine to another. I know how to setup to connect to the machine from Windows and I am using the same settings for the one I am trying on the Ubuntu machine but it fails to connect. It fails immediately so I believe that putty is not able to find ssh. Is there some configuring that I need to do.

View 7 Replies View Related

Ubuntu :: Remote Computer Control Through SMS ?

Apr 27, 2010

As for what I am trying to do: I am looking for a way to run scripts and/or launch programs from a cell phone using SMS. I've found a few options close to this, but nothing that really fits what I'm trying to do. It seems I can either get speed or ease of use, but not both. To explain:

If I understand correctly, Evolution has this functionality through email, but email isn't instant. I'm trying, as best as I can, to use my phone almost like a remote; sending email from my phone would create a considerable wait time.

Using Pidgin's Buddy Pounce feature with AIM lets me use SMS to get a quick response, but I'm running into the problem that I can't make its action depend on what the message says. I want to be able to text, say, "Shutdown", and have my computer run a shutdown command, but Pidgin's Buddy Pounce feature doesn't seem to support checking for specific messages. I've been unable to find a plugin that changes this; if there was, it'd probably be my best bet.

Bluetooth is out; my computer's bluetooth adapter died a long time ago. Additionally, some of the things I'd like to do would be when I'm not near the computer, so even if it was functional, it would be limiting.

Anything that requires any apps for android, iPhone, or w/e are out too. I have an LG Dare, and while it's a nice phone, you can basically forget custom apps.

So, to recap, I'm trying to find some way of sending an SMS or email from my phone, have it be received as quickly as possible, and have the computer run a console command based on the content of the SMS/email. Any ideas?

I'm running Ubuntu 10.04.

View 4 Replies View Related

Ubuntu :: Can See Remote Desktop But Can't Control It

Dec 1, 2010

I recently installed 10.10 64-bit on my laptop. I have an older laptop with 9.10 32-bit on it. I installed vnc4viewer on the 9.10 laptop and started and set up remote desktop connections to let the remote user view and control the local desktop. I then tried Remote Desktop Viewer for the Applications menu on the 10.10 laptop and I can log in and see the remote desktop. When I try to do anything through the vnc viewer I can see my changes affect the serving machine but not the viewing machine. For instance, if I grab a window on the viewing machine and try to move it around the desktop, I can see it move on the serving machine. I guess the connection could just be very slow but it seems real time on the serving machine.

View 3 Replies View Related

Ubuntu :: Control TTY On Remote Machine Via SSH

Jun 19, 2011

I'm wondering if it's possible to control a TTY on a remote machine via SSH. I'm aware of ssh's -t option, but it doesn't seem to do what I want. Basically, I'm thinking in terms of VNC-like operation, where the remote user and local user see the same thing, only instead of a GUI, they both see TTY1 (or 2, or etc). Is that doable, or no?

View 3 Replies View Related

Software :: Using And Configuring A Remote Control?

Jun 24, 2010

I have a Leadtek Winfast tv tuner and a pretty standard remote control. I've searched for tutorials and everything but i need something like a tutorial for dummies as i know nothing about configuring this kind of devices. I can already change channels in TVtime, but only numbers work from my remote control and the power button who shuts down my OS, so I guess you need something like lirc to configure all other remote control buttons. Anyway if some buttons already work maybe there's something installed in my OS which can be further customized but frankly I don't know where to find it, and even if i would how would I know to identify my remote control specific buttons ?

View 3 Replies View Related

Fedora :: Banshee Remote Control UPnP?

May 30, 2010

I'm trying to use the Banshee remote control application for Android, but there is no option for remote controls in the Banshee application I installed. I used to use Ubuntu and I'm pretty sure I remember it being there. Am I missing a package or something?

View 3 Replies View Related

OpenSUSE Multimedia :: HVR-1600 Remote Control In 11.1?

Feb 8, 2010

Does anyone have the Hauppauge HVR-1600 remote control working in Opensuse 11.1 or 11.2? It acts like it's not finding a firmware file or driver. I grabbed a .bin firmware file from one of the Mythtv sites, but I havn't gotten it to work yet. I put it in the /lib/firmware/KERNEL directory, but maybe I need to move it up one directory.Anyway, I was wondering if anyone else has it working and what was done? I have the other things in place regarding lirc, so I think the only thing holding it up is the device file.

View 1 Replies View Related

Ubuntu :: Remote Control Daemon Not Running

Feb 15, 2010

I am trying to use my Apple Remote Controller that came with my iMac 4.1. I did some research and on the Ubuntu site it said that its possible with a application called Infrared Remote Controller. It detected from the hardrive which version I had etc but than a error message appeared on the bottom saying:

Warning: Remote control daemon not running.

How can I activate this? I included a screenshot!

View 1 Replies View Related

Ubuntu :: Remote Control Software For System?

Apr 29, 2010

I'm looking for something like Logmein or showmypc.comv

View 9 Replies View Related

Ubuntu Multimedia :: Using Apple's Remote App To Control Box?

Jul 30, 2011

First some background: I currently have iTunes running on a Vista box attached to my TV. I have an Ubuntu box running 11.04 and shairport which serves as remote speakers for the iTunes server. This works fairly well as I can control it with my iPhone, or iPad etc. Very slick interface and my wife loves it .

But I would prefer to not use iTunes to as the server. I would like to let that Vista box sleep most of the day. Doing a little bit of reading it sounds like I should be able to use mt-daapd as a replacement for iTunes. So I installed firefly and gave it a shot. I can get it streaming music fine. But I cannot Apple's "Remote" app to add the new library. When I did some poking I read that I should make a file that ends in ".remote" and put my device name + the pairing passcode from my iPhone in this file.

When I enter the "Add Library" mode on my iPhone it should broadcast an mDNS event. And in fact it looks like it does because: avahi-browse -r -k _touch-remote._tcp Can see my iPhone. But when I do a tail -f on the mt-daapd logfile I never see a connection come up. I have tried debug level 8 in the messaging.Still nothing. In my search for a fix I noticed mt-daapd is no longer being developed but there is forked-daapd. This is actually where I found the instructions for pairing via Remote.

Should I bail on mt-daapd? Will there someday be Ubuntu support for forked-daapd?

View 1 Replies View Related

Hardware :: Recommend A Good Remote Control?

Sep 28, 2010

recommend a good remote control that i can use to control things like vlc, boxee, rhythmbox i have ubuntu 10.04

View 1 Replies View Related

Software :: Configure A Remote Control Without Using Lirc?

Feb 24, 2011

I'm using Debian Squeeze and my 0-9 remote control buttons and power off button work even if I've didn't installed lirc. In a Gnome desktop I could set up the volume too, but now as I'm using Fluxbox I can't start the volume control applet anymore (by the way does somebody knows any handy volume applet for Fluxbox ?)So my question is that if some button of my remote control already work without lirc, then there must by some drivers installed, when I've upgraded to a newer kernel, but I can't figure out what makes my remote control to work. Does anybody knows something about this and if there's something already installed for IR devices in newer kernels how can it be further configured ?

If i type the command "cat /dev/input/event6" in my terminal I can see that all my remote control buttons give a signal, but still I can't figure it out how can I set up all of them.

View 7 Replies View Related

Ubuntu :: Remote Control Is Not Working On Windows?

Oct 31, 2010

i have hp hdx-x16 1155ca laptop and my problem is that my remote control is not working on both of linux and windows so how can i distinguish the problem and solve it

View 3 Replies View Related

Ubuntu :: Remote Desktop - View/control

Jul 11, 2009

Which SW package should I install , on my Windows Laptop, in order to view/control my Linux Desktop ? Is it good also for Windows to Windows? Who should be the server who the client ? I tried the xtightvnc on my Linux , it didn't work.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved