Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.70 KB | None | 0 0
  1.     1  service firewalld stop
  2.     2  service firewalld disable
  3.     3  systemctl disable firewalld
  4.     4  systemctl disable selinux
  5.     5  service selinux stop
  6.     6  yum install NetworkManager-wifi
  7.     7  yum install NetworkManager-wifi
  8.     8  shutdown -r -t 0
  9.     9  nmtui
  10.    10  wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
  11.    11  tar -zxvf ta-lib-0.4.0-src.tar.gz ta-lib/
  12.    12  cd ta-lib/
  13.    13  ./configure --prefix=/usr
  14.    14  yum install gcc
  15.    15  yum install htop
  16.    16  top
  17.    17   yum -y install epel-release
  18.    18  yum install htop
  19.    19  htop
  20.    20  pwd
  21.    21  make
  22.    22   ./configure --prefix=/usr
  23.    23  make
  24.    24  make install
  25.    25  pip3
  26.    26  pip3 install ta-lib
  27.    27  sudo ldconfig
  28.    28  pip3 install ta-lib
  29.    29  ./configure --prefix=/usr
  30.    30  make
  31.    31  sudo make install
  32.    32  sudo ldconfig
  33.    33  pip install ta-lib
  34.    34  pip3 install ta-lib
  35.    35  yum install python3-devel
  36.    36  pip3 install ta-lib
  37.    37  https://github.com/mobone/hidden_states_ta_ml.git
  38.    38  cd ..
  39.    39  git clone https://github.com/mobone/hidden_states_ta_ml.git
  40.    40  [A
  41.    41  git clone https://github.com/mobone/hidden_states_ta_ml.git
  42.    42  ls
  43.    43  cd hidden_states_ta_ml/
  44.    44  git checkout accuracy
  45.    45  pip3 install -r requirements.txt
  46.    46  vi start_workers.sh
  47.    47  chmod +x start_workers.sh
  48.    48  ./start_workers.sh
  49.    49  cd hidden_states_ta_ml/
  50.    50  ./start_workers.sh
  51.    51  git pull
  52.    52  git branch
  53.    53  cd hidden_states_ta_ml/
  54.    54  git branch
  55.    55  git pull
  56.    56  pkill -9 rq
  57.    57  ./start_workers.sh
  58.    58  pkill -9 rq
  59.    59  cd hidden_states_ta_ml/
  60.    60  ./start_workers.sh
  61.    61  exit
  62.    62  history
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement