Remotely access Linux from Windows computersInstallation of google-chrome overrides preferences for 'default browser'access Ubuntu remotely from android?Ubuntu 14.04 Desktop lost open app windows after waking up from the sleep modeCan't remove Opera and ChromeUnable to set Chrome as the default browser; what else can I try?How do you execute software that needs root access?Can I just delete Chromium without hurting my Chrome application / program at all?Can't access any website on ChromeAfter Server reboot, can't remotely connect from Windows 7 machineslaunch chrome browser on server and view locally on mac
I’m 18 years old and want to finance a £30,000 car
Arrange 5 non-attacking knights on a 5x5 toroidal board
Can I ignore an open source license if I checkout a version that was released prior to the code having any license?
Is there something as common frequency?
How to prevent discontent among the players when one player murders the others' characters?
"Dog" can mean "something of an inferior quality". What animals do we use, if any, to describe the opposite?
Talmud Bavli Sanhedrin 98b: an interpretation in a messianic sense of the figure of the "suffering servant" of Isaiah 52-53?
What's the greatest number of hands I can have to annoy my mother-in-law with?
Biggest Irreducible Hello World
Have spacecraft photographed each other beyond Earth orbit?
Declining a paper review after accepting it and seeing the manuscript
Confused about Autoregressive AR(1) process
How does a religion based around destroying the world attract followers
An Ailing Assassin
At a conference, should I visit other people's posters during my poster session?
Why is 1>a.txt 2>&1 different from 1>a.txt 2>a.txt ? (Example shown)
How to calculate my anticipated peak amperage load?
I keep rewriting the same section of my story. How do I move forward?
How do I take a photo so the moon doesn't have bright "rays"?
How do successful undergraduate and PhD students differ?
Can you marry a girl in Stardew Valley if you are a girl?
Why is there no FPU on (most) DSP chips?
Sleep for 1000 years
Monthly budget screen - need to take into account whether it's early/late in the month
Remotely access Linux from Windows computers
Installation of google-chrome overrides preferences for 'default browser'access Ubuntu remotely from android?Ubuntu 14.04 Desktop lost open app windows after waking up from the sleep modeCan't remove Opera and ChromeUnable to set Chrome as the default browser; what else can I try?How do you execute software that needs root access?Can I just delete Chromium without hurting my Chrome application / program at all?Can't access any website on ChromeAfter Server reboot, can't remotely connect from Windows 7 machineslaunch chrome browser on server and view locally on mac
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have an interesting situation. I work for a company that sells medical equipment. We work in many hospitals as a 3rd party, but one particular hospital, due to its nature, requires heavy restrictions. We have to use their computers and the software is very outdated, with no chance of installing other software.
What we want to do is simply use google apps via a browser. The browser they use is IE 8 or 9. We at IT have determined the reason why Calendar refuses to work is that the browser is too old.
The workaround I wanted to discuss is remote desktop connection. We currentyly use .rdp shortcuts to connect to our main server to use our medical software. I wanted to do the same thing on the server with Google Chrome, but the supervisor advised against it.
I have some old desktops, but not another copy of Windows Server. I want to use Ubuntu Server in its place. Can I have them remotely access the ubuntu server as simply and as painlessly as possible just to use Chrome?
Thank you for your help. I have very very little experience with Ubuntu and 0 with ubuntu server.
networking server ssh google-chrome remote-desktop
add a comment
|
I have an interesting situation. I work for a company that sells medical equipment. We work in many hospitals as a 3rd party, but one particular hospital, due to its nature, requires heavy restrictions. We have to use their computers and the software is very outdated, with no chance of installing other software.
What we want to do is simply use google apps via a browser. The browser they use is IE 8 or 9. We at IT have determined the reason why Calendar refuses to work is that the browser is too old.
The workaround I wanted to discuss is remote desktop connection. We currentyly use .rdp shortcuts to connect to our main server to use our medical software. I wanted to do the same thing on the server with Google Chrome, but the supervisor advised against it.
I have some old desktops, but not another copy of Windows Server. I want to use Ubuntu Server in its place. Can I have them remotely access the ubuntu server as simply and as painlessly as possible just to use Chrome?
Thank you for your help. I have very very little experience with Ubuntu and 0 with ubuntu server.
networking server ssh google-chrome remote-desktop
add a comment
|
I have an interesting situation. I work for a company that sells medical equipment. We work in many hospitals as a 3rd party, but one particular hospital, due to its nature, requires heavy restrictions. We have to use their computers and the software is very outdated, with no chance of installing other software.
What we want to do is simply use google apps via a browser. The browser they use is IE 8 or 9. We at IT have determined the reason why Calendar refuses to work is that the browser is too old.
The workaround I wanted to discuss is remote desktop connection. We currentyly use .rdp shortcuts to connect to our main server to use our medical software. I wanted to do the same thing on the server with Google Chrome, but the supervisor advised against it.
I have some old desktops, but not another copy of Windows Server. I want to use Ubuntu Server in its place. Can I have them remotely access the ubuntu server as simply and as painlessly as possible just to use Chrome?
Thank you for your help. I have very very little experience with Ubuntu and 0 with ubuntu server.
networking server ssh google-chrome remote-desktop
I have an interesting situation. I work for a company that sells medical equipment. We work in many hospitals as a 3rd party, but one particular hospital, due to its nature, requires heavy restrictions. We have to use their computers and the software is very outdated, with no chance of installing other software.
What we want to do is simply use google apps via a browser. The browser they use is IE 8 or 9. We at IT have determined the reason why Calendar refuses to work is that the browser is too old.
The workaround I wanted to discuss is remote desktop connection. We currentyly use .rdp shortcuts to connect to our main server to use our medical software. I wanted to do the same thing on the server with Google Chrome, but the supervisor advised against it.
I have some old desktops, but not another copy of Windows Server. I want to use Ubuntu Server in its place. Can I have them remotely access the ubuntu server as simply and as painlessly as possible just to use Chrome?
Thank you for your help. I have very very little experience with Ubuntu and 0 with ubuntu server.
networking server ssh google-chrome remote-desktop
networking server ssh google-chrome remote-desktop
asked Oct 15 '15 at 16:41
John FurmanJohn Furman
333 bronze badges
333 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
You could store the windows version of Google Chrome (and it's subdirectories) on the server and just mount it using Samba, and run from there. That way all clients would be running the same copy of Chrome, and they would all share data.
You would have to install it on Windows and copy the folder to the server, then share that server folder with samba, and mount it on the Windows machines as a samba share on bootup. You should then be able to run it just fine.
Do you thibk this is doable in this situation? If I have to make any changes on the Windows side that invoke UAC, like install software, I'm barred due to the hospital's stringent security. Also, you mentioned sharing data. That's not necessary, perhaps- I might be able to convert another old desktop to run Ubuntu.
– John Furman
Oct 15 '15 at 18:23
Well, everything would be accomplished by installing Google Chrome to the server folder. You wouldn't have to do anything extra. In fact, if you already have a copy of Google Chrome for Windows installed, you could just copy that folder to the server and share it. That way you can run it over the network without having to worry about anything at all. You shouldn't have to worry about UAC here, it should keep quiet (I have mine disabled.)
– Daniel
Oct 15 '15 at 18:44
add a comment
|
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You could store the windows version of Google Chrome (and it's subdirectories) on the server and just mount it using Samba, and run from there. That way all clients would be running the same copy of Chrome, and they would all share data.
You would have to install it on Windows and copy the folder to the server, then share that server folder with samba, and mount it on the Windows machines as a samba share on bootup. You should then be able to run it just fine.
Do you thibk this is doable in this situation? If I have to make any changes on the Windows side that invoke UAC, like install software, I'm barred due to the hospital's stringent security. Also, you mentioned sharing data. That's not necessary, perhaps- I might be able to convert another old desktop to run Ubuntu.
– John Furman
Oct 15 '15 at 18:23
Well, everything would be accomplished by installing Google Chrome to the server folder. You wouldn't have to do anything extra. In fact, if you already have a copy of Google Chrome for Windows installed, you could just copy that folder to the server and share it. That way you can run it over the network without having to worry about anything at all. You shouldn't have to worry about UAC here, it should keep quiet (I have mine disabled.)
– Daniel
Oct 15 '15 at 18:44
add a comment
|
You could store the windows version of Google Chrome (and it's subdirectories) on the server and just mount it using Samba, and run from there. That way all clients would be running the same copy of Chrome, and they would all share data.
You would have to install it on Windows and copy the folder to the server, then share that server folder with samba, and mount it on the Windows machines as a samba share on bootup. You should then be able to run it just fine.
Do you thibk this is doable in this situation? If I have to make any changes on the Windows side that invoke UAC, like install software, I'm barred due to the hospital's stringent security. Also, you mentioned sharing data. That's not necessary, perhaps- I might be able to convert another old desktop to run Ubuntu.
– John Furman
Oct 15 '15 at 18:23
Well, everything would be accomplished by installing Google Chrome to the server folder. You wouldn't have to do anything extra. In fact, if you already have a copy of Google Chrome for Windows installed, you could just copy that folder to the server and share it. That way you can run it over the network without having to worry about anything at all. You shouldn't have to worry about UAC here, it should keep quiet (I have mine disabled.)
– Daniel
Oct 15 '15 at 18:44
add a comment
|
You could store the windows version of Google Chrome (and it's subdirectories) on the server and just mount it using Samba, and run from there. That way all clients would be running the same copy of Chrome, and they would all share data.
You would have to install it on Windows and copy the folder to the server, then share that server folder with samba, and mount it on the Windows machines as a samba share on bootup. You should then be able to run it just fine.
You could store the windows version of Google Chrome (and it's subdirectories) on the server and just mount it using Samba, and run from there. That way all clients would be running the same copy of Chrome, and they would all share data.
You would have to install it on Windows and copy the folder to the server, then share that server folder with samba, and mount it on the Windows machines as a samba share on bootup. You should then be able to run it just fine.
answered Oct 15 '15 at 17:37
DanielDaniel
2,9821 gold badge16 silver badges41 bronze badges
2,9821 gold badge16 silver badges41 bronze badges
Do you thibk this is doable in this situation? If I have to make any changes on the Windows side that invoke UAC, like install software, I'm barred due to the hospital's stringent security. Also, you mentioned sharing data. That's not necessary, perhaps- I might be able to convert another old desktop to run Ubuntu.
– John Furman
Oct 15 '15 at 18:23
Well, everything would be accomplished by installing Google Chrome to the server folder. You wouldn't have to do anything extra. In fact, if you already have a copy of Google Chrome for Windows installed, you could just copy that folder to the server and share it. That way you can run it over the network without having to worry about anything at all. You shouldn't have to worry about UAC here, it should keep quiet (I have mine disabled.)
– Daniel
Oct 15 '15 at 18:44
add a comment
|
Do you thibk this is doable in this situation? If I have to make any changes on the Windows side that invoke UAC, like install software, I'm barred due to the hospital's stringent security. Also, you mentioned sharing data. That's not necessary, perhaps- I might be able to convert another old desktop to run Ubuntu.
– John Furman
Oct 15 '15 at 18:23
Well, everything would be accomplished by installing Google Chrome to the server folder. You wouldn't have to do anything extra. In fact, if you already have a copy of Google Chrome for Windows installed, you could just copy that folder to the server and share it. That way you can run it over the network without having to worry about anything at all. You shouldn't have to worry about UAC here, it should keep quiet (I have mine disabled.)
– Daniel
Oct 15 '15 at 18:44
Do you thibk this is doable in this situation? If I have to make any changes on the Windows side that invoke UAC, like install software, I'm barred due to the hospital's stringent security. Also, you mentioned sharing data. That's not necessary, perhaps- I might be able to convert another old desktop to run Ubuntu.
– John Furman
Oct 15 '15 at 18:23
Do you thibk this is doable in this situation? If I have to make any changes on the Windows side that invoke UAC, like install software, I'm barred due to the hospital's stringent security. Also, you mentioned sharing data. That's not necessary, perhaps- I might be able to convert another old desktop to run Ubuntu.
– John Furman
Oct 15 '15 at 18:23
Well, everything would be accomplished by installing Google Chrome to the server folder. You wouldn't have to do anything extra. In fact, if you already have a copy of Google Chrome for Windows installed, you could just copy that folder to the server and share it. That way you can run it over the network without having to worry about anything at all. You shouldn't have to worry about UAC here, it should keep quiet (I have mine disabled.)
– Daniel
Oct 15 '15 at 18:44
Well, everything would be accomplished by installing Google Chrome to the server folder. You wouldn't have to do anything extra. In fact, if you already have a copy of Google Chrome for Windows installed, you could just copy that folder to the server and share it. That way you can run it over the network without having to worry about anything at all. You shouldn't have to worry about UAC here, it should keep quiet (I have mine disabled.)
– Daniel
Oct 15 '15 at 18:44
add a comment
|
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.