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 » ubuntu

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 Auto Updates without FTP on Ubuntu

WordPress Auto Updates without FTP on Ubuntu

June 17, 2012 · by Leonard Austin · in Technical

I enjoy the wordpress autoupdates or plugins, themes and core however when I moved a blog to an ubuntu server it kept asking me for the ftp details (which I did not have). So after a bit of looking around…

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…

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…

Setting up a Cron with Plesk using a PHP File

Setting up a Cron with Plesk using a PHP File

September 20, 2010 · by Leonard Austin · in Technical

I have a Server with a Plesk control panel and I wanted to automate a PHP script using a cron (or crontab). Within Plesk it’s called a scheduled task. The problem is its not that user-friendly (but like everything it’s…

Installing LAMP on Ubuntu

September 6, 2010 · by Leonard Austin · in Technical

So I been getting rather annoyed with CentOs recently, mainly due to the lack of PHP support above 5.1.6, especially with all the cool features of 5.3. Also I always seem to have massive trouble installing anything like Mcypt or…

Search

Tweets

  • New Coke and Coke Classic (1985) @ World of Coca-Cola http://t.co/uFke7O0GwZ 1 day ago
  • Moon Valley @ Valle de La Luna http://t.co/ud3EuKauEH 7 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 7 days ago
  • Salt flats of Bolivia. Very white all the way to the horizon. @ Uyuni, Bolivia http://t.co/leKazwvUR6 7 days ago
  • La Paz (highest de factor capital city) from the lookout point. @ La Paz, Bolivia http://t.co/396IbfZBM1 7 days ago

Follow leonardaustin on Twitter

Instagram

  • New Coke and Coke Classic (1985)
  • 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

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

  • JuanJose on Enable mod_rewrite in xampp
  • JuanJose on Enable mod_rewrite in xampp
  • 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

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