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!
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
Imagine next situation: You have too many files without extension but you know they are valid HTML files, so you have to add an “.html” extension to all these files.
When you need to connect to several servers because you need to share, update or syncronize a set of files, a common situation is authentication process with the server, if
Today, after downloading a new version of a Linux distribution, I needed to check MD5 Hash in order to verify if the ISO file had not any error. This is
When you have a project created on Joomla CMS, you will need to protect your directories and files in order to avoid a possible attack or loosing information. During my