Aruba Cloud VPS server settings on Linux
pipscode107
Członek od May 24, 2018
3 postów
Jun 06 2018 at 08:20
Hello Everybody,
Does anyone know how to set a VPS on Arubacloud.com?
Preferably on Linux, is a cheaper solution?
Thank you,
Robert
Does anyone know how to set a VPS on Arubacloud.com?
Preferably on Linux, is a cheaper solution?
Thank you,
Robert
vontogr
(togr)
Członek od Feb 22, 2011
4851 postów
Jun 10 2018 at 05:48
Hi Robert,
will you run MT4 on Linux ?
will you run MT4 on Linux ?
pipscode107
Członek od May 24, 2018
3 postów
Jun 10 2018 at 07:28
Dear Friend,
Unfortunately I didn't make it, it is too complicated. If you have any advices I look forward for precious info.
Thank you,
Robert
Unfortunately I didn't make it, it is too complicated. If you have any advices I look forward for precious info.
Thank you,
Robert
vontogr
(togr)
Członek od Feb 22, 2011
4851 postów
Jun 11 2018 at 08:27
pipscode107 posted:
Dear Friend,
Unfortunately I didn't make it, it is too complicated. If you have any advices I look forward for precious info.
Thank you,
Robert
Buy amazon EC2 - windows vps, free for a year.
pipscode107
Członek od May 24, 2018
3 postów
Jun 11 2018 at 12:04
God bless You, Dear vontogr. I wish you the best, Robert.
vontogr
(togr)
Członek od Feb 22, 2011
4851 postów
Jun 11 2018 at 12:07
pipscode107 posted:
God bless You, Dear vontogr. I wish you the best, Robert.
You are welcome :)
johndoe2016
Członek od Mar 25, 2016
58 postów
Jun 11 2018 at 16:38
I am using Linux with mt4, runs much better than Windows.
vontogr
(togr)
Członek od Feb 22, 2011
4851 postów
Jun 12 2018 at 06:43
johndoe2016 posted:
I am using Linux with mt4, runs much better than Windows.
Linux + Wine?
johndoe2016
Członek od Mar 25, 2016
58 postów
Jun 12 2018 at 07:15
togr posted:johndoe2016 posted:
I am using Linux with mt4, runs much better than Windows.
Linux + Wine?
yes.
On Ubuntu 18.04 you need to install wine32 and use a 32 bit prefix to make it work.
My start script:
env WINEPREFIX=/home/XXX/prefix32 WINEARCH='win32' /opt/wine-staging/bin/wine /home/XXX/prefix32/drive_c/MT01/terminal.exe &
/opt/wine-staging/bin/wine needs to be replaced with /usr/bin/wine on Ubuntu 18.04