Java Expert....Java/Open Source Addict

Redes Sociales

twitterlinkedinrss feedemail youtube

Mostrando entradas con la etiqueta centos7. Mostrar todas las entradas
Mostrando entradas con la etiqueta centos7. Mostrar todas las entradas

lunes, 26 de noviembre de 2018

Install Docker on Centos 7



Hello friends, in this opportunity I am going to review how to install the Docker on Centos 7. For this we need to do the following:

1.- First, we need to install the followings dependencies: yum-utils, device-mapper-persistent-data and lvm2. In my case I have installed.



2. Next we need to add the docker repository.


3.- Then, we need to install docker using the yum install docker-ce command.



During the installation process, we need to accepted  the information key.

4.- Finally, when the installation has finished. We need start up the docker service executing the systemctl start docker command and verify it through the docker run hello-world command.



 

lunes, 5 de noviembre de 2018

Install NodeJS on Centos 7



Hello friends, in this post I am going to show how to install NodeJS on Centos 7. For do this, we need to do the following.

1.- First go to the Node download page and download it.



2.- Next uncompress the package on directory you like.

3.- Then, configures the NODE_HOME environment variable. In my case I will configure on the root account in the /etc/profile file. For this we need to log as like root user.



4. After that, you must to update the environment variables executing the source /etc/profile command in both root and user account o also we can reboot the machine.


5.- Finally, we need to test the node version with the node -v command.



martes, 30 de octubre de 2018

Install GIT on Centos 7


Hello friends, in this post I'm going to show how to install GIT on Linux, specifically Centos 7. For this we need to do the following

1.- Firts go to the GIT page and download it. 



2.- In the Centos case, we need to install git using the yum install git command. Don't forget execute the command as root user.



3.- Once installed, we need to configure the user and email address. This information is known like as Identity Information. It will be used in every commit. For this we need to execute the following commands.



4.- After that to check the configuration. We need to execute the git config --list command.


 5.- Finally as optional, we could add the git.exe to PATH.

martes, 20 de marzo de 2018

Instalación TeamViewer 12 sobre Centos 7


Hola amig@s... como están.

En esta oportunidad vamos a revisar como instalar TeamViewer 12 en un Centos 7, el cual es una herramienta muy interesante que permite conectarse a un equipo de manera remota y controlar las acciones dentro del mismo. Utilizado muy frecuentemente en el trabajo remoto  ya se para soporte a usuarios o para trabajos puntuales. Para instalarlo en Centos 7 se debe realizar lo siguiente.

1.- Descargarse la versión TeamViewer 12 en formato .rpm de su sitio oficial. En el caso de que se tenga una versión superior a la fecha se tiene que hacerlo del siguiente enlace.

2.- Logearse como root y proceder a instalar las dependencias (librerías) del TeamViewer a través del siguiente comando.

yum install -y libSM.i686 libXdamage.i686 libXext.i686 libXfixes.i686 libXinerama.i686 libXrandr.i686 libXrender.i686 libXtst.i686 freetype.i686 fontconfig.i686 libpng12.i686 dbus-libs.i686 libjpeg-turbo.i686 libgcc.i686 alsa-lib.i686

3. Finalmente ejecutar el comando rpm -i teamviewer_12.0.93330.i686.rpm con lo que tendremos listo nuestro programa para comenzar a trabajar de manera remota.






Espero les guste el video no olviden compartirlo, subscribirse al canal de Matoosfe. Sus comentarios siempre serán importantes para mejorar. Un abrazo, bendiciones.