Ubuntu :: Ssh To A Box And Launch A Programme

Jul 19, 2011

Is that possible to ssh to a box and launch a programme, say firefox, have the session disconnet when not using it and then you can reconnect to the same session again?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Launching Programme At Start

Dec 31, 2010

I've written a simple program in C++ that I want the system to launch each time I turn the ubuntu system on. Any idea how to do this?(I'm not an expert either so please be explicit )

View 3 Replies View Related

General :: Is Ubuntu OS Or Just Software Programme?

Sep 21, 2010

When opening ubuntu live cd it appears to me as an operative system. Can it replace an os OR SHOULD IT BE USED ALONG WITH A SUITABLE OS? If it is the second option then what system to adopt? At present Ihave an XP prf.

View 3 Replies View Related

Ubuntu :: Create A Launcher For Java Programme

Aug 11, 2010

I have a programme known as OpenRep which can be launched by executing the file named OpenRep.jar by OpenJDK Java 6 Runtime programme This programme can also be launched through terminal by the command

Code:

java -jar OpenRep.jar

The location of the programme is in my Home folder. Well I would like to create a launcher for that programme.

View 9 Replies View Related

Ubuntu :: Programme That The Volume Control On The Keyboard?

Oct 23, 2010

good programme that the volume control on the keyboard can work on the master control?

View 1 Replies View Related

General :: How To Use Fork In My Programme

Aug 31, 2009

1) Write a C program using the fork() system call that that generates the Fibonacci sequence in the child process. The number of the sequence will be provided in the command line. For example, if 5 is provided, the first five numbers in the Fibonacci sequence will be output by the child process. Because the parent and child processes have their own copies of the data, it will be necessary for the child to output the sequence. Have the parent invoke the wait() call to wait for the child process to complete before exiting the program. Perform necessary error checking to ensure that a non-negative number is passed on the command line.

2) Repeat the preceding exercise, this time using the CreateProcess () in the Win32 API. In this instance, you will need to specify a separate program to be invoked from CreateProcess(). It is this separate program that will run as a child process outputting the Fibonacci sequence. Perform necessary error checking to ensure that a non-negative number is passed on the command line.i have done with Fibonacci sequence .but i dont know how to include tht fork() function and win32 api .any one can help to finish?

View 4 Replies View Related

Programming :: Spawn Web Browser In C Programme?

Sep 23, 2010

i want to spawn the browser in c programme like qtp & selenium.

View 1 Replies View Related

CentOS 5 :: Sometimes Programme Gives Segmentation Fault

Aug 20, 2011

I am new at Centos. Sometimes my programme gives segmentation fault. This line is from it:./hlds_run: line 321: 5680 Segmentation fault $HL_CM

View 1 Replies View Related

Ubuntu :: Kill An Open Programme With The Keyboard (in Karmic Koala)?

Jan 20, 2010

Occasionally my mouse and touchpad freeze. How can I kill an open programme with the keyboard (in Karmic Koala)?

View 4 Replies View Related

Ubuntu Security :: Small Portable Encrypt/decrypt Programme ?

Mar 31, 2011

I was wondering if any free, small, portable, cross platform programme exists for encrypting/decrpyitng simple txt files?

I know a couple of small ones for windows systems (nosee, dscrypt) but i wonder if there is any i could use on both linux and windows OS. the idea is to be able to carry it on USB key and the programme (or probably there will have to be 2 versions of it) would run either on windows or linux os and i could decrypt and encrypt the file if i needed to. no matter on what system i plug the USB key to.

View 9 Replies View Related

Fedora :: Unable To See Minimize Programme On Desktop Bar

Nov 20, 2009

I m newbie in Linux os & i need help from all of you so please help me on this issue.i'm Unable to see minim ize programe on desktop bar.please have a look on image.9 programes running but

View 7 Replies View Related

