Eduardo Zepeda's latests posts
An Algorithm Problem a Day
- linux
The other day, one of the youtubers I follow recommended a page to receive algorithms by email How would you like to receive one algorithm problem a day in your email? Thats 7 problems per week and 365 problems per year. Imagine how much it would improve your problem solving and ...
Read more
Mastering Chmod command and RWX Permissions on Linux Systems
- linux
The previous entry was the third part of the series on the most common GNU/Linux commands. To end the entry I wrote about the chmod command, which manages permissions. This chmod command is one of the most complex commands in GNU/Linux, not because of its variety of options, but ...
Read more
Linux Basic Commands: lsof top ps kill systemctl chown chroot
- linux
This is the continuation of the following parts:GNU Linux Basic Commands, part oneGNU Linux basic commands, part two. (adsbygoogle = window.adsbygoogle || []).push({}); .nc { margin: 2rem 0; } .banner{ width: 728px; height: 90px; } .google-ads-conta...
Read more
Linux Basic Commands: passwd du useradd usermod fdisk lscpu apt which
- linux
This is the second part of the list of basic GNU/Linux terminal commands. If you want to see the commands from the previous post please enter the first part here. I also have a third part of GNU/Linux commands available.For this entry Im assuming youre using a Debian-based distri...
Read more
Linux Basic Commands: grep ls cd cat cp rm scp
- linux
There are many basic linux commands, from those that tell you which is your user, to others that allow you to run and schedule services periodically. Below I will list the commands that I use frequently, as well as any combination or peculiar feature of any of these that is worth...
Read more
My experience using EasyWP and namecheap
- linux
- opinion
A few weeks ago my SO decided to start a blog about coffee shops on Wordpress. After a short talk about the advantages and disadvantages of the most popular registration platforms and resisting my insistent recommendations to use DigitalOcean or AWS, she went to register her doma...
Read more
Hello World, how did I learn to code?
- opinion
The first time I used a computer was when I was 9 years old, in the computer room of the school where I studied. The teachers were teaching us how to operate the Logo Writer turtle using simple commands, in MS-DOS. We made the turtle paint hexagons, octagons and even trapped it i...
Read more