~eugeniabahit/jackthestripper/jts-debian-9-official

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  JackTheStripper version 3.0 for Debian GNU/Linux 9.0 (or more)
  Official Version for deploy a Debian GNU/Linux server, version 9.0 (or more)
  
  Copyright © 2013-2018 Eugenia Bahit <eugenia.bahit@laeci.org>
  Under GNU GPL License, version 3 
  <http://gnu.org/licenses/gpl.html>
  Developed by Eugenia Bahit for LAECI.org
  483 Green Lanes, London. N13 4BS (United Kingdom)
  
  The dms.sh file was migrated from JackTheStripper v 2.7 in collaboration with
  Marcos Leal Sierra <https://www.linkedin.com/in/marcos-leal-sierra/>

  
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.
  
  
  INSTRUCTIONS:
  ---------------------------------------------------------------------------
    To run this program, execute dms.sh file as root user.
    For an advanced mode, execute it with --custom argument.


  TECHNICAL SUPPORT:
  ---------------------------------------------------------------------------
    No technical support service is available for this software.


    RUNNING JTS ON A DIGITAL OCEAN DROPLET:
    -------------------------------------------------------------------------
    For DigitalOcean Droplets, you first must purge the unscd package and
    then, remove the debian user by using the following commands as root:
    
    apt remove --purge unscd
    userdel -r debian 
    apt install man
    
    
    RUNNING JTS ON A VULTR VPS:
    -------------------------------------------------------------------------
    For Vultr VPS, you must run the folowing command:
    
    echo 'LANG="en_US.UTF-8"' >> /etc/default/locale