General :: Programme With Grammar Mistake [ Can't Find Out

Apr 25, 2011

i just can't know how to get it work.

Code: #include<stdio.h>
main()
{
int _res;int i=3;int b=5;
asm_ ("add %1,%0"
:"=d"(_res):"a" (b),"0" (i));
printf("%d",_res);
}

View 4 Replies View Related

Software :: Run X Server (or Equivalent) For A Single Programme

Oct 13, 2010

I discovered that if you install directFB (a framebuffer display library magic thing) you can run "links -g" which makes an attempt to be graphical, but it's still not quite the same as a normal browser... I was wondering if there was any way to run an X server for a single programme, or an equivalent solution. Essentially, what I'd like to be able to do is run, say, "startx firefox [URL] and for an X server to be created solely to run my firefox instance. Obviously, the current behaviour (at least, in Ubuntu, as I haven't installed X on Gentoo) is to bring up a graphical login screen, allowing me to start an entirely new X session. Is there a way to do this, or is it just "not how X works"?

View 2 Replies View Related

OpenSUSE Multimedia :: Download A Programme From The BBC Iplayer, Using Get_iplayer Version 2.48?

Nov 24, 2009

I am trying to download a programme from the BBC iplayer, using get_iplayer version 2.48. I get an error message saying that it needs rtmpdump >= 1.5, or flvstreamer. I have rtmpdump version 1.4 installed, but can't find either rtmpdump>=1.5 or flvstreamer for opensuse (11.1).

View 9 Replies View Related

Ubuntu :: Uunable UFW Configuration, In A Programme Called Firewall Configuration

Feb 4, 2010

When I enable UFW Configuration, in a programme called Firewall Configuration, runs along with the System. Now, I configured it such that it can run along with the Session. Now, Ubuntu is already secure. So, is there any need for additional Firewall like this? (ufw is already present in Ubuntu, and this only Configures it). And, is it required to have it enabled always for keeping the Firefox running? (Because It may consume System Resources). Or, is there any other firewall that consumes less System resources or runs at the Background?

View 1 Replies View Related

General :: Make Use Of An ".so" Module In Python Programme?

May 13, 2011

I am new to linux. I want to make use of an ".so" module in my python programme. I have successfully installed the ".so" module by a setup file. But when I try to import the ".so" module in my python programme I am getting an error like ImportError: /usr/local/lib64/python2.5/site-packages/_first.so: undefined symbol: __fread_chk.I am working on opensuse server. Please let me know if you require any further information.

View 2 Replies View Related

Ubuntu :: 11.04 Launch Bar And Top Bar Gone?

Apr 28, 2011

I have been using ubuntu since 10.04 version and configure with compiz to activate the corners, cube, etc. No problems with that. When I upgraded to 11.04 these things were not working but honestly I did not care that much and was just playing with compiz, so I was playing with an option in compiz about the size of the icons in the new 11.04 launch bar, just when I clicked it my top bar and launch bar are gone and not coming back after rebooting many times. BTW I already uninstalled compiz via terminal and the same problem is happening, maybe important for you to know (alt+f2 or other shortcuts not working except for ctr+alt+t)

View 9 Replies View Related

Ubuntu :: Not Able To Launch .jar

Jun 29, 2011

i run xubuntu 10.04 and for the past 2 hours i was trying to launch a .jar file and finnaly when i installed java properly this happened:

Code:
sasha@sasha-laptop:~$ java -jar '/home/sasha/Desktop/Minecraft stuff/minecraft.jar'
Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
at java.awt.Toolkit.getDefaultToolkit(libgcj.so.10)
at javax.swing.plaf.basic.BasicLookAndFeel.initialize(libgcj.so.10)

[Code]....

View 1 Replies View Related

Ubuntu :: Tomboy Does Not Launch?

Jan 6, 2010

I am attempting to use tomboy and it does not launch giving me the following:
Code:
~$ tomboy

(/usr/lib/tomboy/Tomboy.exe:3602): GLib-WARNING **: g_set_prgname() called multiple times
(/usr/lib/tomboy/Tomboy.exe:3602): GLib-WARNING **: g_set_prgname() called multiple times [INFO]: Initializing Mono.Addins

[Code]...

installing all the packages again without comment or error, but the problem persists with exactly the same error as above.

View 3 Replies View Related

Ubuntu :: 9.10 Fails To Launch?

Feb 27, 2010

I installed it yesterday. It worked well. I was able to log into windows without any trouble and restart into Ubuntu without a hitch.

This morning I launched Ubuntu as usual vi GRUB. I was asked to install about 135 upgrade files, which went withou an apparent challenges. I then went through the restart and noticed that there was an extra two choices in GRUB, but I just left it to launch Ubuntu automatically. Which it did.

I then messed about with the appearance settings. Noticed a some more updates were waiting which included 49 files. I went through the updating process and restart.
GRUB worked well, and I was soon loggin in with username and password.

The Ubuntu Screen became visible with the flashing horizontal line and about 3 seconds later everything froze. I waited for several minutes - I timed them - but still no progress - everything remained frozen.

I switched off the machine completely, as I knew of no other way to get out of this situation. I rebooted and when GrUB launched I booted into windows 7 with absolutely no problems.

I used restart in windows and then allowed GRUB to boot into Ubuntu. Once more I was able to log in but soon after the Ubuntu Screen appeared and the horizontal line flashed for a few seconds, everything froze. This time I waited five minutes before switching off the machine by disconnecting at the mains.

I am now using windwos 7 to make contact

View 4 Replies View Related

Ubuntu :: Can't Launch .sh From Icon

Jun 18, 2010

I am running Kubuntu 10.04 and i want to make some icons on the desktop to launch various telnet sessions. So i make a .sh using vi test.sh and then put in telnet 180.9.x.xx and save and quit. Then i chmod 777 it to make it executable and then moved it to my Desktop folder. But when i double click or right click and open with konsole nothing happens. I know it is probably something stupid which i have overlooked but when i have done this in Ubuntu in the past it has worked.

View 7 Replies View Related

Ubuntu :: Can't Get Osx To Launch With Grub2

Aug 29, 2010

I have an acer aspire one. I had iPC osx86 10.5.6 installed on it. then I installed ubuntu 10.04.1 and now i cant get OSX to start up. OSx shows up in grub but when i select it i just get a blank screen.

View 2 Replies View Related

Ubuntu :: Sigil Won't Launch / Fix This?

Nov 21, 2010

I downloaded the current version of Sigil 64bit from Google Code https://code.google.com/p/sigil/ and it is just not working. Whenever I try to launch it the screen appears for less than a second and then vanishes. Does anybody know how to fix this?

View 5 Replies View Related

Ubuntu :: Launch Apps In Gui From Other Tty?

Mar 24, 2011

[URL]theres a thread asking to issue commands to one tty from another, i'd like to know, if there's a way this can be done without screen, and so that you could issue commands to the gui, from other tty.

View 1 Replies View Related

Ubuntu :: Autohide The Launch Bar In UNR 10.10?

Mar 30, 2011

Is there a way to autohide the launch bar in UNR 10.10? I thought there was a way in the older versions.

View 3 Replies View Related

Ubuntu :: Launch App At Sleep?

Jul 7, 2011

how to tell to the linux system, that when it will switch to the sleep mode, system launch a specific code (in python).

So two solution possible?

1) set a specific config file witch inform system to launch a python.py code. ?

