pipscode107
Member Since May 24, 2018
3 posts
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)
Member Since Feb 22, 2011
4862 posts
Jun 10 2018 at 05:48
Hi Robert,
will you run MT4 on Linux ?
will you run MT4 on Linux ?
pipscode107
Member Since May 24, 2018
3 posts
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)
Member Since Feb 22, 2011
4862 posts
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
Member Since May 24, 2018
3 posts
Jun 11 2018 at 12:04
God bless You, Dear vontogr. I wish you the best, Robert.
vontogr
(togr)
Member Since Feb 22, 2011
4862 posts
Jun 11 2018 at 12:07
pipscode107 posted:You are welcome :)
God bless You, Dear vontogr. I wish you the best, Robert.

Jun 11 2018 at 16:38
I am using Linux with mt4, runs much better than Windows.
vontogr
(togr)
Member Since Feb 22, 2011
4862 posts
Jun 12 2018 at 06:43
johndoe2016 posted:Linux + Wine?
I am using Linux with mt4, runs much better than Windows.

Jun 12 2018 at 07:15
togr posted:johndoe2016 posted:Linux + Wine?
I am using Linux with mt4, runs much better than Windows.
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
OnlyLiveTrades
Member Since Jan 27, 2017
4 posts
Jun 14 2018 at 06:09
johndoe2016 posted:togr posted:johndoe2016 posted:Linux + Wine?
I am using Linux with mt4, runs much better than Windows.
How is the CPU usage compared to windows? I heard MT4 is more taxing on the CPU when running wine.
Also do you use KVM or OPENVZ emulation?
Thanks

Jun 14 2018 at 06:12
OnlyLiveTrades posted:
How is the CPU usage compared to windows? I heard MT4 is more taxing on the CPU when running wine.
Also do you use KVM or OPENVZ emulation?
Thanks
Windows has always been more unresponsive than Linux, even Linux + wine. One vps instance (OVH or Hetzner) can run 3 mt4 and still be much more responsive than Windows have ever been.
KVM/OPENVZ: I run whatever system used by the providers.

Jun 14 2018 at 12:10
I suggest setting wine up on your desktop PC first then transfer the whole prefix32 directory to the vps.
Also install x11vnc and fluxbox on the vps to run the graphical userface.
Also install x11vnc and fluxbox on the vps to run the graphical userface.
Please login to comment .