personas:jero98772:servidorwwwof
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| personas:jero98772:servidorwwwof [2020/05/03 00:55] – jero98772 | personas: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 , | ||
| - | have cpu ,gpu, ram, rom , | ||
| - | |||
| you need a lot off memory(tb) | you need a lot off memory(tb) | ||
| + | |||
| + | ==== what will the server have? ==== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * 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) | ||
| - | + | ||
| < | < | ||
| - | | + | and run glxgears and see fps to thing of situation |
| - | + | ||
| this can help me for find answer[[ https:// | this can help me for find answer[[ https:// | ||
| - | | + | and [[https:// |
| - | + | < | |
| - | is for contect to server with ssh < | + | |
| + | tf.reset_default_graph() | ||
| + | sess = tf.InteractiveSession() | ||
| + | sess = tf.Session(config=tf.ConfigProto(log_device_placement=Tr$ | ||
| + | |||
| + | |||
| + | </ | ||
| + | and reduce img size | ||
| + | === ssh === | ||
| + | |||
| + | is for contect to server with ssh < | ||
| ===bitcoin node === | ===bitcoin node === | ||
| - | i try with this https:// | + | i try with this https:// |
| - | < | + | < |
| sudo add-apt-repository -y ppa: | sudo add-apt-repository -y ppa: | ||
| - | + | ||
| sudo apt-get update | sudo apt-get update | ||
| - | sudo apt-get install -y bitcoind | + | sudo apt-get install -y bitcoind |
| - | </ | + | </ |
| - | how i try and work in the os | + | how i try and work in the os |
| - | < | + | < |
| sudo apt-get install snap | sudo apt-get install snap | ||
| - | + | ||
| sudo snap install bitcoin | sudo snap install bitcoin | ||
| - | </ | + | </ |
| or | or | ||
| < | < | ||
| - | + | ||
| and run for start bitcoin | and run for start bitcoin | ||
| and wait for 19 H | and wait for 19 H | ||
| - | === anydesk | + | === anydesk |
| - | + | ||
| === nas with nextcloud | === nas with nextcloud | ||
| - | https:// | + | https:// |
| - | + | ||
| 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 | ||
| < | < | ||
| - | + | ||
| for setup user | for setup user | ||
| < | < | ||
| - | | + | |
| i have problems | i have problems | ||
| < | < | ||
| - | sudo snap remove nextcloud | + | sudo snap remove nextcloud |
| - | sudo snap install nextcloud | + | sudo snap install nextcloud |
| </ | </ | ||
| - | + | ||
| soloved for me | soloved for me | ||
| - | add you domine | + | add you domine |
| - | < | + | < |
| - | === nigix and flask === | + | === nigix and flask === |
| - | https:// | + | https:// |
| - | for system | + | for system |
| + | |||
| + | < | ||
| + | sudo apt update | ||
| + | sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools | ||
| + | </ | ||
| + | |||
| + | for version of proyects | ||
| + | |||
| + | < | ||
| - | < | ||
| - | sudo apt update | ||
| - | sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools | ||
| - | </ | ||
| - | for version of proyects | ||
| - | </ | ||
| sudo apt install python3-venv | sudo apt install python3-venv | ||
| - | mkdir ~/ | + | mkdir ~/myproyect |
| - | </ | + | |
| - | for control version proyects | + | </ |
| - | < | + | for control version proyects |
| + | < | ||
| python3.6 -m venv myprojectenv | python3.6 -m venv myprojectenv | ||
| - | source actiavte myprojectenv | + | source actiavte myprojectenv |
| - | < | + | </code> |
| - | | + | this install my esencial packges |
| - | | + | |
| - | | + | < |
| - | sudo python3 -m pip install -U wheel tensorflow-gpu opencv-python | + | |
| - | </ | + | sudo python3 -m pip install -U wheel tensorflow-gpu opencv-python |
| - | set up postgres for proyects with postgres https:// | + | </ |
| - | install | + | |
| - | sudo apt update | + | set up postgres for proyects with postgres https:// |
| - | sudo apt install postgresql postgresql-contrib | + | how-to-install-and-use-postgresql-on-ubuntu-18-04 |
| - | | + | |
| - | | + | < |
| - | sudo -u postgres createuser --interactive | + | sudo apt update |
| - | sudo -i -u < | + | sudo apt install postgresql postgresql-contrib |
| - | psql -d <data base> | + | sudo -u postgres createuser --interactive |
| - | | + | sudo -i -u < |
| + | psql -d <data base> | ||
| + | CREATE TABLE table_name (column_name1 col_type (field_length) column_constraints, | ||
| + | </ | ||
| + | |||
| + | correr multiples servicios en python | ||
| + | < | ||
| + | cd script;bash b-feelLogS & bash gasS & bash my_good_siteS & bash tor-service | ||
| + | </ | ||
| + | |||
| + | importants links | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
personas/jero98772/servidorwwwof.1588467352.txt.gz · Última modificación: por jero98772
