Autor: Rafael Cintra
-
How to install Apache + PHP + MySQL and even WordPress in less than a minute on Amazon AMI
One of the most common things for us working with websites is setting up a fresh install of wordpress. Realizing I’ve been doing it very often, I’ve just put all the commands together in a unique script. Just need to change the top variables and I’m good to go in less than 1 minute. Huge…
-
How to tell if you should or shouldn’t spend time automating a task?
We usually find ourselves trying to automate everything, believing that technology is that silver bullet to improve any process. That happens to be false. Sometimes, the simpler and less technological solution works better and takes less time. But there are times we do the same thing often and that costs us time. A bad managed…
-
How To Use TeamWork.com for Scrum and Agile Projects
There are several agile project management tools out there indeed. I managed to work well with teamwork.com and Scrum Sprints even though teamworkpm wasn’t built specifically and with all the concepts of agile project management. Here are the tweaks I used for this. I’m not gonna explain everything about Scrum and Teamworkpm in this post,…
-
Finding which folders are using a lot of space
Sometimes log files grow up more than they should. In some cases some applications put log files in places we have no idea about, and as those files grow, we loose disk space. I was facing this problem recently and I managed to find which folders were bigger than 1GB. This gave me a clue…
-
Updating a AWS Security Group whenever your IP address changes
This is a simple script that updates a AWS Security Group that you can use whenever your IP changes and access security group restricted stuff with no hassle. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals…
-
Improving your workflow with aliases
Just after updating my Mac OS X Yosemite to El Capitan I noticed all my aliases have gone away. Since I had to rewrite my workflows I decided to write about it here. If you do more than browsing websites and watching movies on your mac, you probably have met the terminal. Through this article…