Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


[Linux Hitleap VPS]
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[Linux Hitleap VPS]

hostingfuzehostingfuze Member
edited February 2015 in Tutorials

Hi guys,

Today I will teach you how to make use of VPS to run hitleap viewer forever to earn a lot of hitleap Minutes.

This is specially made for my another autopilot guide.

You dont need to always turn on ur PC for this. :)

HowTo Install: Hitleap Viewer on Linux Server (RHEL,CentOS,Fedora)

Many people believe hitleap viewer won’t work on a linux server. I will prove the opposite. Choose CentOS ( 32bit preferred – RHEL and Fedora possible but not tested ) and let’s go.. First, we need to install a GUI. ( Graphical User Interface ) We’ll use Gnome because it’s pretty lightweight.

Connect via Putty and su to root.

yum groupinstall "X Window System" "Desktop"
yum install tigervnc-server xorg-x11-fonts-Type1

Add your VNC-User and choose a strong passphrase:

adduser hitvnc
passwd hitvnc

Set VNC passphrase:

su hitvnc
vncpasswd

Add your user to /etc/sysconfig/vncservers:

nano /etc/sysconfig/vncservers

And Paste this to the bottom:

VNCSERVERS="1:hitvnc"
VNCSERVERARGS[1]="-geometry 1280x1024"

Restart VNC:

su root
service vncserver restart

Ok, Gnome and VNC are done. Next Step, latest version of Wine:

Install dependencies:

yum groupinstall 'Development Tools'
yum install libX11-devel freetype-devel zlib-devel libxcb-devel

Install wine :

yum install wine

Thanked by 1deadjoe
«1

Comments

This discussion has been closed.