Entradas

Instalación de Net-Tools en CentOS

Debe de instalar el paquete net-tools en CentOS para poder tener los comandos como el "ifconfig" funcionando. # yum provides ifconfig # yum whatprovides ifconfig Procedemos a instalar los paquetes que necesitamos: #yum install net-tools

How to install Smokeping

Smokeping es una herramienta que mantiene el histórico de monitorear el retardo de los paquetes en una red. Primero, nos logueamos al servidor y luego ejecutaremos los comandos bajo el usuario root de la siguiente manera: $ Sudo -s # Paso 1 - Instalar smokeping   # apt-get install smokeping En Ubuntu 14.04: necesita crear un enlace simbolico al fichero de configuracion de apache2 # ln -s /etc/smokeping/apache2.conf /etc/apache2/conf-available/smokeping.conf # a2enconf smokeping Tambien el modulo CGI necesita habilitarse en Apache: # a2enmod cgi Finalmente, reinicie la configuracion de Apache: # service apache2 reload Apunte su navegador web a la ruta del servidor: http://ruta_del_servidor/smokeping/smokeping.cgi

How to install Nextcloud on ubuntu server 16.04

Imagen
The information in this article was extracted from digitalocean.com Introduction Nextcloud is fork of ownCloud, a file sharing server that permits you to store your personal content, like documents and pictures, in a centralized location, much like Dropbox. The difference with Nextcloud is that all of its features are open-source. It also returns the control and security of your sensitive data back to you, thus eliminating the use of a third-party cloud hosting service. In this tutorial, we will install and configure a Nextcloud instance on an Ubuntu 16.04 server. Prerequisites In order to complete the steps in this guide, you will need the following: A sudo user on your server : You can create a user with sudo privileges by following the Ubuntu 16.04 initial server setup guide . A LAMP stack : Nextcloud requires a web server, a database, and PHP to properly function. Setting up a LAMP stack (Linux, Apache, MySQL, and PHP) server fulfills all of these requiremen...

Creating sel-signed certificates for apache in ubuntu 16.04

Imagen
The information of this article was extracted from digitalocean.com. Introduction TLS , or transport layer security, and its predecessor SSL , which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this technology, servers can send traffic safely between the server and clients without the possibility of the messages being intercepted by outside parties. The certificate system also assists users in verifying the identity of the sites that they are connecting with. In this guide, we will show you how to set up a self-signed SSL certificate for use with an Apache web server on an Ubuntu 16.04 server. Note: A self-signed certificate will encrypt communication between your server and any clients. However, because it is not signed by any of the trusted certificate authorities included with web browsers, users cannot use the certificate to validate the identity of your server automatical...

Linux Appz

Esta lista irá creciendo constantemente... WEB apache nginx PRODUCTIVITY Geany DATABASES PostgreSQL MySQL MariaDB OFFICE LibreOffice PROJECTS Project Libre Open Project (web server) MONITORING TOOLS Nagios Cacti LibreNMS Smokeping OSQuery OptOSS MAIL Mutt (client) Postfix CLOUD   Owncloud Nextcloud

How to LibreNMS

NOTA: Estas instrucciones estan basadas en instrucciones oficiales de LibreNMS y fueron probadas con una instalación nueva de Ubuntu 14.04 1) Creando la base de datos     $ sudo bash Ahora instala mysql y configurarlo:   # apt-get install mysql-server mysql-client # mysql -uroot -p Si te pide una contraseña por el usuario root de mysql elige que quieres, pero tiene que estar 100% seguro que se la recuerdas. Si ya tiene una contraseña de usuario root de mysql usala ahora. Crear la base de datos:   CREATE DATABASE librenms; GRANT ALL PRIVILEGES ON librenms.* TO 'librenms' @ 'localhost' IDENTIFIED BY '<tu_clave>' ; FLUSH PRIVILEGES ; exit 2) Instalar LibreNMS apt-get install libapache2-mod-php5 php5-cli php5-mysql php5-gd php5-snmp php-pear php5-curl snmp graphviz php5-mcrypt php5-json apache2 fping imagemagick whois mtr-tiny nmap python-mysqldb snmpd mysql-client php-net-ipv4 php-net-ipv6 rrdtool git 2.1) Fijar la zona...

How to install CACTI (Ubuntu)

Imagen
Paso 1  user@Server:~# apt-get install cacti 0 upgraded, 19 newly installed, 0 to remove and 6 not upgraded. Need to get 11.3 MB of archives. After this operation, 99.5 MB of additional disk space will be used. Do you want to continue [Y/n]? Y Paso 2 * La instalación pedirá seleccionar el servidor web deseado (seleccioné Apache). * También solicitará poner la clave del usuario administrador del gestor de bases de datos, y luego la clase que será asignada al usuario de cacti. Paso 3 Luego abrimos un navegador y abrimos la página dónde instalamos cacti: http://www.misite.com/cacti Paso 4 Luego ejecutamos los siguientes pasos para completar la instalación: Y con esto terminamos. Luego veremos que nos sale la siguiente pantalla, y allí ponemos usuario (admin) y contraseña (admin y luego la que indiquemos durante la instalación) para entrar a la interface de Cacti.