Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

How to install gbox on a LINUX server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lulezim
    Banned
    • Mar 2010
    • 4081

    How to install gbox on a LINUX server

    1.create 4 directories
    /var/bin
    /var/keys
    /var/script
    /var/tmp


    2.put some files
    in /var/bin :
    gbox86, rename it in gbox, chmod 755

    in /var/keys:

    cwshare.cfg, chmod755
    gbox_cfg, chmod755

    in /var/script
    gbox_cam.sh,
    rename in gbox, chmod 755
    remove the lines about AES


    3. start/stop gbox


    start: /var/script/gbox start
    stop: /var/script/gbox stop



    4. to have gbox working on boot
    in linux debian :
    in /etc/init.d :
    put /var/script/gbox

    execute this command line:

    update-rc.d gbox default 19


    Now gbox is up and runnig
Working...