• Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME

Alex Arriaga

  • Home
  • ANGULAR
  • JAVASCRIPT
  • ABOUT ME
© 2025 Alex Arriaga

Tag: UNIX

GNU/Linux Mac OSX Operating Systems

Session 4 – grep command (UNIX and Linux commands, in Spanish)

Posted on June 13, 2014by alex-arriaga

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 and Linux is the grep command. This awesome command is able to find complex strings based on patterns. Watch this video and learn how to…

GNU/Linux Mac OSX Operating Systems

Session 3 – mkdir command (UNIX and Linux commands, in Spanish)

Posted on June 13, 2014by alex-arriaga

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 I tell you there is a great command for UNIX and Linux for fast creation of any directory or directories you want! Well, watch this…

GNU/Linux Mac OSX Operating Systems

Session 2 – chmod command (UNIX and Linux commands, in Spanish)

Posted on June 13, 2014by alex-arriaga

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 I am going to explain you how to use the chmod command, with this command you will be able to modify any permissions in the…

GNU/Linux Mac OSX Operating Systems

Session 1 – ls command (UNIX and Linux commands, in Spanish)

Posted on June 13, 2014by alex-arriaga

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 directories and files. Enjoy and share this video, and remember be happy with your code!