原创思路 How to Install phpPgAdmin on CentOS & RHEL using Yum PostgreSQL是一个强大开源的对象关系类型数据库系统,它能运行于几乎所有主要的操作系统,包括Linux、Unix(AIX、BSD、 HP-UX、SGI IRIX、Mac OS、Solaris、T... 04月09日 1,873 views 发表评论 阅读全文
原创思路 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... 04月09日 1,820 views 发表评论 阅读全文
原创思路 Postgres CentOS 7: Data directory is not empty If completely wiping & reinstalling a Postgres DB, when running initdb like: service postgresql-... 04月09日 7,144 views 发表评论 阅读全文
原创思路 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... 04月07日 3,057 views 发表评论 阅读全文
原创思路 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... 04月03日 1,766 views 发表评论 阅读全文
原创思路 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... 04月02日 2,347 views 发表评论 阅读全文
原创思路 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:... 04月02日 4,073 views 发表评论 阅读全文
原创思路 Pycharm installation yum install java-1.7.0-openjdk-devel gunzip pycharm-community-3.1.1.tar.gz tar -xvf pycharm-communit... 04月02日 1,610 views 发表评论 阅读全文
原创思路 CentOS 7.2编译安装Python 2.7.11 CentOS 7默认的Python版本为2.7.5,现升级为Python 2.7.11 1、安装编译环境 yum groupinstall "Development tools" ... 04月02日 2,647 views 发表评论 阅读全文
原创思路 [postgres升级]CostOS7下升级postgres至最新版9.5,已经过验证 环境 CentOS7 原版本: psql -version psql (9.2.14) 准备升级到9.5版本 操作步骤 完整备份Postgresql -... 03月27日 2,967 views 发表评论 阅读全文