如何在Linux VPS服务器上安装MT4或MT5外汇软件来执行EA智能交易?



如何在Linux VPS服务器上安装MT4或MT5外汇软件来执行EA智能交易?

如何在Linux VPS服务器上安装MT4或MT5外汇软件来执行EA智能交易?

如何在Linux VPS服务器上安装MT4或MT5外汇软件?
▶︎ 外汇交易商平台推荐:http://cn.forextea.com
▶︎ 投资挣4%利息的网赚首选电子货币网络银行(免费注册):http://www.forextea.com/go/pm.html
对应的视频:https://www.youtube.com/watch?v=cM2dGG-fc4s
▶︎ 兑换电子货币充值网(免费注册):
‣‣ https://ichange.one/zh/?rid=402
对应的视频:https://www.youtube.com/watch?v=sPeJ23J-ft8
▶︎ 可以用PM存取款的外汇交易平台(免费注册):
‣‣ http://www.forextea.com/go/exness_cn.html
‣‣ http://www.forextea.com/go/nordfx_cn.html
▶︎ 做视频工具,七天免费。半自动10分钟做好爆款视频:
‣‣ https://www.contentsamurai.com/c/luck-cs-freetrial
对应的视频:https://www.youtube.com/watch?v=ymkxBSjO2jY
📈 每个YouTube必备的数据分析工具(免费)
‣‣ https://www.tubebuddy.com/videoyoutube
💳 海外网赚平台,可以销售你的技能及购买各种服务
‣‣ https://track.fiverr.com/visit/?bta=71159&brand=fiverrcpa
对应的视频:https://www.youtube.com/watch?v=TNFcLfFA3Iw
💳海外C2C购物拍卖网站
‣‣ https://ebay.to/2VZuPYQ
对应的视频:https://youtu.be/jxS9iOq17n4

此为“数学代码”的专属YouTube频道。
数学系列节目:奥林匹克数学,趣味数学,数学魔术,数学游戏,数学竞赛,数学经典,数学赚钱,数学玩具,智力玩具,等等。
代码系列节目:代码自动化,代码Python,代码Delphi,程序演示,代码编程,等等。
赚钱系列节目:Youtube赚钱,网赚,投资赚钱,软件使用,游戏,等等。
希望在“Oziter茅”这个频道里跟大家分享与数学,代码,赚钱,相关的内容。
喜欢影片的话,请给我一个赞并分享出去!
频道:@Oziter茅
本期节目讲:
apt-get update -y
apt-get upgrade -y

apt-get install dialog xorg lxde-core tightvncserver nano -y

tightvncserver :1

tightvncserver -kill :1

nano ~/.vnc/xstartup
lxterminal &
/usr/bin/lxsession -s LXDE &

vncserver :1 -geometry 1280×1024 -depth 16 -pixelformat rgb565

========================
如何修改root密码
PuTTY中输入密码是不显示的,单击右键即为粘贴。
登陆成功后,首先需要修改root密码,因为初始密码太复杂不好记,也不一定安全。
# passwd
回车后设置新密码,再回车重新输入。然后界面显示如下,说明密码修改成功。
==========================================

Firefox浏览器
apt-get install -y firefox

If your system is 64 bit, enable 32 bit architecture (if you haven’t already):
sudo dpkg –add-architecture i386
Add the repository:
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
Update packages:
sudo apt-get update
sudo apt-get install wine –y
VPS因为没有声卡,必须把所有关于声音的文件都删除,否则会出错而程序异常退出
========================================
apt-get install software-center -y
===========================

wget -q “http://deb.playonlinux.com/public.gpg” -O- | sudo apt-key add –
sudo wget http://deb.playonlinux.com/playonlinux_saucy.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
PlayOnLinux is not supposed to be run as root. Sorry
The above error occurs, if you execute as root user.

To fix this issue, move to /usr/share/playonlinux/lib directory and edit the “sources” file.
root@linuxhelp:~# cd /usr/share/playonlinux/lib
root@linuxhelp:/usr/share/playonlinux/lib# ls
debug.lib playonlinux.lib setupwindow.lib website.lib
deprecated.lib plugins.lib sources wine.lib
dosbox.lib scripts.lib variables
root@linuxhelp:/usr/share/playonlinux/lib# nano sources
Comment the following lines in the file.
#if [ “$(id -u)” = “0” ]
#then
# echo “PlayOnLinux is not supposed to be run as root. Sorry”
# exit
#fi
Move to the “python” directory and edit “mainwindow.py” file
root@linuxhelp:/usr/share/playonlinux/lib# cd /usr/share/playonlinux/python
root@linuxhelp:/usr/share/playonlinux/python# ls
configure.py gui_server.pyc lib sp.py wrapper.pyc
configure.pyc guiv3.py mainwindow.py sp.pyc
debug.py guiv3.pyc mainwindow.pyc wine_versions.py
debug.pyc install.py options.py wine_versions.pyc
gui_server.py install.pyc options.pyc wrapper.py
root@linuxhelp:/usr/share/playonlinux/python# nano mainwindow.py
Comment the following lines in that file.
# if(os.popen(“id -u”).read() == “0
” or os.popen(“id -u”).read() == “0”):
# wx.MessageBox(_(“{0} is not supposed to be run as root. Sorry”).format(os.environ[“APPLICATION_TITLE”]),_(“Error”))
# os._exit(0)

apt-get install -y netcat
#赚钱 #数学 #编程