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

Próxima revisión
Revisión previa
personas:jero98772:servidorwwwof [2020/05/03 00:46] – creado 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 + 
-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  +and run glxgears and see fps to thing of  situation 
-  === ssh === + 
- is for contect to server with ssh user@192.168.0.0 with out display for connect From outside +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]]  
-  ===bitcoin node  ===  +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 
- i try with this https://thebitcoin.pub/t/how-to-setup-a-bitcoin-lightning-network-in-4-steps/37687 and dont work  +<code> 
- sudo add-apt-repository -y ppa:bitcoin/bitcoin + 
- sudo apt-get update +    tf.reset_default_graph() 
- sudo apt-get install -y bitcoind +    sess = tf.InteractiveSession() 
- how i try and work in the os +    sess = tf.Session(config=tf.ConfigProto(log_device_placement=Tr$ 
- sudo apt-get install snap + 
- sudo snap install bitcoin + 
- or  +</code> 
- sudo snap install bitcoin-core(work with gui) bitcoin(work better in ) +and reduce img size 
- and run  for start bit coin  bitcoin.daemon +=== ssh === 
- and wait for 19 H + 
- === anydesk if you need  gui  === +is for contect to server with ssh <code>youuser@192.168.0.0</code> with out display for connect From outside 
- ===nas with nextcloud  === +===bitcoin node  ===  
- https://www.youtube.com/watch?v=pVW7EgV2IU0 +i try with this https://thebitcoin.pub/t/how-to-setup-a-bitcoin-lightning-network-in-4-steps/37687 and dont work  
- you can have internet problemes as by this razon i do not put the configuracion of network +<code>  
- install with snap  +sudo add-apt-repository -y ppa:bitcoin/bitcoin 
- sudo snap install nextcloud  + 
- for setup user +sudo apt-get update 
- nextcloud.manual-install <username> <password> + 
-  i  have problems  and run  +sudo apt-get install -y bitcoind 
- sudo snap remove nextcloud +</code> 
-  sudo snap install nextcloud +how i try and work in the os 
- soloved +<code>  
- add you domine +sudo apt-get install snap 
- sudo nextcloud.occ config:system:set trusted_domains 1 --value=domine + 
-  === nigix and flask  === +sudo snap install bitcoin 
- https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04 +</code>  
- for sistem +or  
- sudo apt update +<code>sudo snap install bitcoin-core </code>(work with gui) bitcoin(work better in ) 
- sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools + 
- for version of proyects   +and run  for start bitcoin   <code>bitcoin.daemon </code> 
- sudo apt install python3-venv + 
- mkdir ~/myproyect +and wait for 19 H 
- for control version proyects + 
- python3.6 -m venv myprojectenv +=== anydesk   === 
- source myprojectenv/bin/activate + 
-  install my esencial packges   +=== nas with nextcloud  === 
-  sudo python3 -m  pip install -U wheel tensorflow-gpu opencv-python  torch torchvision numpy django flask scikit-learn sklearn matplotlib pandas uwsgi gunicorn +https://www.youtube.com/watch?v=pVW7EgV2IU0 
- set up postgres for proyects with postgres https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04 + 
- install +you can have internet problemes as by this razon i do not put the configuracion of network 
- sudo apt update + 
- sudo apt install postgresql postgresql-contrib +install with snap  
- create user +<code>sudo snap install nextcloud </code>  
- createuser --interactive + 
- sudo -u postgres createuser --interactive +for setup user 
- sudo -i -u <user> +<code>nextcloud.manual-install <username> <password> </code
- 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));+i  have problems  and run  
 +<code> 
 +sudo snap remove nextcloud 
 +sudo snap install nextcloud 
 +</code> 
 + 
 +soloved for me 
 + 
 +add you domine 
 + 
 +<code> sudo nextcloud.occ config:system:set trusted_domains 1 --value=domine  </code> 
 +=== nigix and flask  === 
 + 
 +https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04 
 +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>  
 + 
 +sudo apt install python3-venv 
 +mkdir ~/myproyect 
 + 
 +</code> 
 +for control version proyects 
 +<code> 
 +python3.6 -m venv myprojectenv 
 +source actiavte myprojectenv 
 +</code> 
 +this install my esencial packges   
 + 
 +<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>  
 + 
 +set up postgres for proyects with postgres https://www.digitalocean.com/community/tutorials/ 
 +how-to-install-and-use-postgresql-on-ubuntu-18-04 
 + 
 +<code> 
 +sudo apt update 
 +sudo apt install postgresql postgresql-contrib 
 +sudo -u postgres createuser --interactive 
 +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.1588466808.txt.gz · Última modificación: 2020/05/03 00:46 por jero98772