Popular Post ventura Posted January 27, 2023 Popular Post Share Posted January 27, 2023 Sistema Operaciona: Linux Ubuntu versão 14/16 1° Instale o WinSCP e o PuTTYgen 3° Logue-se na vps usando o programa PuTTYgen ou WinSCP anexado : 2° Coloque os dados da sua VPS e execulte os comandos abaixo Comandos Usados apt-get update apt-get install -y apache2 apt-get install -y mysql-server apt-get install -y openjdk-7-jre apt-get install -y php5 apt-get install -y php5-mysql apt-get install -y phpmyadmin sudo apt-get install -y libapache2-mod-php5 dpkg --add-architecture i386 apt-get update apt-get install -y libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 gstreamer0.10-pulseaudio:i386 gstreamer0.10-plugins-base:i386 gstreamer0.10-plugins-good:i386 sudo apt-get update sudo apt-get install libssl1.0.0 libssl-dev cd /lib/x86_64-linux-gnu sudo ln -s libssl.so.1.0.0 libssl.so.10 sudo ln -s libcrypto.so.1.0.0 libcrypto.so.10 Na versão 16 alguns comandos da erro, mas muda pouca coisa, segue: apt-get install -y openjdk-9-jre apt-get install -y php apt-get install -y php-mysql sudo apt-get install -y libapache2-mod-php Créditos:revolts This is the hidden content, please Sign In or Sign Up This is the hidden content, please Sign In or Sign Up 65 3 1 6 5 1 Quote Link to comment Share on other sites More sharing options...
GabrielGG Posted January 27, 2023 Share Posted January 27, 2023 Obrigado pelo conteúdo 1 Quote Link to comment Share on other sites More sharing options...
Revoltz Posted February 2, 2023 Share Posted February 2, 2023 Na versão 16 alguns comandos da erro, mas muda pouca coisa, segue: apt-get install openjdk-9-jre apt-get install php apt-get install php-mysql sudo apt-get install libapache2-mod-php 2 Quote Link to comment Share on other sites More sharing options...
Popular Post Revoltz Posted April 30, 2023 Popular Post Share Posted April 30, 2023 Comandos para Centos 7 curl -LsS This is the hidden content, please Sign In or Sign Up | sudo bash -s -- --mariadb-server-version="mariadb-10.3" sudo yum -y install MariaDB-server MariaDB-client sudo systemctl start mariadb; systemctl enable mariadb sudo mysql_secure_installation; systemctl status mariadb sudo yum -y install httpd; systemctl start httpd; systemctl enable httpd; systemctl status httpd sudo yum -y install epel-release yum-utils sudo yum -y install This is the hidden content, please Sign In or Sign Up sudo yum-config-manager --enable remi-php74 sudo yum -y install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd yum --enablerepo=remi-php74 install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json sudo systemctl restart httpd yum install -y java-1.8.0-openjdk.x86_64 yum update yum install epel-release yum install -y mono mc htop curl wget p7zip gdb ipset yum -y install perl-XML-DOM make gcc gcc-c++ libxml2.so.2 libstdc++.so.5 libxml2-devel pcre-devel openssl-devel libxml2-devel.i686 pcre-devel.i686 openssl-devel.i686 libxml2.i686 libstdc++-devel.i686 libstdc++6 .i686 glibc-devel.i686 glibc-devel libdb-cxx.i686 libdb-cxx-devel.i686 readline-devel readline-devel.i686 sudo yum install p7zip bzip2 unar #desativar firewalld #SELinux systemctl disable firewalld; systemctl stop firewalld sed -ri 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config 25 5 Quote Link to comment Share on other sites More sharing options...
mfalves96 Posted May 26, 2023 Share Posted May 26, 2023 Em 30/04/2023 em 20:33, Revoltz disse: Comandos para Centos 7 curl -LsS This is the hidden content, please Sign In or Sign Up | sudo bash -s -- --mariadb-server-version="mariadb-10.3" sudo yum -y install MariaDB-server MariaDB-client sudo systemctl start mariadb; systemctl enable mariadb sudo mysql_secure_installation; systemctl status mariadb sudo yum -y install httpd; systemctl start httpd; systemctl enable httpd; systemctl status httpd sudo yum -y install epel-release yum-utils sudo yum -y install This is the hidden content, please Sign In or Sign Up sudo yum-config-manager --enable remi-php74 sudo yum -y install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd yum --enablerepo=remi-php74 install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json sudo systemctl restart httpd yum install -y java-1.8.0-openjdk.x86_64 yum update yum install epel-release yum install -y mono mc htop curl wget p7zip gdb ipset yum -y install perl-XML-DOM make gcc gcc-c++ libxml2.so.2 libstdc++.so.5 libxml2-devel pcre-devel openssl-devel libxml2-devel.i686 pcre-devel.i686 openssl-devel.i686 libxml2.i686 libstdc++-devel.i686 libstdc++6 .i686 glibc-devel.i686 glibc-devel libdb-cxx.i686 libdb-cxx-devel.i686 readline-devel readline-devel.i686 sudo yum install p7zip bzip2 unar #desativar firewalld #SELinux systemctl disable firewalld; systemctl stop firewalld sed -ri 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config eu consigo instalar o mariaDB em Ubuntu? e é recomendavel utilizar a versão mais recente do Ubuntu? 5 1 1 Quote Link to comment Share on other sites More sharing options...
lucascatao Posted June 5, 2023 Share Posted June 5, 2023 Em 26/05/2023 em 03:30, mfalves96 disse: eu consigo instalar o mariaDB em Ubuntu? e é recomendavel utilizar a versão mais recente do Ubuntu? Para versão mais recente do ubuntu não são esses comandos para preparar o Linux para receber um versão do Emulador, recentemente consegui rodar em Ubuntu 20.04 LTS , em cima do openjdk 11 e outras configurações Quote Link to comment Share on other sites More sharing options...
Cerejo Posted June 7, 2023 Share Posted June 7, 2023 No ubuntu você pode substituir o “mariadb” por “mysql”. sim você pode usar outras versões dos pacotes, as pessoas usam essa lista de comandos antiga porque estão acostumados. Quote Link to comment Share on other sites More sharing options...
Cerejo Posted June 7, 2023 Share Posted June 7, 2023 (edited) Em 25/05/2023 em 23:30, mfalves96 disse: eu consigo instalar o mariaDB em Ubuntu? e é recomendavel utilizar a versão mais recente do Ubuntu? No ubuntu você pode substituir o “mariadb” por “mysql”. Em 05/06/2023 em 14:12, lucascatao disse: Para versão mais recente do ubuntu não são esses comandos para preparar o Linux para receber um versão do Emulador, recentemente consegui rodar em Ubuntu 20.04 LTS , em cima do openjdk 11 e outras configurações sim vai funcionar, porém essa versão que o povo usa é por causa do “iweb” que foi criada nessa versão, porém quase ninguém usa o “iweb”. Edited June 7, 2023 by Cerejo Quote Link to comment Share on other sites More sharing options...
caiquerch Posted July 25, 2023 Share Posted July 25, 2023 Top! Quote Link to comment Share on other sites More sharing options...
alone Posted October 29, 2023 Share Posted October 29, 2023 Obrigado Quote Link to comment Share on other sites More sharing options...
gapaiva Posted January 4 Share Posted January 4 Em 30/04/2023 em 20:33, Revoltz disse: Comandos para Centos 7 curl -LsS This is the hidden content, please Sign In or Sign Up | sudo bash -s -- --mariadb-server-version="mariadb-10.3" sudo yum -y install MariaDB-server MariaDB-client sudo systemctl start mariadb; systemctl enable mariadb sudo mysql_secure_installation; systemctl status mariadb sudo yum -y install httpd; systemctl start httpd; systemctl enable httpd; systemctl status httpd sudo yum -y install epel-release yum-utils sudo yum -y install This is the hidden content, please Sign In or Sign Up sudo yum-config-manager --enable remi-php74 sudo yum -y install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd yum --enablerepo=remi-php74 install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json sudo systemctl restart httpd yum install -y java-1.8.0-openjdk.x86_64 yum update yum install epel-release yum install -y mono mc htop curl wget p7zip gdb ipset yum -y install perl-XML-DOM make gcc gcc-c++ libxml2.so.2 libstdc++.so.5 libxml2-devel pcre-devel openssl-devel libxml2-devel.i686 pcre-devel.i686 openssl-devel.i686 libxml2.i686 libstdc++-devel.i686 libstdc++6 .i686 glibc-devel.i686 glibc-devel libdb-cxx.i686 libdb-cxx-devel.i686 readline-devel readline-devel.i686 sudo yum install p7zip bzip2 unar #desativar firewalld #SELinux systemctl disable firewalld; systemctl stop firewalld sed -ri 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config tem os comandos pro Centos 8 ?? Boa parte desses não funciona nele?? se tiver me salva ai :) valleeu 1 Quote Link to comment Share on other sites More sharing options...
Revoltz Posted January 4 Share Posted January 4 1 hora atrás, gapaiva disse: tem os comandos pro Centos 8 ?? Boa parte desses não funciona nele?? se tiver me salva ai :) valleeu tenta ai e diz o feedback sudo dnf install This is the hidden content, please Sign In or Sign Up sudo dnf install MariaDB-server MariaDB-client sudo systemctl start mariadb sudo systemctl enable mariadb sudo mysql_secure_installation sudo systemctl status mariadb sudo dnf install httpd sudo systemctl start httpd sudo systemctl enable httpd sudo systemctl status httpd sudo dnf install epel-release sudo dnf install This is the hidden content, please Sign In or Sign Up sudo dnf module reset php sudo dnf module enable php:remi-7.4 sudo dnf install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json sudo systemctl restart httpd sudo dnf install java-1.8.0-openjdk sudo dnf update sudo dnf install mc htop curl wget p7zip gdb ipset sudo dnf install perl-XML-DOM make gcc gcc-c++ libxml2 libstdc++.so.6 libxml2-devel pcre-devel openssl-devel libdb-cxx libdb-cxx-devel readline-devel sudo dnf install p7zip bzip2 unar sudo systemctl disable firewalld sudo systemctl stop firewalld sudo sed -ri 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config 4 Quote Link to comment Share on other sites More sharing options...
imhefesto Posted March 10 Share Posted March 10 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.