无法贴图,原贴地址为: http://iytc.net/wordpress/?p=2919
一、运行 gomezpeerzone 赚美元
首先你需要一个 PayPal 账号用于提现,每月达到$5 即可提现
[ windows VPS ]
1、点击 [链接] 注册一个 gomezpeerzone 账号,Email 地址填写 paypal 的地址
2、下载客户端程序
http://lastmile.gomez.com/PEERInstall.exe
3、安装并运行程序,填入上面注册的账号即可:
注意,刚创建时,状态为 Pending,运行一段时间后,会变为 active (激活状态),帐户是否能够激活取决于您的系统特性(连接类型,位置等)是否与 gomezpeerzone 的测试需求相匹配。
[ linux VPS ]
在 linux vps 上安装 wine 来运行 windows 程序,下面以 centos 6 64 位系统为例介绍安装过程。
1、安装 linux 桌面
yum -y groupinstall "Gnome" "Desktop"
安装成功 Gnome 桌面时默认会自动安装 NetworkManager 服务,此服务会与 Centos6.5 系统本身的 network 服务相冲突,所以如果 NetworkManager 服务在运行中的话,需要先停止该服务,并将该项设置为开机不自动启动:
chkconfig NetworkManager off
2、安装 vnc
yum -y install tigervnc
yum -y install tigervnc-server
第一次启动 vncserver 需要输入密码两次设置密码:
将 VNC 的服务端口加入到 Linux 防火墙的信任列表
service iptables stop
将下面语句加入到 /etc/sysconfig/iptables
-A INPUT -p tcp -m tcp --dport 5900:5910 -m state --state NEW -j ACCEPT
重启防火墙
service iptables restart
配置 VNC 系统及分辨率
vi /etc/sysconfig/vncservers
在内容中添加
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 1024x768"
设置 vnc 自启动
chkconfig vncserver on
windows 下载 vnc 客户端
https://www.realvnc.com/download/
连接 vps,地址为“ vps 地址:1 ”
3、安装 wine 依赖包
yum groupinstall 'Development Tools'
yum install libX11-devel freetype-devel zlib-devel libxcb-devel
4、安装 wine
加入安装源
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
安装
yum install wine
安装后在 vnc 中可看到 wine 菜单
5、安装 gomezpeerzone
下载客户端:
wget http://lastmile.gomez.com/PEERInstall.exe
VNC 选中下载的 PEERInstall.exe ,右键弹出菜单,选中第一个,用 wine 安装,如下图:
安装完成后,会自动启动程序,输入注册账号,保存即可
运作界面:
二、运行一路赚钱赚人民币
中文赚钱平台 [一路赚钱] ,支持 windows 客户端及 linux 客户端,可在闲置 vps、计算机上部署
达到 10 人民币( 1000 钻)可提现,微信转账
操作步骤:
1、先 [注册] 一个账号
2、windows vps 下载客户端,运行,输入账号登录即可
3、linux vps 按如下操作(以 centos 6 为例)
下载客户端
wget http://www.yiluzhuanqian.com/soft/linux/yilu_centos6.tgz -O /opt/yilu.tgz
tar zxf /opt/yilu.tgz -C /opt/
生成用户信息
sudo /opt/yilu/mservice -user_id 12345 -reg_device
上面的 12345 改为你的用户 id (可在网站登录后的“个人中心”查询)
安装启动服务
sudo /opt/yilu/mservice -service install
nohup /opt/yilu/mservice > /dev/null 2>&1 &
把 nohup 语句放入开启启动文件(/etc/rc.local ),可以开机自启动
如果怕影响 vps 或计算机正常使用,可以设置定时任务( crontab ),在晚上启动赚钱任务,在白天自动关闭赚钱任务。
赚钱速度与 vps 或计算机的配置相关,整个高性能的 CPU 或显卡可以大大提高速度。