原创思路 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,533 views 发表评论 阅读全文
原创思路 Postgres CentOS 7: Data directory is not empty If completely wiping & reinstalling a Postgres DB, when running initdb like: service postgresql-... 04月09日 6,694 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日 2,762 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,568 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,088 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日 3,821 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,419 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,403 views 发表评论 阅读全文
原创思路 [postgres升级]CostOS7下升级postgres至最新版9.5,已经过验证 环境 CentOS7 原版本: psql -version psql (9.2.14) 准备升级到9.5版本 操作步骤 完整备份Postgresql -... 03月27日 2,759 views 发表评论 阅读全文
原创思路 [Odoo]Odoo=OpenErp管理员之忘记密码用户名咋整 转载来的: I have just finished setting up the onsite version of Odoo, it was wo... 03月26日 5,442 views 发表评论 阅读全文