Herramientas de usuario

Herramientas del sitio


personas:jero98772:servidorwwwof

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
personas:jero98772:servidorwwwof [2020/05/03 00:55] jero98772personas:jero98772:servidorwwwof [2021/11/28 01:15] (actual) jero98772
Línea 1: Línea 1:
 ===== fullserver ===== ===== fullserver =====
- os +os 
  
- ubuntu bionic 18.04+ubuntu bionic 18.04
  
- hardware+hardware 
 + 
 +have cpu ,gpu, ram, rom ,bios,cooler ,motherboard,etc.. have the essens
  
- have cpu ,gpu, ram, rom ,bios,cooler ,motherboard,etc.. have the essens 
-  
 you need a lot off memory(tb) you need a lot off memory(tb)
 +
 +==== what will the server have? ====
 +
 +  * [[https://github.com/jero98772/B-FeelLog|B-feelLog]]
 +  * [[https://github.com/jero98772/GAS|GAS]]
 +  * [[https://github.com/jero98772/my_good_site|My_good_site]]
 +  * icecast
 +  * web server on tor
 +  * 
  
 === gpu in linux === === gpu in linux ===
- +
 gpu activation (One of the propositos of the computer is to train artificial intelligence or produce) gpu activation (One of the propositos of the computer is to train artificial intelligence or produce)
- +
 For which nesito the gpu working  For which nesito the gpu working 
  
- It is hard to comprise the operation of this case +It is hard to comprise the operation of this case  
 + 
 +when i confugurate gpu ... desconfugurate all and gpu (fps 60)
  
- when i confugurate gpu ... desconfugurate all and gpu (fps 60) 
-  
 when dont touch gpu work in 2000 fps and dont show gpu information (fps 2000) when dont touch gpu work in 2000 fps and dont show gpu information (fps 2000)
- +
 <code> sudo apt-get install mesa-utils </code> <code> sudo apt-get install mesa-utils </code>
  
-  and run glxgears and see fps to thing of  situation +and run glxgears and see fps to thing of  situation 
-  +
 this can help me for find answer[[ https://askubuntu.com/questions/1187822/how-to-install-tensorflow-for-nvidia-gpu-rtx-2070-super-on-ubuntu-18-04]]  this can help me for find answer[[ https://askubuntu.com/questions/1187822/how-to-install-tensorflow-for-nvidia-gpu-rtx-2070-super-on-ubuntu-18-04]] 
-  === ssh === +and [[https://medium.com/repro-repo/install-cuda-10-1-and-cudnn-7-5-0-for-pytorch-on-ubuntu-18-04-lts-9b6124c44cc]] and add this to curapeces.py 
-   +<code> 
- is for contect to server with ssh <code>youuser@192.168.0.0</code> with out display for connect From outside+ 
 +    tf.reset_default_graph() 
 +    sess = tf.InteractiveSession() 
 +    sess = tf.Session(config=tf.ConfigProto(log_device_placement=Tr$ 
 + 
 + 
 +</code> 
 +and reduce img size 
 +=== ssh === 
 + 
 +is for contect to server with ssh <code>youuser@192.168.0.0</code> with out display for connect From outside
 ===bitcoin node  ===  ===bitcoin node  === 
- i try with this https://thebitcoin.pub/t/how-to-setup-a-bitcoin-lightning-network-in-4-steps/37687 and dont work  +i try with this https://thebitcoin.pub/t/how-to-setup-a-bitcoin-lightning-network-in-4-steps/37687 and dont work  
- <code> +<code> 
 sudo add-apt-repository -y ppa:bitcoin/bitcoin sudo add-apt-repository -y ppa:bitcoin/bitcoin
- +
 sudo apt-get update sudo apt-get update
  
- sudo apt-get install -y bitcoind +sudo apt-get install -y bitcoind 
- </code> +</code> 
- how i try and work in the os +how i try and work in the os 
- <code> +<code> 
 sudo apt-get install snap sudo apt-get install snap
- +
 sudo snap install bitcoin sudo snap install bitcoin
- </code> +</code> 
 or  or 
 <code>sudo snap install bitcoin-core </code>(work with gui) bitcoin(work better in ) <code>sudo snap install bitcoin-core </code>(work with gui) bitcoin(work better in )
- +
 and run  for start bitcoin   <code>bitcoin.daemon </code> and run  for start bitcoin   <code>bitcoin.daemon </code>
  
 and wait for 19 H and wait for 19 H
  
- === anydesk   === +=== anydesk   === 
- +
 === nas with nextcloud  === === nas with nextcloud  ===
- https://www.youtube.com/watch?v=pVW7EgV2IU0 +https://www.youtube.com/watch?v=pVW7EgV2IU0 
- +
 you can have internet problemes as by this razon i do not put the configuracion of network you can have internet problemes as by this razon i do not put the configuracion of network
- +
 install with snap  install with snap 
 <code>sudo snap install nextcloud </code>  <code>sudo snap install nextcloud </code> 
- +
 for setup user for setup user
 <code>nextcloud.manual-install <username> <password> </code> <code>nextcloud.manual-install <username> <password> </code>
-  +
 i  have problems  and run  i  have problems  and run 
 <code> <code>
- sudo snap remove nextcloud +sudo snap remove nextcloud 
-  sudo snap install nextcloud+sudo snap install nextcloud
 </code> </code>
- +
 soloved for me soloved for me
  
- add you domine+add you domine
  
- <code> sudo nextcloud.occ config:system:set trusted_domains 1 --value=domine  </code> +<code> sudo nextcloud.occ config:system:set trusted_domains 1 --value=domine  </code> 
-  === nigix and flask  ===+=== nigix and flask  ===
  
- https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04 +https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04 
- for system+for system 
 + 
 +<code> 
 +sudo apt update 
 +sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools 
 +</code> 
 + 
 +for version of proyects   
 + 
 +<code> 
  
- <code> 
- sudo apt update 
- sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools 
- </code> 
- for version of proyects   
- </code>  
 sudo apt install python3-venv sudo apt install python3-venv
- mkdir ~/myproyect +mkdir ~/myproyect 
- </code> + 
- for control version proyects +</code> 
- <code> +for control version proyects 
 +<code>
 python3.6 -m venv myprojectenv python3.6 -m venv myprojectenv
- source actiavte myprojectenv +source actiavte myprojectenv 
- <code>  +</code> 
- install my esencial packges   +this install my esencial packges   
-    + 
-   <code> +<code> 
-  sudo python3 -m  pip install -U wheel tensorflow-gpu opencv-python  torch torchvision numpy django flask scikit-learn sklearn matplotlib pandas uwsgi gunicorn + 
- </code>  +sudo python3 -m  pip install -U wheel tensorflow-gpu opencv-python  torch torchvision numpy django flask scikit-learn sklearn matplotlib pandas uwsgi gunicorn 
-set up postgres for proyects with postgres https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04 +</code>  
- install + 
- sudo apt update +set up postgres for proyects with postgres https://www.digitalocean.com/community/tutorials/ 
- sudo apt install postgresql postgresql-contrib +how-to-install-and-use-postgresql-on-ubuntu-18-04 
- create user + 
- createuser --interactive +<code> 
- sudo -u postgres createuser --interactive +sudo apt update 
- sudo -i -u <user> +sudo apt install postgresql postgresql-contrib 
- psql -d <data base> +sudo -u postgres createuser --interactive 
- CREATE TABLE table_name (column_name1 col_type (field_length) column_constraints,column_name2 col_type (field_length),column_name3 col_type (field_length));+sudo -i -u <user> 
 +psql -d <data base> 
 +CREATE TABLE table_name (column_name1 col_type (field_length) column_constraints,column_name2 col_type (field_length),column_name3 col_type (field_length)); 
 +</code>  
 + 
 +correr multiples servicios en python 
 +<code> 
 + cd script;bash b-feelLogS & bash gasS &  bash my_good_siteS & bash tor-service 
 +</code> 
 + 
 +importants links  
 + 
 +https://tecnobits.xyz/que-se-puede-hacer-con-un-servidor/ 
 + 
 +https://www.linuxuprising.com/2018/10/how-to-install-and-use-tor-as-proxy-in.html 
 + 
 +https://check.torproject.org/ 
 + 
 +https://thebitcoin.pub/t/how-to-setup-a-bitcoin-lightning-network-in-4-steps/37687 
 + 
 +https://www.youtube.com/watch?v=tYog5kZugCw 
 + 
 +https://askubuntu.com/questions/90339/how-do-i-set-read-write-permissions-my-hard-drives 
 + 
 +https://www.urbackup.org/debianserverinstall.html 
 + 
 +https://www.urbackup.org/server_source_install.html 
 + 
 +https://www.youtube.com/watch?v=pVW7EgV2IU0 
 + 
 +https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-18-04 
 + 
 +https://github.com/jero98772/wwwofish/ 
 + 
 +https://askubuntu.com/questions/1187822/how-to-install-tensorflow-for-nvidia-gpu-rtx-2070-super-on-ubuntu-18-04 
 + 
 +https://github.com/chriswayg/tor-alpine 
 + 
 +https://www.youtube.com/watch?v=GVMjk9pj2Cw 
 + 
 +https://null-byte.wonderhowto.com/how-to/host-your-own-tor-hidden-service-with-custom-onion-address-0180159/ 
 + 
 +https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-nextcloud-on-ubuntu-20-04
personas/jero98772/servidorwwwof.1588467352.txt.gz · Última modificación: 2020/05/03 00:55 por jero98772