Quantcast
Channel: Tutorials — LowEndTalk
Viewing all articles
Browse latest Browse all 1028

[Linux Hitleap VPS]

$
0
0

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


Viewing all articles
Browse latest Browse all 1028

Trending Articles