Ubuntu :: Terminal Services Automatically Connect?
Jan 16, 2010
I currently have a startup application that automatically runs the Terminal Server Client at startup. what command I need to enter into the startup app that would make it automatically connect?
View 1 Replies
ADVERTISEMENT
Dec 27, 2010
Can anyone tell me what command can be used so that the Linux Centos Server starts mysqld, httpd and ftpd services at boot time automatically?
View 2 Replies
View Related
Jan 18, 2011
I have three HP diskless thin clients and a Server with Ubuntu installed. I'd like to be able to run the desktop version of Ubuntu on the clients straight from the server, akin to what would be possible on Windows Server running terminal services and thin clients. Is this possible?
View 1 Replies
View Related
Feb 13, 2010
I have been trying to install the KDE desktop via terminal services, but am failing because I have forgotten the syntax. Could some one please help? I know I did this for Gnome before, so I think it would be just as easy to install KDE with all it's dependencies.I am running Mandriva One Spring 2009 on my laptop and Mandriva Free 2010 on my desktop. I want to install KDE environment on both.
View 3 Replies
View Related
Jan 6, 2011
Every now and then on my non-graphical console-orientated Debian Squeeze system, some services see it fit to spill their juices all over what I am doing.
A message about a service stopping/starting/restarting prints at the location of my cursor ontop of whatever I was doing at that moment, forcing me to either redraw ( if the currently running application supports it ), background and then foreground what I'm doing or clear the screen if at the shell.
Code:
* Restarting OpenBSD Secure Shell server sshd
* Restarting advanced system logger rsyslogd
How can I stop these messages appearing? Even better would be to send them to /dev/tty8 where I've configured rsyslogd to write.
View 2 Replies
View Related
Jun 20, 2010
I have a RedHat linux server box connected to LinkSys router through ethernet port. I've assigned a static IP to the Linux box, which is out of range with router's DHCP range.
The Linux box has Apache, JBOSS, SVN and several other services installed, but none of these services are accessible through the WLAN. However, SSH and SFTP are accessible from WLAN.
Another interesting observation is that if I open a browser on the linux box (by exporting the DISPLAY to Exceed on my laptop on the WLAN) and point the browser's address bar to localhost:80 or localhost:9080, then I can access these services!!.. So, I suspect that something is wrong with accessing these services from a client on WLAN and I am looking for a solution for the same.
View 3 Replies
View Related
Oct 2, 2010
Having my Diploma Final Project on setting up a virtual mail server within Local Area Network (LAN) only. I had follow this how-to [URL] and complete up to squirrealmail web mail. I added two new user to try on sending and receiving mail. It works. I run CentOS on VMplayer. I using my laptop to do all the stuff, the laptop default OS is windows 7, I install VM player on it and run CentOS inside the VM Player.
I want to do testing on Windows 7 side by installing Thunderbird email client program, I want to connect to mail server with SMTP, IMAP/POP3 using the email service. I have problem while setting up user account on Thunderbird, Thunderbird seems like cannot detect my CentOS mail server. How? Do I have to do any other configuration on CentOS? Any DNS? Port number for IMAP, POP3 or SMTP?
View 1 Replies
View Related
Dec 7, 2010
So I want to get mount/umount option under right click services menu. I went to Dolphin -> Settings -> Configure Dolphin -> Services -> Download New Services and from there I installed KDE CDEmu Emulator and MountISO. But neither of them is showing up in actual context menu. Neither in Dolphin -> Settings -> Configure Dolphin -> Services for that matter. I tried to install them as normal user and as a root. I went to have a peak in /usr/share/kde4/services/ServiceMenus/ but they aren't there as well... It's just me or lots of things seems to be not quite working in 11.3?
View 9 Replies
View Related
May 13, 2010
I googled around and couldnt find what I was looking for. Maybe I used the wrong search terms, but whatever. I was wondering if there was a possibility to execute a series of terminal commands just by double-clicking an icon. For example, there would be an icon on my desktop, and if I were to doubleclick it, it would execute "cd ~/.wine2" and then "WINEPREFIX="$HOME/.wine2" wine program.exe".
I realise that most of you will probably go "duh, that's simple" or something similar, but I am extremely new to ubuntu, and dont know my way around yet.
View 3 Replies
View Related
May 22, 2010
10.04 LTS 64bit How can I setup a script to run in the terminal automatically?Currently I have a script on the desktop that when I double click it brings up a dialog that asks me to Run In Terminal, Display (in gedit), Cancel, or Run. I'd like to get rid of this extra dialog and have the script just run in the terminal.
View 2 Replies
View Related
Nov 23, 2010
i'd like to ask how could I save my Terminal Sessions to a text file or something like the option we could do at Putty or Kitty?
View 1 Replies
View Related
Jan 15, 2010
I had automated some tedious commands in the terminal by writing them in a text file and placing an icon on the panel. By clicking the icon the commands ran in the terminal automatically. I cant for the life of me remember the icon command I used to get this to work.
View 3 Replies
View Related
Jul 26, 2010
I can't open my terminal anymore. I changed a preference under the Title and Command tab in the preferences of the GNOME terminal. I put a custom command instead of the normal shell, but after I closed I realized that under the "When Command Exits" menu, I chose "Close Terminal". This means that the terminal closes automatically as soon as the command is done. After I open, it finishes the command and closes. I was wondering whether there is some way to change the terminal preferences from somewhere else or reinstall the terminal, and I obviously can't use terminal commands.
View 6 Replies
View Related
Sep 28, 2010
One of the first things I do when starting Ubuntu (Netbook Edition) is to open a Terminal (ctrl-alt-T) with three tabs in it (ctrl-shift-T, ctrl-shift-T), one with irssi, one with ipython and one extra with just the commandline. Then I set the titles (F2) of the first two respectively to "irssi" and "ipython".Is there some way to write a script that automatically does all this? Or maybe save this configuration in a profile setting or something?
View 3 Replies
View Related
May 12, 2011
Problem with use of -hold|+hold on rxvt-unicode (urxvt) v9.09 on ubuntu server. On startup, I'm trying to launch terminal apps in urxvt automatically. E.g:
Code:
"urxvt -e /usr/bin/weechat-curses +hold"
or
Code:
"urxvt -hold -e mutt"
However, -|+hold does not seem to hold the terminal open. There is a flicker of a new window opening & then it's gone. I'm trying to invoke this from .xinitrc (startx-->.xinitrc) and also tried commands from inside awesome wm rc.lua (awful.util.spawn_with_shell("urxvt -hold -e mutt") seem to get same flicker result but closes immediately. I see this error in .xsession-errors, which might be relevant (do I perhaps need to specify the display??).
Code:
[1461:1634:41805904:ERROR:all_status.cc(117)]
Unrecognized Syncer Event: 7
E: awesome: a_xcb_io_cb:230: X server connection broke
urxvt: X connection to ':0' broken, unable to recover, exiting.
Code:
rxvt-unicode (urxvt) v9.09 - released: 2010-11-13
options: perl,xft,styles,combining,blink,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,afterimage,XIM,frills,selectionscrolling,wheel,slipwheel,smart-resize,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm
Usage: urxvt [-help] [--help]
...
[-n string] [-sl number] [-embed windowid] [-depth number]
[-/+override-redirect] [-pty-fd fileno] [-/+hold] [-w number] [-b number]
[-/+bl] [-lsp number] [-letsp number] [-/+sbg] [-mod modifier] [-/+ssc]
[-/+ssr] [-pe string] [-blt string] [-e command arg ...]
Code:
~$ awesome -k
✔ Configuration file syntax OK.
link to urxvt man: [URL]
View 7 Replies
View Related
Sep 13, 2010
How can Vsftpd services & Xinetd.d services can be differentiated?
View 5 Replies
View Related
Nov 25, 2009
Is there a good terminal services client available I can connect to my Windows boxes from Fedora12? I am willing to pay for a commercial license if there is a good one
View 7 Replies
View Related
Sep 24, 2010
I did an automatic update and rebooted this morning and I now have a bit of a nightmare situation where I can't open the majority of applications, including the terminal. When I rebooted, my desktop loaded as normal, but then when I try to open the terminal (from Applications -> Accessories or from my quick launch panel), nothing happens other than the quick launch panel disappears for a second then reappears. This is the case for most other apps, but not for Chrome (obviously).
EDIT: Used Alt+F2 to open the terminal, ran safe upgrade and then rebooted, but still having the same issue. As Ubuntu was booting, there was a "Broken pipe" message, which didn't stop the boot process but is still a bit worrying. I've run a file system check but this hasn't resolved the problem either.
View 9 Replies
View Related
Jun 25, 2010
I want that when ever my Red Hat Linux machine use run level 5 it automatically open terminal. Is there anyway to do it? Normally I see the desktop, Right click on anywhere and click for terminal then it can see terminal.
View 6 Replies
View Related
Jan 18, 2010
I have to run a program repeatedly that demands a few responses from the users when run: a few yes/no questions and a filename. To save time I was going to use a script. I already use this one to run the program once ("program" is the command to launch the program I use):
Code:
program << echo
file.log
y
n
[Code]....
View 2 Replies
View Related
May 3, 2010
for some reason when I boot up Ubuntu 10.04, does not automatically connect to my unsecured wireless network.I have to click on the wi-fi icon on the bottomright and select my network each time.
View 3 Replies
View Related
Jul 24, 2010
There are often times when the best way to launch an application is from the terminal, but it is a graphical application and after it is launched the terminal is useless.
Examples of places where a terminal is convenient are when a process starts lots of child processes and is also unstable; you can be sure to kill all of its children simply by using Ctrl-C at the terminal. Also it allows me to read program output and to set up the terminal environment to be optimal for the application (for example "unset LIBGL_ALWAYS_INDIRECT")
With GNU screen, I can get around the hassle of having a terminal window open by using something like the following in a terminal window:
Code:
screen
my_command
Ctrl-A d
and then I can close the terminal and the program will keep running. Then I just type "screen -r <Tab>" (the tab will get me my screen session if there is only one such session) in any terminal window, even a tty, and I can get the screen session back and use Ctrl-c or something.
So my question is, is there a way to do this automatically so that a launcher or script will start a screen session, inside that screen session start a process, and then detach from that screen session without me having to manually open and close a terminal and type the commands?
View 2 Replies
View Related
Jun 7, 2011
I am using red hat .I want that when ever the user login in GUI interface the terminal windows automatically open and then the user want to logout it 1st close the terminal and then login. There is a file in #ls -a i.e .bashrc and .bash_logout
View 13 Replies
View Related
Jun 19, 2010
This is a recent problem, may be about a week. Upon booting my computer, Dropbox does not connect to the internet. I have to stop dropbox from the top panel and run it again from the menu. Then only it connects.
View 4 Replies
View Related
Aug 23, 2010
I am using a very reliable VPN connection right now, and would like for it to connect automatically. The checkbox for 'Connect automatically' in editing the VPN connection does not help.
View 2 Replies
View Related
Aug 26, 2010
Hi all, a new Linux user and long time Windows user, I have added a dual Boot to my Samsung N220 netbook to dual boot to Windows 7 or Ubuntu Netbook, Very pleased thus far, I had a little trouble getting the wirless network to connect and had to update the drivers via a wired connection.
My issue now is that I have to manually connect to my wirless network each time I use the netbook, I checked the box to automatically connect, but this does not seem to work. If I use the link at the top and select 'Connect to Hidden network' (my SSID is hidden) it will then allow me to select a previous connection and then connects fine, but I thought like Windows it would have connected automatically if a listed network was in range. Any ideas what the problem might be or suggestions to get this working better?
View 1 Replies
View Related
Apr 14, 2011
My hard drive crashed and I put in my old one. Re-installed Ubuntu and now my wireless don't connect. I have to choose my network, then enter my password to get it to work.
View 3 Replies
View Related
Jun 1, 2011
I'm using a Linksys router and have just installed Ubuntu 11.04. I was hoping each team I logged in that it would connect automatically to my router but I always need to manually click on it to connect.
Under Network Connections - wireless it is listed as Auto Linksys but doesn't connect automatically.
Is there a simple way to resolve this? I can't see it.
View 2 Replies
View Related
Mar 3, 2010
I'm trying to set up automatic recording of user sessions when they login without their knowledge. I tried sticking the script command into /etc/profile and but that didn't really work. I also tried /etc/bashrc but that had the same affect.I have also tried setting the shell in /etc/passwd to SHELL=/bin/bash /usr/bin/script -q /testing.txt.
View 8 Replies
View Related
Jun 29, 2010
I've seen other users post this same issue, but can't find anyone who has been able to solve this problem...
I have SSID broadcasts turned off on my wireless router (always a good choice for increased security). Even though I have put a check mark on "Connect Automatically" in my wireless network's configuration under SYSTEM > PREFERENCES > NETWORK CONNECTIONS, it will not connect automatically. I have to click on the network manager icon in the notification area of my desktop, and select "CONNECT TO HIDDEN WIRELESS NETWORK" in order to get online. Network manager does indeed connect automatically to APs that broadcast their SSID. (I don't want to enable SSID broadcasts on my router.)
View 9 Replies
View Related