apt-get purge apache2* bind9* samba*
apt-get update
apt-get upgrade
apt-get install xorg lxde-core xrdp firefox nano flashplugin-installer
nano /etc/xrdp/xrdp.ini
Now find [xrdp1], You will need to find and replace
'' port=-1 '' to '' port=ask5910 '' ((Without the signs ofc))
Finally
service xrdp restart
now first time you connect to the RDP, Use the port ( -1 )
after that, connect to ( 5910 ) port
Open terminal and type "firefox" on Firefox URL type "about:config" and change the following settings given below with their respected value:
browser.sessionhistory.max_entries => 1
browser.sessionhistory.max_total_viewer => 1
browser.sessionstore.resume_from_crashuser => false
browser.cache.disk.max_chunks_memory_usage => 1024
browser.cache.disk.max_priority_chunks_memory => 1024
browser.cache.memory.max_entry_size => 1024
browser.cache.offline.enable => false
javascript.options.gc_on_memory_pressure => false
memory.free_dirty_pages => true
memory.ghost_window_timeout_secods => 30
Now right click on the menu and create new integer and put the name tab "browser.cache.memory.capacity" and value tab "8192".
Go to Firefox preferences:
General TAB: uncheck always check if firefox is your default browser, when firefox start set to my homepage, click restore to default homepage button
Content TAB: check block pop-up windows and create exceptions for : system.alexamaster.com and ebesucher.com
Privacy TAB: set firefox will never remember history
Security TAB: uncheck all options
Advanced - General TAB: uncheck all options
Advanced - Update TAB: never check for update and uncheck search engine update
Download and install "iMarcos for firefox" and "alexamaster", "alexasurfing" addons for more points and restart your browser. Create a iMacro file as traffic.iim and paste the follow code:
Code: VERSION BUILD=8920312 RECORDER=FX
SET !ERRORIGNORE YES
SET !LOOP -99999
SET !TIMEOUT 320
TAB T=1
URL GOTO=https://www.alexamaster.net/autosurf.php?Master=25234
TAB OPEN
TAB T=2
URL GOTO=http://www.alexasurfing.com/dashboard/autosurf/?uid=12773
WAIT SECONDS=1900
TAB CLOSEALLOTHERS
Now we have to create a file that will restart your browser for every 1hour or 30minutes
Timer 1800 = 30minutes, 3200 = 1hour choose any one or use your own time to restart firefox.
Create a bash command:
vi run.sh
Code: (Press "Insert" button and then paste the code)
#!/bin/bash/
while :
do
firefox imacros://run/?m=traffic.iim & sleep 1800
killall firefox
killall firefox
sleep 5
done
PRESS : ESC + : + x (to save and exit)
Type "sh run.sh". Now your browser must run 5 TE automatically on firefox and it should restart firefox for every 30 minutes.
Now you are running 3 Traffic exchanges.