2) config my own screensaver witch execute app when system call it. ?

In the two case, I don't find informations on the web.

View 1 Replies View Related

Ubuntu :: Getting A Script To Launch On Login?

Mar 14, 2010

i've been looking for an answer to this for a few days now before i decided to post. i have a simple script that works perfectly if launched manually from an xterm window. the script has been already been chmod +x.

i have my account set to autologin to an xterm session. i have symlinks in rc2.d and the script itself in init.d. i can't find any clear explanation of where i need to put my script to it launches itself right after my account logs into an xterm session. i can ./script after my xterm session starts and everything works fine but i just cannot find where to put it so it launches after my acct auto logins.

View 4 Replies View Related

Ubuntu :: Apps Slow To Launch?

Mar 15, 2010

I did a install of 9.10 on a Lenovo T61p a few weeks back. The install went seamlessly and everything was running along just fine, then suddenly, I'm having the problem that every time I go to launch a new window, it takes 30 - 40 seconds for the window to launch. Once the window is launched, performance seems normal, with one exception. When I go to launch Nautilus from the "Home Folder" menu under "Places", it takes 30 - 40 seconds to launch the window, then another 10 -15 seconds for the folder items to appear. If I click to descend into a folder, it takes 10 - 15 seconds for the folder contents to appear. This stuff was all instantaneous.

View 2 Replies View Related

Ubuntu :: Flash In Firefox And Launch WoW

Mar 29, 2010

I made an error by downloading and installing a new version of firefox. I do not manage any more to install the flash! I would also play World of warcraft but I have a little problem. I know it is not precise. But my english teacher would we make a discussion of anything in English, for 30 minutes. Thus it would be cool if anybody can contact me on <snip.> We could discuss about these problems with skype.

View 7 Replies View Related

Ubuntu :: Mldonkey-server Could Not Launch?

May 21, 2010

I found my mldonkey-server curiously could not launch after rebooting To confirm my suspicion, after the following command:

Code:
root@Mldonkey:~# /etc/init.d/mldonkey-server start
Starting MLDonkey: mlnet.
I run
Code:
root@Mldonkey:~# telnet localhost 4000
Trying ::1...
Trying 127.0.0.1...

[Code]...

View 7 Replies View Related







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