/bin/bash: Remove Dreamweaver synchronization “stuff” from your hosting

As an online note, I’m writing this post to remind myself and help others that still suffer using Dreamweaver on a daily basis and at some point end up having a bunch of unwanted folders and files that Dreamweaver keeps for synchronization information. To remove all that from a Linux… Continue reading

My current methods while using Kohana 3.0.8 – part 1

I’ve finally decided to get started on documenting how I’ve been using this wonderful framework. So if you’re patient enough to deal with my crazy schedule (meaning this series may take a while to be finish), fasten your seatbelt: First of all: Know your environment (your public html folder, a… Continue reading

Thanks to Thibaut Lauzière

Today I got 10 stickers from Thibaut Lauzière, creator of Linux Live USB Creator. I couldn’t find anything really white right away, so I thought I’d just take a picture against my LCD monitor 🙂 Thanks, Thibaut

Responder ou não responder: eis a questão

Como todo brasileiro que se preza, várias vezes eu sou obrigado a adquirir um serviço que depois descubro que na verdade não precisava e preciso fazer pedido de cancelamento do pedido, pedido de estorno etc. Na época da Internetz não é diferente…. E NEM A FALTA DE ATENÇÃO: Comecem a… Continue reading

Center a unordered UL/LI based menu

I lost count of how many times I broke my head trying to do this…. so taking a note will hurt less for sure: styles: #footer{text-align:center;list-style:none} #footer li{display:inline} HTML <ul id=”footer”> <li><a href=”1.php”>Link 1</a></li> <li><a href=”2n.php”>Link 2</a></li> <li><a href=”3.php”>Link 3</a></li> </ul> Really simple in the end

Changing default editor for “crontab -e” in Slackware 13.1

Just found this thread (posting here for future reference, without using Google): http://ubuntuforums.org/showthread.php?p=9789781#post9789781 sudo nano /etc/profile export EDITOR=”/usr/bin/nano” export VISUAL=”/usr/bin/nano” Note: you have to reboot or log out/log back in to see the changes take effect

Outlook XP: Configurando conta de email do Google Apps

Para configurar o Outlook para uma conta de email hospedada usando Google Apps, siga os passos a seguir, após ter certeza que seguiu o tutorial para ativar acesso IMAP à conta. (É preferencia minha acesso IMAP à contas de email, que dessa maneira, todo dispositivo que uso para acessar cada… Continue reading