Tag Archives: Ubuntu 10.04

How to correctly configure and use the Windows Network on Ubuntu 10.04 LTS

At the beginning it appeared as a no-solved mystery because in all the many posts I read, there were no effective solutions. On my Ubuntu 10.04 LTS I was no able to use the external hard disk I had connected to the LAN and every time I tried to mount it I only received this message: Unable to mount location – Failed to retrieve share list from server


In few words it was not possible to use the Windows Network and all the people with the same problem (which is specific for the Ubuntu 10.04) suggested to reconfigure Samba but all the configuration and scripts I tried were no effective to let me use the external hard disk.

At the end I found someone who talked about a possible firewall misconfiguration and I tried in many ways to bypass the situation using ufw commands and opening ports and services over the LAN:

$ sudo ufw status
[sudo] password for *****:
Status: active

To                                      Action            From
—                                        ——                —-
135,139,445/tcp           ALLOW       Anywhere (log)
137,138/udp                  ALLOW       Anywhere (log)
Samba                             ALLOW       Anywhere
192.168.0.3 Samba     ALLOW       10.0.0.0/8
10.0.0.0/8                    ALLOW       192.168.0.3 Samba

Unfortunately, every new permission I granted to Samba on my Firewall was not a real solution but when I tried to stop the Firewall (System –> Administration –> Firewall Configuration) using the default firewall manager, Ubuntu was able to find and work on the external hard disk.

For this reason I made some tests and found this solution:

1 – enter your router settings and find the list of the attached device

2 – find the name and the MAC address of the LAN device you want to connect to your PC

3 – find the menu for the Lan Setup and add an Address Reservation for the above device. Now you are sure that the router will always assign the same address to the device

4 – back to Ubuntu, install and launch Firestarter (for some incomprehensible reasons the default firewall manager is not able to create rules for Samba services and ports)

5 – on Firestarter, go to Preferences —> Policy Editor and click on “Apply policy changes immediately”

6 – try to connect again to Windows Network, obviously (sic) it will not work but then go to Firestarter —> Events and you will notice that the last line is the “missing” external disk which has an “unknown” service

7 – right-click the mouse on this line and “Allow connections from source”. Now the external hard disk is visible from Ubuntu 10.04 LTS and it is possible to work on it!

8 – to be sure that your LAN device will be rightly connected to Ubuntu 10.04 every time you boot up it: go to System –> Preferences –> Startup Applications

9 – add a new Firestarter rule typing the following command: sudo firestarter

That’s all! I hope you can find this post useful! AddThis

PPASearch: la mejor herramienta para buscar repositorios PPA en Ubuntu

Hay veces que queremos instalar alguna aplicación y no sabemos muy bien cuales son los repositorios correctos PPA de Launchpad. gracias a PPASearch esto se hace todo muy muy fácil. Lo primero que hay que hacer es instalar esta aplicación en nuestra Distro con los siguientes comandos:

sudo add-apt-repository ppa:wrinkliez/ppasearch
sudo apt-get update && sudo apt-get install ppasearch

Cuando ya tengamos instalada esta aplicación, podemos buscar el repositorio que mas nos interese, para hacer eso lo único será ejecutar PPASearch y el nombre del programa de lo cual buscamos el repositorio: ejemplo

ppasearch skype

Buscando por los repositorios de Skype me salieron diferentes repositorios y cada uno identificado con un numero, para instalar alguno de ellos, lo único será elegir el numero correspondiente y PPASearch se ocupará de instalar el repositorio seleccionado. ¡Muy buena herramienta!

Agradezco mucho el Blog Ubuntulife por su labor y por todas las informaciones y ayuda incluida esa entrada  http://ubuntulife.wordpress.com/ AddThis mp3 link

How to speed up Firefox on Ubuntu 10.04 (or Windows and OS X)

In the past three months Firefox was updated more than we were used in the past also because it had some “speed problems” expecially on Ubuntu 10.04. Now, after the last updates, Firefox seems to go fast but for people who like to try some hacks we have collected some tips from the web:

– start Firefox

– in the address bar type about:config

– find and modify these lines:

– network.http.pipelining > Make it True

– network.http.pipelining.maxrequests > Make it 8 or 10 (we made it 30 and it really works fast especially on websites as ebay)

– network.http.proxy.pipelining > Make it True

– network.dns.disableIPv6 > Make it True

– last but not least restart and Firefox should work fine and a little bit faster.

Before trying these changes, please consider that changing advanced settings on Firefox can be harmful to the stability, security and performance of the program. Take notes of all the changes you are doing in case you need to revert them later. AddThis mp3 link