General :: Find If The Application Has Fully Loaded?
Feb 16, 2010
I need to run another little GUI application xyz after Firefox gets loaded up fully. How do i find that firefox has fully loaded?If i runQuote:
#!/bin/sh
firefox
xyz
[code]...
View 1 Replies
ADVERTISEMENT
May 4, 2010
Out of curiosity, can you chainload a Linux system via a Windows executable within Windows at the ordinary desktop?Knowing windows there would be enough holes to write at any memory address without "permission", but can it be done with a humble executable? Or is Windows just too active, without the chance of nothing happening at any one pointo that everything can be exited cleanly non-existent?I'm not asking for a program or guide to do this and neither do I aim to do it. As I've stated it is all out of curiosity on whether or not some sort of protection is in place to stop this kind of thing
View 5 Replies
View Related
Apr 13, 2011
I have servers where the disk is partitioned into OS and application partitions. The application is rather sloppy with its file handles, and frequently when there is a system crash, its file systems get corrupted. This will cause fsck to halt the boot, requiring me to get on a remote console, enter the root password, and fsck the file systems.
Is there a way to have just the OS partitions get checked and mounted, then check the application systems, only after the OS is loaded, so I can ssh into the system, instead of having to use a bandwidth-hogging remote console?
The app partitions are already at fsck level 2 in /etc/fstab, but this doesn't prevent OS loading from halting. If I set the fsck level to 0, I don't want the application to start if the partitions are unavailable. Should I just leave the fsck level at 0? Or should have the partitions marked "noauto", then have a startup script run fsck and mount the app partitions?
View 2 Replies
View Related
Feb 18, 2011
How do I find the folder where my eclipse was being installed in linux?I can run it via console, but I dont find the folder.
View 3 Replies
View Related
Jun 21, 2010
How do I find the port which is used by a particular application ?. And how do I terminate that process?
View 2 Replies
View Related
Feb 2, 2010
How do you find out which driver is being used for a certain device. Say that I run lsusb and I find "Bus 007 Device 002: ID 046d:c043 Logitech, Inc. MX320/MX400 Laser Mouse", how can I find out what the active driver for the device is?Also, is there some way to list all available drivers for a device? Is there a way to change the driver at runtime?
View 1 Replies
View Related
Apr 20, 2010
I am trying to find out the command to list all the devices mounted at boot-time.
View 5 Replies
View Related
Aug 3, 2010
Used to work perfectly. I attempted to install VPN client, result is can't connect to anything. Networks are seen by network manager, nothing happens when click connect. Results below:
Wireless LAN present in Hardware information. Atheros AR242x 802.11abg Wireless PCI Express Adapter (wlan0)
Kernel Driver: ath5k
168c:001c
/var/log/boot.msg
[code]....
Advice is to use output of dmesg command to find problem, but as above I don't get any results for this in terminal.
attempt to ping external site
linux-cfi6:~ # ping -c 66.70.73.150
Usage: ping [-LRUbdfnqrvVaA] [-c count] [-i interval] [-w deadline]
[code]....
View 1 Replies
View Related
Sep 23, 2010
managed to get things working so well on my laptop i thought i'd install ubuntu onto an external drive so i can boot to either xp or Ubuntu whenever i want, when i started up after the install it doesn't recognise the drive i loaded it to and appears to have lost the link to xp. the exact words are:
error: no such device: 4368f21f-d1b6-4c60-8c6b-4d2d38d16920.
grub rescue>
what i can do to get my xp back, my wife uses the xp and will kill me if i don't sort it, fortunately the comps unrealiable anyway!
View 1 Replies
View Related
Jan 5, 2010
I recently installed CentOS 5.4 in my laptop. Initially I had difficulties in getting the machine up and running. So I went with the option of installing just the bare bones of CentOS 5.4. I did this by clearing all selections that are shown by default when you load CentOS 5.4 CD 1/6. This installed just the kernel and created only the root user. Right now, my laptop boots up in command line and I can login only as root. I would like to know if there is any document or any web URL that explains how to get a fully functional system from the scratch. Something like an installer manual or check list with instructions. Is there any document that you can refer to in situations where you have to manually install the drivers and configure the system because of some odd combination of hardware the machine has.
View 14 Replies
View Related
Sep 3, 2010
IS SELinux fully supported by debian
View 1 Replies
View Related
May 10, 2011
I tried copying files from my ubuntu computer to a usb drive. But the file transfer doesn't complete and gets stuck at some point.
Ex: If I try to copy a file having a size of 622MB, the files transfer runs smoothly till maybe 617MB and then doesn't proceed at all.
View 1 Replies
View Related
Mar 30, 2011
Is there anything that Windows can and GNU/Linux can't in Web programming and design?
View 10 Replies
View Related
Nov 18, 2009
While I have been using Linux for many years (Slackware), I have found myself facing a special need that I can't quite figure out.I work at a club where I use iMovie on my Mac to create a DVD that plays on all of our TV's displaying our upcoming lineup of bands.In order to save on DVD's, I would like to create a very small form factor PC running Linux with the following requirements: the computer must boot into Linux and log itself in, the computer will boot up with a thumb drive attached containing a movie file of the most Linux compatible video format. After booting up and logging itself in, the video on the thumb drive must start playing automatically in full screen mode and in a continuos loop.So the whole thing needs to be automated from boot to playing movie; only the power button should ever need to be touched.
View 3 Replies
View Related
Oct 19, 2010
I have searched for the solution with no luck and still wondering if there is a way to find out what's an application process name is from the name of the application itself. And then pkill the process from the terminal.I tried using
Code:
ps -e | grep ....but it says[code]....
View 6 Replies
View Related
May 10, 2011
I just updated to 11.04 today after deciding I couldn't just read about Unity anymore and wanted to experience it for myself. I'll save my thoughts for the Experiences forum; suffice to say that so far I think that it's organized and, for the most part, intuitive.
That said, I am having a problem finding an application that I know is installed. I use Crossover Games to run Steam, and though Steam is running just fine (just played a quick game of TF2 to make sure) I cannot for the life of me find Crossover. In 10.10, it was under Applications > Games. In Unity, it will not show up no matter how I search for it (Steam, however, does with no issues). I have searched for Crossover, codeweaver, cross, code, games, etc, to no avail.
Any tips or comments on how I may find this application? It shows up in my Installed Software in Software Center even!
View 2 Replies
View Related
Jul 20, 2011
I know very little about Linux. I've always used ( and been abused by) Microsoft. So: should I use Linux instead?
If Linux is that good why is is that MS is usually loaded as the OS?
View 14 Replies
View Related
Apr 14, 2010
So, I have this application called Impact, it is an explicit time integration Finite Elements code written in Java...
[url]
I untar the pack, and launch the application calling a script, from within the untarred folder,
Code:
This launches a gui which allows me to setup a case, which needs some setup file, tipically some *.in and a mesh file, tipically some *.msh.
Other mode of executuion consists of calling the setup file as argument to Impact.sh script ( CLI execution mode, for g33k5 )
My problem is : I have packed the whole stuff into a Slackware .tgz, that places it in /usr/local/Impact, and placed a calling script in /usr/local/bin,
Code:
Code:
I decided to hack the ImpactGUI_OGL_linux_amd64.sh script from
Code:
Code:
no avail,
Code:
even after adding /usr/local/Impact/bin to PATH... won't go...
I can run this thing from within its directory... but I do not like messing within the directories of my applications, this is why I sent this to /usr/local, and placed a calling script in /usr/local/bin...
View 4 Replies
View Related
Jun 11, 2011
Is there a general command which gives information what exactly causes a segmentation fault to an application. Some application have not options like debug , launching the application from a command line returns "segmentation fault" as result. That does not give information what make the application to crush , especially if another application or a plug-ins messing up with the launched application.
View 5 Replies
View Related
Jun 27, 2010
Using Jaunty and trying to install a 56k modem driver with gdebi but when I go to install it tells me I have to close all other application managers. I cannot find any other application managers running in system monitor. Synaptic and update manager are both off at this point.
I'm in a dual boot with xp. Something tells me I should have bought that USR modem with the native Linux driver rather than the cheaper Aopen unit
I will be upgrading to Lucid in the coming weeks but would like to resolve this beforehand if possible.
View 9 Replies
View Related
Aug 3, 2010
Is there any way to find out the space consumed by a particular application??
AFAIK,applications installation are distributed across various directories in Linux(man pages,executable files,etc..)and the very close i can get is to run 'whereis' command which gives me all the paths where the application's files are stored.
Do i have to manually go to each and every such paths and check their sizes??
View 9 Replies
View Related
Nov 23, 2010
I am a beginner Ubuntu 9.10 user. I downloaded and installed the latest version of the sun VirtualBox. My problem is I cannot find where it is installed and that's why I could not run it. Generally, when I install a program the shortcut appears in the menu "Applications->ClassOfInstalledFile". But Virtual Box did not appear. How to find the icon, or simply how to run this application and have a shortcut of it on the "Applications" menu?
View 1 Replies
View Related
Jun 21, 2010
I am new to centOS and one of my application need linux source code as such I am failed to find suitable link for that. Any suitable link for Linux kernel version: 2.6.18-194.el5.
View 2 Replies
View Related
Nov 18, 2010
i am looked htop load CPU and it showed to me that kernel loaded CPU on 100%.
View 9 Replies
View Related
Feb 1, 2010
I know that every .desktop file comes into the Applications section but how can I find the .desktop file for a specific application?
View 5 Replies
View Related
Mar 5, 2011
I have been trying to download different applications and some of them have two options i386 or amd64. How do I find which application it is on my computer processor?mk631219
View 1 Replies
View Related
Jul 13, 2011
How can I see if a shared library is currently loaded? (i.e. system-wide, process agnostic)How can I see all shared libraries loaded by a process?
View 2 Replies
View Related
Dec 26, 2010
I ran iptables save but on a server reboot it just loads the default firewall config. how I can get it to load and flush my custom iptables script on reboot?
View 1 Replies
View Related
Nov 28, 2010
I recently updated the kernel from SLES 11 to SLES 11 SP1 .However my kernel modules are not getting loaded and they throw an error such as shown below:"Errornserting mii : Unknown symbol in module, or unknown parameter (see dmesg)"
View 8 Replies
View Related
Jul 21, 2010
my distro is centos 5.3.today i boot the computer,i saw an error "grub stage2 is not loaded" and the system is halted. is it needed to reinstall grub? pls give me the step-by-step solution.
View 4 Replies
View Related