Mike Johnsons Personal Blog - SSL certificate installation on Ubuntu/Nginx10.6.8 Installing SSL Certificates CorrectlyHow to Install a GoDaddy SSL Certificate in WHMsetting up free ssl certificate for apache on ubuntu server
Archive | Ubuntu RSS feed for this section
certificate-info.jpg

VPS.NET SSL Certificate Installation On Ubuntu

Here are some quick notes on how to order and install the free SSL certificates provided by VPS.NET on your server. 1. Create a self-signed certificate. Install ssl-cert if it is not already installed root@ns2:/tmp# aptitude install ssl-cert   NOTE: VPS.NET now require 2048 bit certificates. So, edit ssleay.cnf from1024 bits to 2048 bits. root@ns2:/tmp# [...]

Read full story · Comments { 0 }

Setting Ubuntu Default Crontab Editor

When you first invoke the crontab command in Ubuntu you are prompted for the default editor. If someone has already set this to nano and you are a vim-person this can be very annoying. To change it to vim use the select-editor command root@ns1:/etc# select-editor   Select an editor. To change later, run ‘select-editor’. 1. [...]

Read full story · Comments { 0 }

Install Memcached on Ubuntu

  Memcached on Ubuntu has actually two components. A standalone program running on your server and a  client PHP extension. To be honest I noticed no increase in performance using memcached with the W3 Total Cache plugin. root@ns1:~# aptitude install memcached The following NEW packages will be installed: memcached   First we need to install [...]

Read full story · Comments { 0 }