General :: Everytime Launch A Program Cant Use The Console Anymore
Dec 5, 2010
My problem is, that everytime i launch a program, like a virtualbox image, the console launch it, but i cant use it anymore.
I use ssh with putty remotely, and the problem is that if i close putty console, the program closes too...
Can i do something to run the program independently of the console? or keep running after i close?
How i can i keep track of it when i open console again?
View 11 Replies
ADVERTISEMENT
Dec 31, 2009
I'm trying to launch a root terminal with a profile preloaded, but I'm not yet used to the way gnome handles its syntax, so the default link to root terminal:
Code:
Apparently, the method using gnome-terminal is to add a trailing
Code:
But this did not work, probably because in this case I'm not calling directly on gnome's terminal.
View 2 Replies
View Related
Sep 8, 2010
How can I start a program from tty1 console text mode to be executed in tty2 console text mode? Actualy I would like to start a program (chat client cli program) in tty8 automaticaly when linux PC boots.
View 6 Replies
View Related
Jun 14, 2011
I want to launch the screen program by default and automatically every time that I open the bash terminal. How can I set this in terminal? I'm using lxterminal - terminal for lxde desktop environment.
View 2 Replies
View Related
Sep 2, 2009
I have successfully customized linux (CentOS distro) using kickstart and custom splash screen. I havent added/installed any desktop (gnome/kde) package in my custom distro. So obviously after installation the linux will start in console mode.
My requirement is i have to add a custom gui which basically provides 1.product information 2. product agreement and 3. product cd key. My custom linux do not need a desktop, and just for my custom gui i do not wish to install all the desktop packages. Sitting with a blank slate if you know what i mean.
View 1 Replies
View Related
Jan 26, 2010
not sure exactly when this broke, but for some reason I'm not able to use CTRL-ALT-F1 anymore to fall back to the first virtual console.I can kill X with CTRL-ALT-BACKSPACE just fine, but I'd like to be able to get a normal shell to kill things when I've messed too much with graphical stuff.
View 4 Replies
View Related
May 31, 2011
I like the convenience of having a music player that manages the placement of my music files based on the tags of the files, sorting into a root music folder with Artist/Album/01 - Track Title.mp3 sort of hierarchy. Previously, I was using Banshee for this feature, as even most of the other gui music players don't have this library management feature. Now, I've been trying to use console-based applications, and I have been using mpd + ncmpcpp fairly successfully. When I download new music, it is downloaded to a specific folder, and that's not part of my music collection. My previous workflow would be to open a gui filemanager at the downloaded folder, and drag and drop those songs onto banshee, which would then make a copy of those files in my library hierarchy. Currently, I'm doing the same thing, using Banshee only as a sort of import program, then closing it and updating my mpd database, and there we go.
If at all possible, I'd like to automate this to something where I can define a watch folder, and when some magical program sees new music in said watch folder, it identifies the correct place for the files to be copied into my heirarchy, renaming folders and files to the correct format. I know I've written a lot describing, but I don't actually think this too uncommon a task, and I'm wondering if anyone has a solution for my problem.
View 3 Replies
View Related
Aug 25, 2010
How can you launch a graphical program from tty? It says that no display is available or something, how can i tell it to launch in the DE?
View 7 Replies
View Related
Apr 21, 2011
I was wondering if there was a program that deletes all the crap you dont need/use anymore off Fedora 14. I was wondering if anyone had any kind of program that is like "CCleaner" specifically for Linux systems.
View 6 Replies
View Related
Jun 10, 2010
The program is called the GNU C++ Compiler. I tried typing it in the terminal and pressing tab, but got nothing. How do I launch the program?
View 6 Replies
View Related
Dec 12, 2010
Running Ubuntu 10.10 / Netbook Remix. I'm slightly annoyed that I can't Alt+F2 to start a program. Is there any way at all to start a program without having tomouse/trackpad?Bonus info:
Code:
kristian@napoleon:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
[code]...
View 2 Replies
View Related
May 11, 2011
This is for a live performance type of setup. I have 2 graphics cards. One is attached to 2 projectors, which are what the audience sees. The other has a single monitor, which is backstage. The 'front' graphics card is configured in Twinview, and the 'backstage' one is configured as a second X screen by the nvidia settings control panel.
What I'd like to do is launch my show program from a terminal on my backstage screen, but have it show up on the other X screen, the 'front' one. X is amazing so I'm sure it can be done, but I'm having a hard time figuring out exactly how.
Personal Best for self-solving my own thread question:
Code:
DISPLAY=:0.0; xclock
launches on display 0
Code:
DISPLAY=:0.1; xclock
launches on display 1
[Code]....
View 3 Replies
View Related
Feb 2, 2010
I have a few issues. I have a usb kernel driver and I want it to launch another program that will monitor a serial port when the usb device is connected. then i want to close the program when the usb device is disconnected. I also want the driver to create a soft link to the serial port. I know the inner workings of kernel drivers... how to get my driver to exec a program.
View 4 Replies
View Related
Feb 27, 2010
I'm completely new to the Linux OS. It is very foreign to me, i'm very used to the way windows does everything, including how windows does installation. I know that Linux doesn't understand .exe files like windows does... which is part of the problem. I have a linux zip file of a program (Jgrasp) that I want to install. I unzipped it into my home file and then wanted to run the program, but I have no idea what to do next. How the heck do I run the program if i can't access the .exe's what files launch a program in linux?Also how do i get it to recognize the JDK files?
View 2 Replies
View Related
Mar 5, 2011
I've looked, but no luck. Coming from Debian, 5.02, is there a setting in Ubuntu 10.10 that will allow me to single click to open a folder/launch a program. I don't mean the one i am using now that is set up with the mouse setting where it seems to be an assistive technologies application where there is a slider to set the dwell time (when i use this one, i get a menu opening at the same time as the application launch), but the one where the pointer turns to a little hand when it moves over the icon, and opens/launches the program when the button is released.
View 3 Replies
View Related
Jul 20, 2010
I need to launch a program, throw up a pulsing status bar and then close it when the program quits. I cannot seem to launch the program (a bash script):
[code]...
This is where I'm getting my information: [URL]...
View 1 Replies
View Related
Mar 23, 2010
I would like to know if there is anyway of starting a program via console.
View 6 Replies
View Related
Mar 28, 2011
I would like to know whether there is a way of running a console program at startup. That means even before user login. My guess was that it would have to be run like a service but this idea comes from my ... windows" experience.
View 6 Replies
View Related
Jan 14, 2011
i was using a serial console program (not minicom) two weeks back but took a break and have no idea what it is! man, it was awesome, too. it had a nice gui, similar to hyperterminal...and from what i think i remember it came packaged with f14.
View 4 Replies
View Related
Sep 3, 2010
i create a file with .py extension and run it then on windows it opens up directly in command prompt, but wat to do if i wish to do the same in ubuntu, i.e. i want the .py file to run in terminal as a console program, which does not happen as such.
View 14 Replies
View Related
Dec 6, 2009
CENI is powered by sidux. Unfortuntaly it isnt working all the time. Is there something like CENI for console setup wireless?
View 2 Replies
View Related
Apr 2, 2011
I have a few XenServer VMs all running CentOS 5.5. Some are 32-bit and others are 64-bit.
Every time they boot, the following message appears:
Applying Intel CPU microcode update: [FAILED]
Does anyone know why this is happening and how I can fix it?
View 1 Replies
View Related
Mar 21, 2010
I edited fstab file and added my hdd partitions to it. just wondering should i manually unmount my partitions everytime i shutdown or restart.
View 4 Replies
View Related
Apr 30, 2010
I wanted to remove apache and it worked but everytime it`s installed it comes with the old settings...and I want the default ones..I don`t know to manage an apache server but i`m learning! I tried these commands and not of then didn`t had any effect:
apt-get remove apache2
aptitude remove apache2
rm -rf /etc/apache2 , rm -rf /var/www
dpkg -P apache2
and of course ... --purge remove apache2
View 5 Replies
View Related
May 10, 2010
ubuntu 10.04. My computer is left on all the time. My computer's screensaver comes on 10 minutes after last keystroke. Which is fine. However, when I return to use the computer and disengage the screensaver, ubuntu ALWAYS requires my password to continue. How do I stop ubuntu from asking me my password everytime I wake my computer up?
View 2 Replies
View Related
Dec 19, 2010
I am a programmer working on embedded linux, On my device, I need to set time everytime when I want to use it to check my program.
Is there any command or script which sets time from some Internet timeserver everytime?
View 1 Replies
View Related
Mar 24, 2011
i need to connect to a remote linux server on certain times (automated), but i need to log on to the server. So i want to make a script (shell perhaps) that periodically connects to the server and checks some files and folders.How do i automate it and how can i log on automatically to the remote server without typing everytime the password and login (the script should do it himself)
View 14 Replies
View Related
Jan 22, 2010
How an I tell gnome (using a script or setting in compiz settings)to only open application X on screen 1 and have it work from screen 0? example: I have nvidia dual/seperate screens runnig so I have screen 0 and screen 1 I cannot drag a window from one screen to the other I want to launch a program from screen 0 and have it open on screen 1
View 4 Replies
View Related
May 8, 2011
When I run yum list installed command the output shows two kernels:
[Code].....
Would it therefore be safe to remove the first kernel in the installed list to save having two kernels being updated everytime I run yum update? Or is the PAE kernel dependant upon the original?
View 6 Replies
View Related
Mar 23, 2010
I've been using this howto to set up automatic logins to virtual console using "a C login program" method. In slackware64-current updated till january it prompted me to enter a password before logging in, while now after installing latest updates and kde 4.3.5 from current it logs in automatically without any prompting.
View 3 Replies
View Related