Do Git Pull When Git Push Failed

Don’t you hate it when you’re gonna push your code to git repository and find out someone just push earlier and you must do git pull and re-push again ? I made a simple and dumb bash script to do a git pull when git push is failed because you need to git pull first. Well, this is the script. ...

March 31, 2015 · 1 min · Rezha Julio

Essentials Javascripts Link

Whether you’re a javascript newbie or hero, you’ll find this link really usefull. ...

February 25, 2015 · 1 min · Rezha Julio

PostgreSQL 9.4 failed to start on Manjaro

After setting up Manjaro on my new working laptop, I installed PostgreSQL 9.4. When I want to start the service by running sudo systemctl start postgresql, postgresql keep failing to start. ...

February 7, 2015 · 1 min · Rezha Julio

MariaDB error failed to start, errno 12

This server host about 4 blogs that all run with MariaDB 10. After a few days running, MariaDB service keep failing on this micro EC2 AWS with error like this. ...

January 24, 2015 · 2 min · Rezha Julio

Vagrant's hosted Django can't be accessed

A few days ago I am starting to use vagrant to develop our Django project at Polatic. After I finished installing project’s dependencies and run python manage.py runserver, I can’t accessed 127.0.0.1:8000 from my browser even after I enabled vagrant’s port forwarding. ...

January 14, 2015 · 1 min · Rezha Julio