OpenSUSE :: Export Remote X To Local Dedicated Virtual Terminal (VT)
Apr 20, 2011
I have a "remote" server and I want to have it's X exported to my "local" laptop. Preferably, it gets done automatically from boot. I know that virtual terminals 1-6 are all text terminals and 7 is the local X. How can I get my laptop to automatically create a virtual terminal on 12 that's dedicated to receiving the X display from the server?
I know how to get it over SSH/putty. And also how to stop the local and restart the X client on 7 to use the remote. But one of the beauties of Linux is the automation and multi-user environment. It's essentially going to act as a KVM with gui replacement over IP.
View 1 Replies
ADVERTISEMENT
Feb 7, 2009
I have a Slicehost VPS and I'm trying to set up PPTPD on it. I only have one IP address (the public IP of the box). All the PPTPD howto's I've seen rely on assigning remote clients IPs from the local subnet (e.g. the PPTD server's local IP is 192.168.0.20, and remote IPs are taken from a pool of 192.168.0.30-40).
However I don't think I can do that as I only have the one IP address on Slicehost's network - that public IP (and all other IPs in the segment are public). So what I really want to do is to be able to create a private LAN segment or virtual network adapter and have VPN clients assigned addresses in that segment, then routed out onto the Internet effectively using the PPTPD box as a router. I am using Ubuntu Hardy (LTS).
View 2 Replies
View Related
Sep 29, 2010
if anyone can point me in the direction of a tutorial (step by step) how to make a virtual dedicated server using ubuntu to host a website?
View 1 Replies
View Related
Jan 29, 2011
I want to install Webmin on a dedicated remote server. I keep reading different blogs/tutorials etc about installing webmin on Ubunto server 10.10 but it seems too easy to be true. There is never any mention of requirements etc. I did read that even perl isn't needed pre install now and will install with webmin.But do i need to install lamp etc first or does it pull these in when Webmin its installed?
View 2 Replies
View Related
Jan 9, 2011
Im trying to install a trading program fx trading station II on a dedicated virtual server that's linux based at media temple. Any ideas on how to run the program so that the exe file isn't prompting to download the file instead of prompting the user to login and trade?
View 2 Replies
View Related
Jul 10, 2010
I have an installation of ubuntu (not a virtual disk) that I'd like to turn into a virtual box drive so that I can import it into virtual box on another system. Is there an easy way to do this?
View 1 Replies
View Related
Jul 18, 2011
I have an appliance called my_appliance.raw. To start the appliance locally, I use:
[code]...
After that I would like to ssh into the guest from the host but just the ssh command doesn't work. firewall is disabled on guest. the ip I use is the one that ifconfig shows when I run it on guest. sshd is running.
View 2 Replies
View Related
May 2, 2009
I'm trying to get experience in creation of virtual Fedora 9 x64 cluster using Ubuntu 9.04/Virtual Box 2.2.2. I have a head node with 1 G of RAM and two slave nodes with 512 M each. There's internal networking in Virtual Box with DHCP, so my nodes have addresses:
192.168.15.100/24 (Slave0.localdomain), 192.168.15.101/24 (Slave1.localdomain), 192.168.15.102/24 (Head.localdomain). Ping is OK. I've added the following string to /etc/exports file: /usr/share 192.168.15.0/24(rw) And then used /usr/sbin/exportfs -a But showmount -e 192.168.15.102 entered at slave node shows nothing. What's wrong? May be I have to somehow start nfsserver, but how?
View 7 Replies
View Related
Aug 25, 2009
When I create virtual ethernet interface and do a ping -I <v_int> <host> the outgoing address is the one of the physical interface and NOT the virtual interface.Is there no chance that trafic will go out with virtual interface address??Incoming trafic is done well i.e. responds to the virtual interface have the virtual address.
My problem is that I have 2 modems and want to check both default gw behind the modems.
If I do a "normal" ping both are reachable over default route even the modem which is not the default route will not work because ping goes over the working modem.So I have 2 routing tables and want to route the virtual interface to one modem the other to the other modem
View 3 Replies
View Related
Mar 26, 2011
basically i am able to connect to my other windows machine using rdesktop I want to be able to mount the window machine's partition (particularly my media folder cusermyaccountVideo) i know rdesktop ipaddr -r disk: blah blah blah mounts the partition onto the local machine however, i cant figure out what the specific commands are i tried followings but with no luck
Code:
rdesktop ipaddr -u username -p password -r :c=mntmntpoint
rdesktop ipaddr -u username -p password -r :c=mntmntpoint
rdesktop ipaddr -u username -p password -r :cmyaccountVideo=mntmntpoint
all these commands didnt work do anyone know how to do this? i thikn there must be a way
PS: no luck with smbfs as my machines arent on the same lan network (not sure if samba can connect remotely)
View 7 Replies
View Related
Feb 3, 2011
I'm trying to install Gentoo on a virtual machine (VirtualBox installed on my debian squeeze).
My connexion at home is veeery slow, so I wanted to do it at work (don't judge me!), the thing is I' behinf a proxy.
I tried the command
Code:
export http_proxy="proxy:port"
but couldn't ping anything. On the other hand, when i use
Code:
links www.google.com -http-proxy host:port
that works...
So i was able to download the stage3 file and start preparing the system, but I have some troubles when it comes to use the provided tools (the tool to add a mirror can't retrieve the list for example, and I guess I could not emerge anything either)
View 2 Replies
View Related
Mar 26, 2010
I've been trying to stop kdm the normal way, switching to a virtual terminal with ctrl+alt+f1 and using:
Code:
I've done it this way in other distro's and it's always worked.
How do I stop/start kdm from a virtual terminal in Suse ?
View 5 Replies
View Related
Nov 17, 2010
Can we export a raw device through NFS/CIFS to be mounted at remote location?
View 2 Replies
View Related
Aug 20, 2011
Exporting display from a Linux terminal to a Linux desktop is easy; you do the following:
On 192.168.90.121 (localPC):
xhost + 192.168.10.164
On 192.168.10.164 (remotePC):
export DISPLAY=192.168.90.121:0.0 <br/>
firefox
The Firefox window appears on my localPC. In the above case both PCs are Linux.
Can I similarly export the Linux display to a Windows PC? In the above example, localPC would be Windows and remotePC would be Linux.
View 1 Replies
View Related
Feb 4, 2011
How can I export my Ubuntu terminal's color scheme for use on other computers?I've set up a color scheme that I like and I'd like to put it in a git repo for easy loading from other machines. Any strategy that would make it work in other terminal apps too, such as Konsole?
View 1 Replies
View Related
Aug 29, 2010
I just installed open Suse 11.3, and I cannot SSH my school. Upon further investigation I could not even ping any machines outside my local area network. Ironically I could nmap machines outside my local area network.
View 4 Replies
View Related
Nov 6, 2010
I'm using 10.04, and gnome-terminal GNOME Terminal 2.30.2 . I have irssi running on screen session on remote host. And I've been struggling for quite many days to configure it to produce either visual feedback or ring terminal's bell when I receive a private message or one of those that are highlighted.
My compiz settings window in General tab has 'Audible bell' checked.
My GNOME terminal has 'Terminal bell' checked.
I also added 'set bell-style audible' to my ~/.inputrc
And I also tried to manually load pcspkr module into my kernel.
No of the above helped or at least I haven't been able to notice any difference.
I also used some commands for irssi to produce bell sign.
View 2 Replies
View Related
Jun 12, 2010
seahorse export menu is always disabled. I need to export the passwords to restore it after formatting my machine.
View 1 Replies
View Related
Mar 1, 2010
I would like to use zypper to update openSUSE 11.2 through the Virtual Terminals (tty1 thro' tty6).
Network Interface is wlan0 (Wireless LAN, home network through a Router) that requires a password using WPA2.
My question is how to start wlan0 through the command-line ?
View 9 Replies
View Related
Mar 29, 2011
When you need to change something on the server you can hook up a monitor and a keyboard and do it through the console.
I would like to hook up an external monitor in this fashion for a desktop. The current video card can only support a single display. So I was hoping there was someway to use a second monitor as just a permanent console since simple text shouldn't require a video card?
View 9 Replies
View Related
Dec 2, 2009
I don't know that this post fits here, nor does it fit in "Applications." installing suse doesn't seem to give you the chance to name your computer. Now my computer is called "linux-0qvi" or something strange like that. I want to name my computer. Can I do this now without screwing things up??
Also, during install, there didn't seem to be an opportunity to make a separate root password. My first (and main user) account is now set up with admin rights, so I have to type in my account password every time I do something as root. Can I set a separate dedicated root password without screwing up my system?
View 9 Replies
View Related
Apr 18, 2010
i have a script in /home/rpcaldeira/server.sh to start my source dedicated server. But i would like to start this on boot time. get this to start on boot time? I'm running openSuse 11.2 in Text Mode.
View 2 Replies
View Related
Feb 19, 2010
Running Ubuntu 9.10. In the Remote Desktop config dialog I get: "Your desktop is only reachable over the local network. Others can access your computer using the address 127.0.0.1 or tabatha.local." I understand this means only the loopback ip address is available. All my other machines show their true local ip address (e.g., 192.168.1.104) in this dialog. Thus I cannot log on to this desktop from other machines.
When I try to do a remote logon from another Ubuntu 9.10 box (or from an XP box using a VNC viewer), I get: "Connection to 192.168.1.102 has been closed." What steps are needed to make this machine show its actual ip address? All file sharing between the various machines is working properly and all windows shares back and forth between XP and 'nix, and among the the vaious XP boxes and linux boxes are available as designed.
View 1 Replies
View Related
Feb 14, 2011
I've never even set up a virtual desktop on Windows so I'm not sure where to start. I noticed that there's a menu in Ubuntu to set this up, but I followed the instructions (can't remember what they were off hand) and it said that the computer was only accessible through a LAN. I want to leave the Ubuntu machine (my laptop) at home and be able to access it through my desktop (Win7) in college (long story but I don't think that matters). It's possible to do this, right? How would it be done? I understand that LogMeIn doesn't work with Linux, so I'm guessing I have to use Ubuntu's default virtual desktop program and a Windows program like TightVNC, but I'm not sure how to make the laptop accessible from something other than a local network.
View 4 Replies
View Related
May 31, 2011
I am having difficulty sending files from a remote machine to local one using
Code:
scp
. It is working the other way however. local > remote. I am using the verbose options
[code]....
View 3 Replies
View Related
Sep 22, 2010
I'm trying to rsync a folder(and all subfolders) down to a local directory, upon completion I'd like the remote folder to be deleted.
What I've come up with is
Code:
rsync -rvtW --remove-sent-files -e ssh user@example.com:/remote/folder /local/folder
What this is doing is simply wiping the remote files within folders(not the folders themselves) and not actually syncing anything down to my local folder(as in no files at all on my /local/folder)
View 1 Replies
View Related
Nov 14, 2010
I have the need to SSH into a Slackware 12 box to provide remote support. I got this, but it doesn't provide for a real 2-way communication.
while : ;
do read -p "Enter text to Local: " TXT ;
DISPLAY=:0 Kdialog --inputbox "$TXT" ;
done
So this loops and all, but it doesn't have a history and I have to wait for a return from the Local operator. If the operator has changed focus I can be waiting all day for a response and I would have to start another session to post a second comment.
What is nice is that it's small and I can create the .sh when I remote in.
-----Update since I started
I now have two scripts to take over from the first one. I have to have 4 SSH running to get this to work.
1 SSH to move(archive) and create a chat.txt; it also fires off a .sh that fires off a console that tails a chat.txt so the operator can see the chat history
2nd SSH to fire off a .sh that loops a Local kdialog input box that appends the chat.txt 3rd SSH to tail -f the chat.txt file on the remote so I can see the chat history 4th SSH to loop a read -p on the SSH so I can append the chat.txt
View 5 Replies
View Related
Mar 18, 2016
I am trying to stream audio from one machine to several others via pulseaudio.
Following a bit of digging, I configured the "sender" with:
load-module module-null-sink sink_name=rtp
load-module module-rtp-send source=rtp.monitor rate=48000 channels=2 format=s16be
..and the "listeners" with: load-module module-rtp-recv
Then, playing on the sender, and using PulseAudio Volume Control /Playback to set "Null Output", my listeners all start working as expected. The outstanding problem is that the sender is silent - nothing from its speakers. Perhaps not surprising after the "Null" setting above.
Is it possible to stream like this and also listen on the sender at the same time -
View 6 Replies
View Related
Sep 27, 2010
I'm using Windows XP. I'm connecting to a UNIX box using putty SHH(ksh). Now I want to copy a text file present in remote host to my local system.
View 5 Replies
View Related
Jul 13, 2010
I have Ubuntu 10.04 (fresh install) and it is my work computer/Server and i'd like access to this PC from my home. But with Remote Desktop it only says i can do local.
I've look around and opened up port 5900 in my router. Set this IP to to static and forwarded the port to this computer.
I've read that unchecking the "configure network automatically to accept connections" as it seems to cause an issue in ports i've read. Still nothing.
Here is a screen cap of my settings
Uploaded with ImageShack.us
How can i allow access from my Windows Based PC to this computer over the internet?
View 1 Replies
View Related