OS X :: Run Two Things Simultaneously Via One Shell Script?
Apr 17, 2009Can you run two things simotaniously via one shell script?
View 1 RepliesCan you run two things simotaniously via one shell script?
View 1 RepliesWe have:
1. MAC OS X iAtkos 10.5.7 updated to the latest version.
2. GygaByte GA-EP43-DS3L
3. nVidia GeForce 8500 GT 256 Mb
4. Nec AccuSync LCD 223WM (LCD 23 ")
5. LaCie Electron 22 Blue IV (CRT 22 ")
Problem:
When connected to two monitors, one of them displays a welcome screen, and then both turned off.
Hoping for some help with this I would like to use my macbook and a Dell monitor simultaneously controlled through an external keyboard/mouse. What do I need to set this up?
I want to double the amount of "screen space" and use a keyboard and mouse for both.
Is their a way to simultaneously use the headphone ports on the back and front of the mac pro?
View 2 Replies View RelatedWondering if its possible to configure Mac os X so that when i launch Dreamweaver, another app automatically launches at the same time?
View 1 Replies View RelatedI want to hook up two external webcams to a Macbook or an iMac and be able to display a live view of both camera images at the same time.
It doesn't matter if the live view is a single app showing both cameras or two separate windows, as long as both images can be viewed simultaneously on the desktop.
Can anyone recommend the hardware (webcams) and software I would need to accomplish this?
I read a post recently? about a program which enabled you to open two finder windows simultaneously, one above the other. Does anybody know the name of this program or can they recommend similar.
View 21 Replies View RelatedI want a widget that displays the current temperature in C and F without having to keep going to the options to switch over. This is just so I can get a feel for Celsius and Fahrenheit differences
View 2 Replies View RelatedI have a Canon 9950F scanner and an external G-Technology 1TB HD. I connect them through Firewire (800 for the HD and 400 for the scanner) and can use either of them separately with no problem, but recently I tried to use them simultaneously and found out that turning on the HD while using the scanner interrupts communication with the scanner. This happens with both a 2008 Mac Pro or a 2008 MBP.
Apple says this could be caused by the Canon scanner driver. Canon says it is an Apple problem. I can get around by connecting either peripheral through USB but I prefer to use the FW connections (800 for the HD and 400 for the scanner). Any thoughts?
I am looking for some software for mac that allows me to record from up to 4 webcams at one time. So far I've only found this one called EvoCam, but I don't feel like paying that much and it's got way more features then I need so it's not worth it. I don't mind paying a bit of money but 95% of the features in EvoCam are useless to me.
View 1 Replies View RelatedI guess my question is has anyone attempted or tried say put 2 graphics cards in the mac pro and install osx on one separate hdd and vista on a separate hdd of its own and simultaneously run both os on each of the monitors. Wouldnt that be cool?
View 10 Replies View RelatedI'm repeating a thread here but I'm wondering what's the advantages of having Windows on a Mac?(I'm assuming you all are running OS X simultaneously)
View 13 Replies View RelatedRecently, my 14" iBook running tiger 10.4.11 has been acting really strange.
First, my bookmarks toolbar disappeared from firefox. Tried reinstalling, but now firefox crashes while launching, every time. I have deleted all related files, reinstalling different versions, same result.
Trying to learn to live without firefox, I now find my other apps crashing randomly and simultaneously. I will have 5,6,7 apps crashing in one go, each popping up with a message saying that the crash won't affect other apps Sometimes half the open apps crash, and the other half follows 3 minutes later
I've repaired permissions and zapped pram.
I did a complete formatting and reinstalling OSX three months ago, because of other quirks, nothing like this.
With an external HD that has both firewire and usb 2.0, is it possible to use both at the same time? Can you plug firewire into your MBP and USB into another computer or router? Just wondering if there are any downsides to this. I would hate to be sucked into a black hole by plugging in both at the same time!
View 1 Replies View RelatedI currently have 3 computers in my house.. 2 macs and a windows PC. The two macs are capable of running on a wireless N network... the PC on a wireless G.. I am currently running a netgear router at wireless G..
My question: I have a Airport Express which is capable of being a wireless N base station.. Is there anyway I can run my macs on wireless N through the Airport Express base station and my PC on wireless G through the Netgear router? I don't need for my PC to talk to any of my macs.. just need access to the internet..
I am fairly sure the airport express defaults to the slower of the devices connecting (G or N)..
I bought my Mac a few weeks ago, and now I have successfully installed Windows XP with Bootcamp. But what my question is, if it is possible to run both operating systems simultaneously without having to shut down computer and hold down alt to choose. For example, I want to be able to just press a key when I am in Snow Leopard, and it should take me to XP.
And of course from XP to Snow Leopard, while I still run programs on the computer. Is this possible?
I just had a quick questions that i've spent all day trying to research, maybe i'm not hitting the right key words. I have a wired xbox 360 and using wireless on my computer. The internet is a university internet that I put in an ethernet address to configure to. So I connect the internet from wall to time capsule. Anyways, Whenever I use xbox live I cannot hit my wireless at all. My iPhone cannot connect to my wireless at anytime despite xbox live or not. So it seems the case that one connection is being strictly devoted to. I have my time capsule on bridge mode, but haven't had any luck switching to shared or anything without errors. Is bridge mode the right setting, does anyone know if both connections can run together? It has always worked just fine for me but recently my time capsule broke and I had to get it replaced and since then I can't get things going smooth again.
View 2 Replies View RelatedCan I have two applications on the monitor simultainiously?
Info:
MacBook Air, iOS 5.0.1
Is it possible to project 2 different screens (not mirrors) and have the presenter display with both on the LCD with Keynote? I am using a MacBook Pro Intel Core 2 Duo (NVIDIA GeForce 9400M and 9600M GT) and Keynote '09.
Info:
MacBook Pro (15-inch Late 2008), Mac OS X (10.7.3), Keynote 09
I have a small script that doesnt work well enough. Here is the code.
#!/bin/bash
echo $1
app=$1
procname=`ps -ef | grep -i $app | grep -v grep`
echo $procname
output
-------
./example firefox
firefox
501 247 134 0 16:13.29 ?? 67:29.49 /Applications/Firefox.app/Contents/MacOS/firefox-bin -psn_0_131104 501 4079 2386 0 0:00.00 ttys000 0:00.01 /bin/bash ./example firefox 501 4080 4079 0 0:00.00 ttys000 0:00.00 /bin/bash ./example firefox
But when I execute the the following code on the bash shell the output is different.
app=firefox
procname=`ps -ef | grep -i $app | grep -v grep`
echo $procname
output
-------
501 247 134 0 16:41.88 ?? 68:48.90 /Applications/Firefox.app/Contents/MacOS/firefox-bin -psn_0_131104
The outputs are different so what could be the problem?
I'll be the first to admit it, I'm bad with scripts, but I'm trying to figure this script out and have hit a dead end. There is a large list of MV commands to move a specific file into a folder, but the script isn't working when ran all together. But strangely, it will work when i enter it line by line into terminal. Anyone know what I'm doing wrong?
mkdir design02a
mkdir design05a
mkdir design06a
mkdir design09a
mkdir design09b
mkdir design12a.....
just wanted to know if there was any way to:
- Connect to my Time Capsule via Ethernet (no connection to modem)
- Connect to Virgin Media Router via WiFi
I can't connect my Time Capsule to my modem (i did think of that lol), any advice would be appreciated Regards, skate71290
Is it possible to set my Mac Pro to send sound to multiple outputs simultaneously?
View 2 Replies View RelatedIs there a hard drive that i would be able to connect both to my mac pro and windows computer at the same time and be able to access them from both computers?
View 4 Replies View RelatedI want to view pages and text editor simultaneously, but every time I open one the other one closes (verses minimizes). I assume it is a setting issue.
View 3 Replies View Relatedif will support Dual Displays simultaneously?
View 22 Replies View RelatedI have an iMac and MacBook pro. I have my library on both machines. Keeping it current is a topic for another thread. But what I was wondering is... Is there a way to have both playing the same song simultaneously? I want to have both machines playing so I can keep my iMac in the basement, then bring my MBP upstairs with me. What if I access my iMac's library from my MBP via iTunes shared library? Or something like that??
Thoughts??
[By the way, I searched for hours and didnt see anything quite like this. I noticed other posts about keeping libraries synced but nothing about playing in both.]
I'm looking for a program that enables the built-in iSight camera in my Mac to be used in 2 applications at the same time.
I have a Macbook pro retina 15" - operating on Yosemite 10.10.1 - How do I automatically delete emails from gmail server simultaneously when I delete from mac mail IMAP. I don't want to have to duplicate the processing.
Info:
MacBook Pro
I'm trying to create a shell script or compile it into an application using automator that runs a JAR file. Everything works great except that I have to specify the full pathname in the shell script. I thought that ./ or .../ or something similar would denote that I want to run the .JAR file that is in the containing folder but I'm not having any luck.
View 7 Replies View Related