Leonard Austin
  • Home
  • About Me
  • Portfolio
  • Thoughts
    • Personal
    • Business
    • Startup Diary
    • Technical
    • Book Reviews
  • Contact
Dedicated and enthusiastic Zend Certified Software Engineer, Prince2 Qualified/Agile Project Manager and Founder of Recensus.com. London born, but currently living and working in Santiago on the Start-Up Chile accelerator.
Home » server

Jenkins setup Git Tutorial (also when not working for Github or BitBucket on Ubuntu)

June 30, 2012 · by Leonard Austin · in Technical

Jenkins SSH Key sudo su jenkins ssh-keygen -t rsa (pressing return when prompted for a pass phrase) cd ~/.ssh cat id_rsa.pub Git and Jenkin If you get a git clone issues when building (The authenticity of host ‘bitbucket.org) try the following…

Ubuntu VirtualBox with Static IP on Windows Host

Ubuntu VirtualBox with Static IP on Windows Host

June 29, 2012 · by Leonard Austin · in Technical

Bridge Adapter Go to the virtualbox settings and change the network type to be bridge adapter. Then boot the box. Edit the interface sudo nano /etc/network/interfaces You will find a line saying something like iface eth0 inet dhcp. Replace this…

WordPress Plugin For The EU Cookie Law

WordPress Plugin For The EU Cookie Law

June 12, 2012 · by Leonard Austin · in Business, Technical

Below an email I wrote to someone asking about the cookie law and whether there are any WordPress Plugin to solve the issue. Hi Alistair, The cookie law is much more complicated than a simple plugin as there are many…

How to connect to Ubuntu from Mac via SSH Keys

May 28, 2012 · by Leonard Austin · in Technical

The following instructions explains how to connect to an Ubuntu server through a mac terminal/console using ssh keys. It does not turn off the ability to login with a password (see step 7) and you cannot do this with root,…

How to disable root on Ubuntu

How to disable root on Ubuntu

May 22, 2012 · by Leonard Austin · in Technical

Warning: The following instructions worked for me however may brick your server. Please find a professional network admin to play around with a live/production server. If something bad happens I am not to blame, you have been warned! 1. Login…

Sendmail on Ubuntu

January 7, 2012 · by Leonard Austin · in Technical

Install Sendmail on Ubuntu I also need my php applications to be able to send our email using the mail function. Therefore I need to install sendmail and enable it in my php.ini file. Install Sendmail apt-get install sendmail Check…

Changing Plesk Fast CGI to Apache PHP with ZF

December 1, 2011 · by Leonard Austin · in Technical

So recently I’ve had to change the php mode from Fast CGI to Apache Module in plesk due to the http authenticate functions in php not working. This caused my Zend Framework website to produce a 500 error, in my…

Share Folders on Unbuntu VBox with Windows

August 27, 2011 · by Leonard Austin · in Technical

These instructions assure you are using Windows as your host and Ubuntu as the client machine. I am using vbox 4 and Ubuntu 10.04 LTS. I had loads of issues getting this to work with other tutorials and forum posts….

How to Install InstantSSL on Plesk

June 28, 2011 · by Leonard Austin · in Technical

To install an Comodo InstantSSL on plesk you need to do two steps, 1. create a csr then upload it, 2. install the certificate comodo send to you (this is the bit that Comodo’s documentation is crap). Create a CSR…

Install APC on Ubuntu with PHP 5.3

March 17, 2011 · by Leonard Austin · in Technical

Installing the APC with PHP5.3 is straightforward (when you know how): 1. Install the required packages: sudo apt-get install php-pear php5-dev apache2-threaded-dev 2. Install APC: sudo pecl install apc-3.1.4 3. Create file /etc/php5/conf.d/apc.ini with the following content: extension=apc.so 4. Restart…

1 2 Next →

Search

Tweets

  • Moon Valley @ Valle de La Luna http://t.co/ud3EuKauEH 4 days ago
  • Freak snow storm at the Bolivian Border in the Atacama Dessert. I was lucky to be the last car through… http://t.co/myrDMijESI 4 days ago
  • Salt flats of Bolivia. Very white all the way to the horizon. @ Uyuni, Bolivia http://t.co/leKazwvUR6 4 days ago
  • La Paz (highest de factor capital city) from the lookout point. @ La Paz, Bolivia http://t.co/396IbfZBM1 4 days ago
  • Machu Picchu! It is amazing until 10am when all the tourist turn up. @ Machu Picchu http://t.co/UBOqni4lkS 9 days ago

Follow leonardaustin on Twitter

Instagram

  • Moon Valley
  • Freak snow storm at the Bolivian Border in the Atacama Dessert. I was lucky to be the last car through before the border was shut. Only happens a few times a year.
  • Salt flats of Bolivia. Very white all the way to the horizon.
  • La Paz (highest de factor capital city) from the lookout point.
  • Machu Picchu! It is amazing until 10am when all the tourist turn up.
  • The Worlds Most Dangerous Road (La Paz, Bolivia) #wmdr #nofilter
  • The highest city in the world! La Paz
  • Suit up party
  • Another Easter Island head with perfect sky and perfect grass. #nofilter
  • Easter Island Heads (Tongariki)
  • Climbing in chile
  • Valley

Archives

  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012

Categories

  • Book Reviews
  • Business
    • Startup Diary
  • Personal
  • Portfolio
  • Technical

Recent Comments

  • waterfilterforu on Enable mod_rewrite in xampp
  • vdespa on How to install Memcached on Xampp on Windows 7
  • mrcooll on How to install Memcached on Xampp on Windows 7
  • Nikola Petkanski on How to install Memcached on Xampp on Windows 7
  • marzi on Enable mod_rewrite in xampp

Tags

adobe air apache apc api apple book browser business cache ecommerce firefox funding happiness happy htaccess IIS iPad linux mac memcache memcached money osx payment gateway personal PHP plesk review self help SEO server soap ssl startup tools travelling ubuntu video web app web design Web Development Stuff Wordpress xampp xcart zendframework

Copyright © 2013 Leonard Austin