Trying To Run My Program With Wine

finally got tired of the windows sceen, but there are a few programs i need to run in wine.

I have a program "Vector " from Eagletree that programs my quad copter controller the program installs correctly but does not recongize the usb connection. how do i get information on how to see what is wrong.

remember i'm new to Linux.

thanks


Similar Content



Locked Windows

I am using the ubuntu studio Distro and one of the pro music programs is called ardour. When the program is loaded there is no way to get access to the other programs. The dock doesn't function and the ubuntu sign has disappeared. I can't even log off or see my name in the top right hand of the screen. My only option is to quit the program. There aren't any workspaces visible and no matter where I put the mouse clicker nothing appears. What am I doing wrong? I'm sure it's not just ardour that does this.

Programs To Be Run On Boot (and Other Events)

Hello everybody and thanks always for the help

I think the question I am about to ask is very beginners like, so I would appreciate the help.

I know (although I don't remember right now) there is a way to run a program on boot. I think it involves rc.local (correct me if I am wrong) I think you can put there the processes that you want to be run everytime linux is rebooted.

My question is, what should I do if I want a program to be run everytime some other event happen? For example (and in concrete) I am using a camera connected to my linux system and I want a program to run everytime I unplug and replug the camera through the USB port.

Can someone share his/her knowledge with me on this point

Thanks a thousand

What's Missing In Lubuntu

In August of this year I'm going to build a dedicated linux audio computer. I have been using ubuntu studio on my cheapo dell optiplex to learn linux and to get used to different programs and see which ones I need.

Lubuntu seems to use less cpu than ubuntu studio for the same program. I don't want any other programs on my system part from ardour, jack and a few misc MP3 players. All audio. It says that ubuntu studio is a low latency program, does this mean that Lubuntu isn't low latency? It seems that Lubuntu is running the program easier but I'm nervous to go with it because I fear it may be missing certain components to keep it less needy of cpu power.
What are your thoughts on this.

How To Get The Running Program Information Of Remote Computers?

I am a R user. I want to know whether remote computers are running R or not.
PROBLEM: How to know whether R program is running, and redirect the host which is running R to a file? I want to check the COMMAND column contains R. What should I do?
Here is the picture of "top" when running R programs(parallel).

Wanted: Program To Back Up User Preferences

Looking for a program that can save my programs and preferences so that when i
do reinstall i don't have to individually configure each program with it's preferences.


much appreciated.

Why Chromebook, Android And GNU/Linux Not Cross Platform Operating Systems.

hey folks,

I always wonder why many programs from these operating systems are not cross platform? I mean, all three are using a linux kernel.

Sometimes I would like to run a gnu/linux program on an android/chromebook device and an android/chromebook program on gnu/linux. There are a few cross platform programs that I can think of like: Firefox, google chrome browser, and Netflix.

I know very little about android's and the chromebook os's inner workings, but I do know that both have many close source apps and proprietary software and drivers.

What else is on android and the chromebook os that makes it different from gnu/linux? And why do certain companies prefer to port programs to android and the chromebook os over gnu/linux?

Get The Time When Nohup R Program Finishes

I want to get the time when program starts and finishes. But it always show the same time. Here is my shell script. But it always show that `START TIME` is same as `END TIME`.
Code:
host_list=("c15-0330-01.ad.mtu.edu" "c15-0330-02.ad.mtu.edu" "c15-0330-03.ad.mtu.edu" "c15-0330-04.ad.mtu.edu")
program=("L_1" "L_4" "L_3" "L_4")
subject="The job is finished"
START=$(date +"r")
address="/home/campus27/zwang10/Desktop/AWRR/program/power/vmodel_1/nprot/K_10"
ssh -f "${host_list[0]}" "cd '$address' && nohup Rscript '${program[0]}.R' > '${program[0]}_sh.txt';echo 'The job\n $address\n${program[0]} is finished\nSTART TIME = $START\n' END TIME =`date +"%r"` | mutt zwang10@mtu.edu -s '${host_list[0]} - Job ${program[0]}.R finished' -a '$address/${program[0]}_sh.txt';"

How To Define Variable In `ssh`

I need to use `ssh` to send command to different computers to run programs. Can I define a variable of `Directory` and `program` in front of this shell script? Then, I do not need to write them every time? The following is my shell script.

`host_list=("c15-0330-10.ad.mtu.edu" "c15-0330-11.ad.mtu.edu" "c15-0330-12.ad.mtu.edu")`
`# I have multiple programs`
`# program=c("L_1","L_2","L_3")`
`ssh -f "${host_list[0]}" 'set Directory="/home/campus27/zwang10/Desktop/AWRR/program/power/vmodel_1/nprot/K_10"; cd $Directory && nohup Rscript L_1.R> L_1_sh.txt;echo "The job L_1 is finished" |mutt "zwang10@mtu.edu" -s "The job L_1 is finished"';
ssh -f "${host_list[1]}" 'set Directory="/home/campus27/zwang10/Desktop/AWRR/program/power/vmodel_1/nprot/K_10"; cd $Directory && nohup Rscript L_2.R> L_2_sh.txt;echo "The job L_2 is finished" |mutt "zwang10@mtu.edu" -s "The job L_2 is finished"';
ssh -f "${host_list[2]}" 'set Directory="/home/campus27/zwang10/Desktop/AWRR/program/power/vmodel_1/nprot/K_10"; cd $Directory && nohup Rscript L_3.R> L_3_sh.txt;echo "The job L_3 is finished" |mutt "zwang10@mtu.edu" -s "The job L_3 is finished"';`

Need Help To Get The Available Hosts Among Many Hosts

I have many hosts as following. But those hosts are dual operating system (Linux and Windows). I always run program background. If someone is using Linux, it is fine. But if someone is using windows or the host is offline. Then, I cannot use ssh. The way I do preiviously is first ssh one by one. And then find the hosts which are offline or windows. And write them down one by one. And then ssh to hosts except them. Let us assume the number of programs is less than the total available hosts. Can someone write a shell script to output the all available hosts to a file like "host_available"?
Here is the host file.
https://www.dropbox.com/s/vbz6w864y3...tlist.txt?dl=0
I am using ssh to connect the computers on campus. If the computer I am trying to connect is offline or using windows, the ssh will take long time, and finally it will failed. I write a shell script to generate the hostlist
Code:
#!/bin/bash
for i in `seq -w 1 28`
do
echo "c15-0330-$i.ad.mtu.edu"
# I would like to add a command here to see whether ssh c15-0330-$i.ad.mtu.edu it succeeds or not. And then output a #file which contains the all available host.
done
for i in `seq -w 1 20`
do
echo "c28-0112-$i.ad.mtu.edu"
done
for i in `seq -w 1 20`
do
echo "c28-112a-$i.ad.mtu.edu"
done

I do not how to set a certain time to see whether connection is successful or not (see the comment in the shell script).

Mutt Does Not Show Full Subject

I use following shell script to send email. But the subject of email always shows "This" instead of "This is L_1.R is finished". You may refer http://www.linuxquestions.org/questions/linux-newbie-8/how-to-define-variable-in-%60ssh%60-4175540566/
Code:
host_list=("c15-0330-01.ad.mtu.edu" "c15-0330-02.ad.mtu.edu" "c15-0330-03.ad.mtu.edu" "c15-0330-04.ad.mtu.edu")
program=("L_1" "L_2" "L_3" "L_4")
subject="The job is finished"
ssh -f c15-0330-01.ad.mtu.edu 'echo' "the job ${program[0]} is finished" '|' 'mutt "zwang10@mtu.edu" -s' "This is "${program[0]}".R is finished";