If you are using a GNU/Linux distribution based on Ubuntu the easiest way to get the timezone is by using following command: [crayon-60733f09cbee7178316258/] The output should look similar to this:
If you are using a GNU/Linux distribution based on Ubuntu the easiest way to get the timezone is by using following command: [crayon-60733f09cbee7178316258/] The output should look similar to this:
The Problem Today, I was testing the new Angular 4 Scripting Application sample provided by IBM as a starting point for creating Script Portlet based Apps. However, my development environment
While in development of any Node.js application we usually configure a npm start task to run it; but when you are ready to go to production that concept is not
This is just a simple way to delete files recursively using your terminal in any UNIX-like operating system: [crayon-60733f09cca65451339695/] Explanation -name “FILES_PATTERN” : File pattern. -exec rm -rf {} \;
These are just the steps to update Node.js by using your terminal: [crayon-60733f09cccf1910500607/] The n package represents a Node helper, and running this command upgrades node to the latest stable
Lesson learned After doing this file many times, I decided to build my personal .gitignore file; I use to add it in my very fist commit as a good practice in
Today, while I was trying to get the latest version of my Node Packages Modules (using npm install), I started to receive this error: npm ERR! cb() never called!
The issue Today I was trying to consume an external video API for streaming a set of videos; so I got the code for the PHP source, create all my
The problem After downloading a Drupal project I am working on, and importing its database I got this kind of message related with a PDO Exception: Additional uncaught exception thrown while handling exception.
The problem Today, I was updating an old git repository but when I tried to delete some branches in my local environment and in the remote, I received this kind