Presentation Firewalld is the new userland interface in RHEL 7. It replaces the iptables&n...
How to Install phpPgAdmin on CentOS & RHEL using Yum
PostgreSQL是一个强大开源的对象关系类型数据库系统,它能运行于几乎所有主要的操作系统,包括Linux、Unix(AIX、BSD、 HP-UX、SGI IRIX、Mac OS、Solaris、T...
How to Install PostgreSQL 9.5 on CentOS/RHEL 7/6/5 and Fedora 23/22
PostgreSQL 9.5 Released. PostgreSQL is an open source object-relational, highly scalable, SQL compli...
Postgres CentOS 7: Data directory is not empty
If completely wiping & reinstalling a Postgres DB, when running initdb like: service postgresql-...
Install Odoo 9 – CentOS 7
I’ve found that if you insist on installing Odoo on CentOS, like I do, doing it on CentOS 7 is...
How To Protect SSH With Fail2Ban on CentOS 7
Introduction While connecting to your server through SSH can be very secure, the SSH daemon itself i...
Database creation error: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII) HINT: Use the same encoding as in
root@server:~# su - postgres postgres@server:~ $ psql -U postgres psql (9.0.3) Type "hel...
How to install wkhtmltopdf 0.13.0 on Ubuntu server
At first install xvfb serwer: sudo apt-get install xvfb Get needed version of wkhtmltopdf from http:...
Pycharm installation
yum install java-1.7.0-openjdk-devel gunzip pycharm-community-3.1.1.tar.gz tar -xvf pycharm-communit...
CentOS 7.2编译安装Python 2.7.11
CentOS 7默认的Python版本为2.7.5,现升级为Python 2.7.11 1、安装编译环境 yum groupinstall "Development tools" ...