Menu

Close
  • Blog Home
  • Portfolio
  • GitHub
Subscribe
Menu

Alex N. Jose

Journals, thoughts and ideas.

Scroll Down
← Newer Posts Page 3 of 6 Older Posts →

Install Fail2Ban on Ubuntu and CentOS

Ubuntu Install Fail2Ban. sudo apt-get update sudo apt-get install fail2ban Review configuration at /etc/fail2ban/jail.conf to see if you want to modify any default »

Alex N. Jose Alex N. Jose 03 May 2017

Keeping Docker container time in sync with host on OSX

Docker containers on your Mac can get their time skewed over the time your Mac sleeps and wakes up. This happens because Docker doesn't sync container »

Alex N. Jose Alex N. Jose 22 March 2017

Ember: Using RESTAdapter with a nested API endpoint to POST a new record

Problem statement: 1. You are using Ember Data and have two models, say Blog and Post where Post has defined a DS.belongsTo('Blog') relationship. 2. »

Alex N. Jose Alex N. Jose 05 March 2017

Using multiple SSH identities with Git

Starting with version 2.10, Git allows the SSH command used for a single repo to be configured within the repository configuration. Within the repo, run: »

Alex N. Jose Alex N. Jose 24 November 2016

Self-hosting a Continuous Integration server using Drone.

This article will help you setup a self-hosted continuous integration and delivery server using Drone. What you'll need: A DigitalOcean account. A GitHub or BitBucket account. »

Alex N. Jose Alex N. Jose 01 November 2016
← Newer Posts Page 3 of 6 Older Posts →
Alex N. Jose © 2025
Proudly published with Ghost