Run MT4 in Alpine Linux 3.17 - Linode 1GB
-
# echo "x86" > /etc/apk/arch # apk update # apk upgrade # setup-xorg-base # apk add xfce4 xfce4-terminal lightdm-gtk-greeter # rc-service dbus start # rc-update add dbus # rc-update add lightdm # apk add wine # wget "https://download.mql5.com/cdn/web/ig.group.limited/mt4/ig4setup.exe" -O "/root/ig4setup.exe" # sed -i 's/#autologin-guest=false/autologin-guest=false/' /etc/lightdm/lightdm.conf # sed -i 's/#autologin-user=/autologin-user=root/' /etc/lightdm/lightdm.conf # sed -i 's/#autologin-user-timeout=0/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf # reboot // after reboot, go to GLISH // install IG MT4 // in terminal run below # wine /root/ig4setup.exe
Ref:
https://www.maketecheasier.com/enable-autologin-lightdm/
https://www.how2shout.com/linux/how-to-install-xfce-gui-on-alpine-linux/
https://wine.htmlvalidator.com/install-wine-on-alpine-linux-3.html
https://stackoverflow.com/questions/48498881/alpine-linux-how-to-install-x86-packages-on-x86-64-architecture
https://wiki.alpinelinux.org/wiki/Remote_Desktop_Server
https://wiki.alpinelinux.org/wiki/Xfce