Skip to content

Jonathan Neilly

Ramblings of a technonoob

  • Home
  • About
  • Blog
Jonathan Neilly

Latest Posts

Install Monit on Ubuntu

December 26, 2015 Jonny Debian, Linux, M/Monit, Monit, Nginx, Ubuntu

  What are we doing? Installing Monit on Ubuntu Why? Monit is a lightweight program that can monitor processes, restart them if they fail and send email alerts if there are problems. How? Update repositories

Read more

Installing Git Core and Setting up First Repository

December 25, 2015 Jonny Debian, git, Linux, SSH, Ubuntu

What are we doing? Generating SSH keys and adding them to bitbucket Installing Git core on our web server Setting up a repository Pushing a project to a repository Why? Version control is an industry

Read more

Install and Configure Postfix as a Local SMTP Relay on Ubuntu

December 25, 2015 Jonny Linux, Mail Server, SMTP, Ubuntu

What are we doing? Deploying Postfix with Mailutils to setup a send-only SMTP server on Ubuntu server Why? Applications hosted on our server will be able to send us notifications, password reset emails etc Method

Read more

Remove Lots of Deleted Files from Git at Once

October 15, 2015 Jonny git

Best Git command ever? This little gem will remove multiple deleted files from Git with one (sadly not very memorable) command. git rm `git status | grep deleted | awk '{print $3}'` I definitely owe

Read more

Change Magento Order ID Prefix

October 14, 2015 Jonny Magento, phpMyAdmin

I was recently launching some new Magento stores at work and came across and issue that I probably should have forseen – order IDs became out of sync. For my work setup, this is absolutely

Read more

Fixing Git “error: bad index file sha1 signature”

September 9, 2015 Jonny git, Linux

I was setting up Git on a server at work and came across an issue whereby everything seemed to be setup ok but once I ran git status it would return the following error error:

Read more

How to Fix Windows Error: ‘Selected port cannot be deleted…’

September 2, 2015 Jonny Microsoft Windows, Print Spooler, regedit.exe, Services

Whilst mapping network printers today I came across an issue where printers had previously been mapped to the machine and print ports were being duplicated. Normally to delete ports you could follow these steps: Go

Read more

Magento Error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘363624’ for key ‘PRIMARY’

August 26, 2015 Jonny Databases, Linux, Magento, Magestack, MySql, phpMyAdmin

Today I was setting up a Magento staging store. This is something I’ve done more times than I’d care to admit recently and as a result, have the process down to a fine art. However,

Read more

Install and Configure HAProxy on Ubuntu

August 25, 2015 Jonny HAProxy, Ubuntu

HAProxy is an efficient and lightweight proxy for Debian Linux distributions. This guide will run through installation, configuration for round robin load balancing including health checks and URL based proxy pass. First up, update repositories

Read more

Change ESXi Host Static IP Address

August 22, 2015 Jonny ESXi, Networking, VMware, vSphere

I have been restructuring my homelab quite a bit- mainly segregating certain virtual machines onto their own VLANs- and decided to tidy up IP allocation on VLAN0. This is already a sensitive subject for me.

Read more

Posts navigation

«Previous Posts 1 … 4 5 6 7 8 Next Posts»
VMware Certified Professional Data Center Virtualisation 2020

Recent Posts

  • Patching VMware vCSA 6.7 via Command Line
  • Working with ESXi Core Dumps
  • Perfmon: ‘Unable to Add These Counters’
  • Fully Disable IPv6 DHCP on Windows Server
  • ISCSI, Delayed ACK and the Confused VMware Hypervisor

Recent Comments

  • Gronker on Perfmon: ‘Unable to Add These Counters’
  • Jan Carsten on Fixing vCenter Error: “Another task is already in progress”
  • Jonny on Perfmon: ‘Unable to Add These Counters’
  • Juan Carbutt on Perfmon: ‘Unable to Add These Counters’
  • EReed on ‘Connection Control Operation Failed for Disk’ with Content Libraries

Archives

  • February 2021
  • January 2021
  • October 2020
  • December 2019
  • September 2019
  • June 2019
  • April 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • January 2018
  • October 2017
  • September 2017
  • August 2017
  • February 2017
  • January 2017
  • December 2016
  • September 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • December 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015

Categories

  • Active Directory
  • Apache
  • Databases
  • Debian
  • DNS
  • ESXCLI
  • ESXi
  • git
  • HAProxy
  • Hardware
  • Homelab
  • IIS Server
  • IPv6
  • iSCSI
  • Linux
  • LXD
  • M/Monit
  • Magento
  • Magestack
  • Mail Server
  • Microsoft Windows
  • Microsoft Windows Server 2012
  • Monit
  • Monitoring
  • MySql
  • Networking
  • NexentaStor
  • Nginx
  • OS X
  • phpMyAdmin
  • Postfix
  • PowerCLI
  • Print Spooler
  • PRTG
  • regedit.exe
  • Services
  • SFTP
  • SMTP
  • SQL Server
  • SSH
  • Storage
  • Ubiquiti EdgeMAX
  • Ubuntu
  • Update Manager
  • URL Rewrites
  • Varnish
  • vCenter
  • vCSA
  • Veeam
  • VMware
  • vRealize Log Insight
  • VSAN
  • vSphere
  • Windows Server 2016
  • Wordpress