воскресенье, 9 декабря 2018 г.

Install GLPi on CentOS7 (php7.1)


Install MariaDB:
yum -y install mariadb-server mariadb-devel
systemctl enable mariadb
systemctl start mariadb

mysql_secure_installation
# mysql -u root -p
> create database glpidb;
> create user 'glpiuser'@'localhost' identified by 'P@ssword01';
> grant all privileges on glpidb.* to glpiuser@localhost;
> flush privileges;

суббота, 8 декабря 2018 г.

Configure Cisco loggin to SPLUNK

logging trap informational
logging source-interface vlan 1 (that interface's ip will be identified in SPLUNK)
logging host 192.168.3.92 (SPLUNK's ip)

archive
 log config
  logging enable
  logging size 200
  notify syslog contenttype plaintext
  hidekeys

login on-failure log
login on-success log
logging userinfo

process cpu threshold type total rising 80 interval 5
memory free low-watermark processor 20000
memory free low-watermark io 20000

Install SPLUNK on CentOS7


Install (get the link on Splunk website):
wget -O splunk-7.2.1-be11b2c46e23-linux-2.6-x86_64.rpm 'https://www.splunk.com/bin/splunk/DownloadActivityServlet?architecture=x86_64&platform=linux&version=7.2.1&product=splunk&filename=splunk-7.2.1-be11b2c46e23-linux-2.6-x86_64.rpm&wget=true'

rpm -i splunk-7.2.1-be11b2c46e23-linux-2.6-x86_64.rpm

воскресенье, 1 апреля 2018 г.

H2O MMS Settings Android


Name: H20 APN
APN: att.mvno
Proxy:
Port:
Username:
Password:
Server:
MMSC: http://mmsc.cingular.com
MMS proxy66.209.11.33
MMS port: 80
MCC: 310
MNC: 410
Authentication type
APN type: default,mms,supl
APN Protocol: IPv4
APN roaming protocol:  IPv4
Bearer:

Based on https://apn.gishan.net/settings/1360_32_h2o_wireless_apn_settings_for_samsung_galaxy_s7.php

воскресенье, 25 марта 2018 г.

E-mail settings for MFD - Cannon MF249dw

Image result for canon mf249dw

To Setup E-Mail Sending you need:

1. Set E-Mail Communication Settings.
    Login using you web browser into you printer.
    Settings > Network > Email


2. Change SMTP port number (optional, only if your smtp port is different from 25)
     Right on you printer in the Menu go
     Menu > Network Settings > TCP/IP Settings > Port Number Settings
     Select the port you need and type in (using the printer's keyboard) new port number.

воскресенье, 14 января 2018 г.

Установка модуля .vib для управления RAID контроллером Adaptec из консоли ESXi 6.0 / Install Adaptec .vib module to manage RAID Array using ESXi CLI

Для того чтобы управлять RAID массивом под управлением контроллера Adaptec
из консоли ESXi вам нужно установить специальный пакет.

воскресенье, 7 января 2018 г.

Развёртываниe HipChat Server 2.2.6


Установка и настройка Atlassian HipChat Server 2.0.