Posted by Marcelo on Sabadini
15/07/2009
wget recursive
Good morning everyone!
Today I'm posting another little hint of Linux (you may have noticed that Esto addicted to Linux)! I'll show you how to download files from an FTP recursively. But what is this? Simple! Imagine the following scenario: I have a routine backup of my system.
Suppose my system is hosted at marcelosabadini.com.br / system / and I want to download the entire contents. So would run the following command:
- ://USUARIO-DO-FTP:SENHA@marcelosabadini.com.br/sistema wget-r ftp: / / USER-TO-FTP: SENHA@marcelosabadini.com.br / system
Who does the magic here is the-r option. Here are some interesting options of wget: Read the rest of this entry »
Posted by Marcelo on Sabadini
10/07/2009
Netbeans 6.5 - An excellent IDE
Speaking staff all good?
I have done a test with Netbeans 6.5 to develop my code and would like to post my opinion and show some features that I found interesting in this IDE.
The points that I will mention a few are close to all features of Netbeans, as I said, I speak only of those who found a difference:
- Quick Search (Search files, folders, classes, methods ...);
- Rename variables;
- Integration with SVN (without configuring anything. Just having made checkout.)
- Tips in the form of warning;
- Find and replace in the project or folder;
- Autocomplete in and support for JS libraries (jQuery in my case);
- Ability to 'dock' plugins;
- Full-screen mode (ALT + SHIFT + ENTER);
- Navigate
- Go to File: do a search by file name;
- Jump to like, do a search by class name;
- Go to Symbol: do a search for names métdos;


