Category Archives: Tech

DupeGuru: potente applicación para encontrar Archivos, Música y Fotos duplicados

Hoy os quiero hablar de un aplicación disponible en 3 diferentes formatos. se llama DupeGuru . Me parece una de las aplicaciones mas practicas y sencillas para encontrar: Archivos, Fotos o Canciones repetidas. Desde la propia pagina Web es posible descargase la que se necesites; es disponible para Windows, Mac OS X y por supuesto Linux ( 32/64 bit ) para usuario Debian/ Ubuntu es posible descargar directamente el paquete .deb e instalarlo en un par de click. Con esta aplicación podremos ver los archivos que tengamos duplicados y gracias a los datos que vienen incluidos será posible decidir cual nos interesa guardar y cual eliminar para recuperar espacio y tener mas orden en nuestro PC. En la pagina de descarga es posible elegir cual de las 3 aplicaciones se quiere descargar según nuestras necesitad. En la misma pagina hay disponible otras aplicaciones: MoneyGuru, PictureGuru y MusicGuru. La primera es una aplicación especifica para mantener controlada nuestras finanzas y las otras son aplicaciónes especificas para mantener organizada nuestra colecciones. En fin, os animo a probarlas porque yo ya lo he echo y tengo que decir que merece la pena.
Descarga DupeGuru

AddThis mp3 link

Upload, store and download files with no limits! (up to 2GB single file, no space or time limitations)

Depositfiles is a very flexible online hosting service to upload files (up to 2GB) and share them with your colleagues and friends. There is no limit to the quantity of files you can store on Depositfiles and you can protect your files and folders with a password. Depositfiles has a gold plan with faster uploads and downloads but we obviously tried the free one. After the registration, you can start uploading your files. You can choose between a multiple or a single file upload and, if you prefer, it is also possible to use your favorite FTP client. The online interface is complex but intuitive and after few tests you will able to upload big files, create folders and annotate your online file links. The free plan upload is enough fast and smooth; e.g. we were able to upload an Ubuntu 10.10 iso image in almost 3 hours. In the Tools section you find the code for a flash uploader for your website and a files checker to be 100% sure your uploaded files are till active also after months. The Depositfiles Filemanager software is free and very useful add-on for your browser if you plan to download different diles at the same time. Moreover, Depositfiles has 4 different loyalty programs which allow you to earn points to use in pro features. AddThis mp3 link

LuckyBackup: Copias de Seguridad Sin Complicaciones

En estos días he estado buscando un programa que permita hacer Copias de Seguridad y que sea de uso practico, sencillo y muy intuitivo. Después de ver varios programas me he decantado sin lugar a duda para LuckyBackup. Para instalarlo es posible directamente desde los repositorios de nuestro sistema (Ubuntu y derivados) o directamente desde su propia Web y bajar la ultima versión 0.4.4 . Yo he instalado esta ultima versión y tengo que confirmar que es el mejor programa de Copias de Seguridad que he encontrado hasta el momento. LuckyBackup es muy fácil de configurar y permite efectuar diferentes sincronizaciones y mantener a salvo nuestros datos y todos los archivos. También he echo diferentes pruebas pasando carpetas a memorias USB, Disco Duro Externo y Disco Duro Interno, todo sin ningún problema (Descarga LuckyBackup).

AddThis mp3 link

Como arreglar la conexión de red en Kubuntu 10.04

Hace unos días tuve un problema con mi Kubuntu 10.04 y la conexión de red. Cuando fui por apagar el PC, en lugar de apagarlo le dí a hibernar por error y cuando fui otra vez a encenderlo no tenia conexión de red disponible. Mirando en el icono que informa respecto a la conexión de red tenia un único mensaje que decía: Gestión de Redes Desactivada. Por tanto que yo intentara de buscar la forma de activar el gestor de redes, no encontraba nada y ninguna opción disponible. Después de varios intentos tuve que ponerme a buscar en la Web con mi portátil para ver si encontraba la forma de solucionar el problema. Afortunadamente encontré que el problema surge en cuanto se apague el PC de forma instantánea o como en mi caso por hibernar, por esos motivos parece que NetworkManager no borra el archivo de estado y cuando se vuelve a reiniciar el PC se genera este error. Para solucionar el problema hay que escribir una serie de comandos en el Terminal para borrar e archivo y volver a reactivar el Gestor de Redes. Os añado las líneas de comandos porque puedo garantizar que es una solución realmente efectiva:

sudo service network-manager stop

cd /var/lib/NetworkManager/

sudo rm NetworkManager.state

sudo service network-manager start

AddThis mp3 link

How to repair the missing upper panel on Ubuntu 10.04 Netbook

After my last update I was not able to visualize my upper panel on Ubuntu 10.04 Netbook. After some internet searches and tests I found these two solutions which were useful to me:

Solution A

– right click on the background and choose Change Desktop Background

– go to Visual Effects and click on Normal

Solution B

– ALT + F2 and when in Terminal type

gnome-panel

If you want to save the configuration and visualize the upper panel for the next time you use Ubuntu, please type in terminal:

gnome-session-save

I am sure there are better ways to solve this problem, so if you have suggestion you are free to comment this post. Thanks.

AddThis mp3 link

