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 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
Today, one of our clients was having an issue with images on iOS devices, so, the first thing they asked us, was about if the images were in the right
Hi friends, Today I would like to share you a list of Git commands that I consider really useful when we work with this great version control system. Enjoy it!
In my life as a front-end and back-end developer, I am searching for very specific strings in thousands of files and directories, so one of my favorite commands in UNIX
How many times do you create directories (folder) in your computer? I know for sure this is one of the most frequent operations in daily work, right? What about if
A very common operation in UNIX-like and Linux operating systems is to set permissions to files and directories, I have seen many people suffering because of these permissions, so today
This is the first video about UNIX and Linux commands, in this session we are going to learn how to use the ls command which allows us to get a list
Hi! Today, I would like to share a small script (in shell) to rename files recursively but replacing white spaces in the files’ names. For this task I have only
What about this: imagine if you could open your great Sublime Text 2 editor in a specific directory from the command line, well, today, I would like to share you