Category: Linux
Configure Apache for SSL HTTPS CentOS 6
Configure Apache for SSL HTTPS CentOS 6 Using Apache over HTTPS or SSL allows a slightly more secure setup, any computer that connects over ssl is automatically encrypted. Original Reference: http://xmodulo.com/2014/04/https-apache-web-server-centos.html Here’s the basic…
Why Pound is awesome in front of Varnish
We all know Varnish is awesome. I went as far as presenting a topic on Varnish then writing about it. This is a known fact. However, what happens to all that caching goodness when you want to…
Nginx SSL and Varnish
Firstly, lets get this out of the way: Varnish does not do SSL, at all and likely won’t ever. Varnish is not a tool for connection managment, it’s a tool to cache web-pages and make…
Install Tomcat 8 on CentOS, RHEL, or Fedora
Step 1: Install JDK 1.7 You can download the latest JDK here: http://www.oracle.com/technetwork/java/javase/downloads/index.html We’ll install JDK 7, Update 60 (7u60). The JDK is specific to 32 and 64 bit versions. My CentOS box is 64…
Install pyDash
1. Installation By default the install will be done using the Apache webserver. Fedora & Pidora Run: sudo yum -y install git python-pip httpd mod_wsgi Centos Centos 6 Run: sudo yum -y install http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm sudo…
Install Php Oracle Client on Ubuntu
Yêu cầu: – Hệ điều hành: Ubuntu. – PHP phiên bản: 5.5.29. – Oracle Client: 2 gói phần mềm có tên instantclient-basic-linux-12.1.0.2.0 và instantclient-sdk-linux-12.1.0.2.0. Các bước cài đặt: Bước 1: bạn chạy các câu lệnh…
CREATING A DOCKER CONTAINER FOR HIPPO CMS
Introduction Don’t we all know Docker by now? In short, Docker is a so called “container solution”, which you can use to create application containers. Such a container is constructed from a base image and provisioned…
[Docker]- Part3 – Cài đặt Docker trên Ubuntu 14.04
Tiếp theo loạt bài về Docker, mình sẽ hướng dẫn các bạn các cài đặt Docker trên Ubuntu 14.04 (vì mình sử dụng phiên bản này). 1, Đăng nhập vào user có thể thực thi…
[Docker] – Part 2 – Cấu trúc và quy trình hoạt động của Docker.
1, Đặt vấn đề Ở phần 1 mình và các bạn đã cùng có cái nhìn tổng quan nhất về Docker. Tiếp tục loạt bài về Docker, mình và các bạn sẽ cùng tìm hiểu về…