Linux evolution!

AddThis

Rediscover Prism by Mozilla (Ubuntu, MAC and Windows tips)

In 2007, when Prism was launched, there were some enthusiastic reviews about this application. Then the widget era began and Prism popularity decreased. Anyway, Prism is still a powerful application for all that people who desire to run their more often used web application saving RAM and CPU resources. Prism, based on XULRunner, is multi platform, easy to use and very flexible. To use it on Ubuntu you can launch the Terminal and type:

sudo apt-get install prism

or using the Synaptics Package Manager (System —> Administration —> Synaptics Package Manager). Then go to Applications —> Internet —> Prism and a small windows appears. Now, fill in all the required information: the web application URL, the name you prefer, settings and do not forget to click on the Desktop shortcut option. At this point you will find a new rough icon on your Desktop with the name you chose. The first time you use it, with the right mouse button click on it and go to Properties —> Permissions and Allow executing file as program. If you want to change the icon you have to click on it (with the right mouse button), go to Properties —> Basic and choose your favorite icon clicking the icon on the upper left corner. If all are steps are annoying for you, it is possible to use Prism as add-on for Firefox. In this case, on Firefox, go to Tools —> Add-ons —> Get Add-ons and type Prism on the search bar. You will install Prism as a simple add-on for Firefox. Now, you can automatically generate a Prism application just clicking on Tools —> Convert Website to  Application when you are in the web application page.

On Windows or MAC we suggest to download the standalone package directly from the official web page or install Prism as Firefox add-on following the same steps we described for Ubuntu. If you use the Prism standalone package you have to decompress it in your favorite location. For Windows users: when you set up a new Prism application, try the tray menu option but do not forget to click on the Desktop shortcut or you will not be able to find again the application after you close it.

In my experience, Prism is really useful with all the Google web applications, with Zoho services and Pandora. Try and enjoy it! AddThis mp3 link

A brief but useful video about using yahoo.com (and others) through WebMail on Thunderbird 3.1 (Windows version)

AddThis

How to read yahoo.com (and many others) email accounts on Thunderbird 3.1 (Ubuntu and Windows tips)

Many on line email providers don’t allow you to use their accounts with POP email clients such as Thunderbird 3.1. To solve this “matter” we have a couple of possible solutions: FreePOPs and WebMail. Today, we  will discuss about Webmail that we  tested on Ubuntu 10.04 LTS and Windows XP. WebMail is substantially a  Thunderbird’s add-ons but it is not  featured by Mozilla. Using this add-on you are able to manage Yahoo, Hotmail, mail.com, GMail, Libero, and AOL email accounts. The installation is similar in Ubuntu and Windows;  on both, you have to install the core WebMail add-on and restart Thunderbird then you can add all the other components (Yahoo, Hotmail, etc..) you prefer. Then you have to modify the Thunderbird server settings following the instructions provided by WebMail:

POP
Server Type : POP
Incoming Server: localhost
UserName : username@domain

SMTP
Server Name: localhost
UserName : username@domain

Do not forget to set the Connection Security to None.

Only on Ubuntu, you need also to manually modify the incoming and outgoing ports because when you use Thunderbird through WebMail on Ubuntu, you will have a “could not connect to server local host; the connection was refused” message.  This problem can be easily solved substituting the default ports on both WebMail add-on and Thunderbird ports:

– Thunderbird —> Edit —> Account Settings. Highlight the account you want to manage and go to Server Settings. There you can modify the POP Server Mail port setting it to a number bigger than 1000 (in my case I put 1250). Then go to Outgoing Servers and Edit the SMTP account you want to modify (I changed the default port to 1025).

– Thunderbird —> Tools —> Add-ons —> WebMail —> Preferences and put the same port numbers you have set on the previous step.

All this because ports below 1024 seems to be blocked on Ubuntu (if you know why, please post a comment).

For security, restart Thunderbird and it will immediately download and send your emails. Last but not least, if your on line email account is not supported by WebMail, do not forget to try FreePOPs. AddThis mp3 link

BleachBit: a free, powerful software to increase your privacy on Ubuntu and Windows

Since the first release many thins has been changed on BleachBit. I perfectly remind its first version that I uninstalled because I didn’t feel comfortable with the possible disaster I could do on my Ubuntu computer. Now BleachBit is very different: more powerful and easy to use! This software can be used on Linux (in my test I used Ubuntu 10.04 LTS) and Windows. To install it on Ubuntu you have to use Synaptics ( System  —> Administration —> Synaptics) and search for bleachbit in the search bar. For the Windows installation please, download the .exe file and install it. After the installation on Ubuntu, open BleachBit going to Applications —> System Tools —> BleachBit. Now, you have a very understandable menu bar in the left side of your screen.  If you click on the main sub-menus you can automatically read some information about what every option will delete on tour PC. Moreover, if the delete options you choose are potentially dangerous, a pop up mini alert will inform you about the risks. We recommend to use the Preview option before bleaching your PS. In this way you can have a final picture of what you are doing and how many bytes are you deleting. On the preference menu you can decide to overwrite files to hide contents or to run BleachBit every time you start your computer. Last but not least, BleachBit supports many languages that you can select from Edit —> Preferences —> Languages. AddThis mp3 link