Menu

Close
  • Blog Home
  • Portfolio
  • GitHub
Subscribe
Menu

Alex N. Jose

Journals, thoughts and ideas.

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

Create two-way shares between Docker host and container

If you are using Docker volumes to copy files over to a container and would like to have two-way sharing (i.e., container changes to reflect »

Alex N. Jose Alex N. Jose 06 February 2019

Install telegraf on Raspbian Lite

First add InfluxDB repository: curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - source /etc/os-release test $VERSION_ID = "7" && echo »

Alex N. Jose Alex N. Jose 18 January 2019

Avoiding require('../../../relative/path') hell in Node.js

A frequent problem that you might run into in your Node.js application is requiring your local dependencies using a relative path notation. I.e., similar »

Alex N. Jose Alex N. Jose 01 June 2018

Fix for OSX 10.11+ losing Wifi speed after sleep

If your Wifi connection is going slow after a deep sleep after OSX 10.11 upgrade, fix is to disable "Wake for network access" in Energy »

Alex N. Jose Alex N. Jose 22 January 2018

Configuring IPTables to allow traffic to Parse with fail2ban

If you have fail2ban installed to protect your server, run the following: iptables -A IN_public_allow -p tcp -m tcp --dport 1337 -j ACCEPT Once »

Alex N. Jose Alex N. Jose 04 May 2017
← Newer Posts Page 2 of 6 Older Posts →
Alex N. Jose © 2025
Proudly published with Ghost