What’s the recommend way to enable / disable services? (in Ubuntu)
Best Upstart crash course ever!
What’s the recommend way to enable / disable services? (in Ubuntu)
Best Upstart crash course ever!
Fallacies of Distributed Computing
People still don’t understand these ground rules…
I have seen a rule in Python’s Makefile
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
$(HOSTPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
$(DESTDIR)$(LIBDEST)
The dash in front of the command is to let `make` never mind the return value of the command and continue executing the next command.
The Ruby Standard Library To Be Converted to Gems for Ruby 2.0?
I think this can be a huge step forward and it could be very risky at the same time, so other language should wait and see how it actually becomes before making any decision.
I can never remember this syntax :|