I’ve found that if you insist on installing Odoo on CentOS, like I do, doing it on CentOS 7 is...
CentOS 7 安裝與設定 VNC 伺服器
本篇文章將解說如何在 CentOS 7 安裝與設定 VNC Server,以及使用 UltraVNC 這套 VNC Client 軟體,來連結 VNC Server 的步驟。 簡介 VNC(Virtu...
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" ...
CentOS7修改操作系统语言方法
一、CentOS7.0 1、修改为中文 # localectl set-locale LANG=zh_CN.utf8 2、修改为英文 # localectl set-locale LANG...
Installing Odoo 8(9) on CentOS 6 with Python 2.7
This tutorial will walk you through the process of installing the latest version of Odoo on CentOS 6...
[postgres升级]CostOS7下升级postgres至最新版9.5,已经过验证
环境 CentOS7 原版本: psql -version psql (9.2.14) 准备升级到9.5版本 操作步骤 完整备份Postgresql -...