LINUX4U @ Coimbra
Dec 10, 2008 Uncategorized
On December 10 will have presence in the AAC, Universia room (next to the study room), the event Linux4U.
This event aims to spread the Linux world by university
of Coimbra. For this we will make this system
Operating give technical support and install the distribution very popular
"Ubuntu" (and its variants). It will also be competitions in a game
"Trackmania Nations Forever" in which the winner receives an MP3 player.
Starting from 14h to 19h until you can visit us, each section of the event will be in operation throughout the afternoon. Admission is free.
Visit linux4u.pt.vu for more information.
Popularity: 6% [?]
Someone needs help
Jul 9, 2008 Uncategorized
Application of blood B-!
Because of serious illness, a friend is waiting to be hospitalized
operated. Although it was not because it has a rare blood (B-).Calls to those who have this type of blood that contact with urgency:
Luis de Carvalho 931085403
Or
Pedro Leal Ribeiro tel: 222041893 Fax: 222059125
I received this e-mail in the mailbox from my university, FCTUC, once this aid is need in Coimbra (Portugal).
If someone can help, this person certainly thank a lot.
Edit: If you read the comments by sources, this type already died. not worth it ..
And I think that was doing a good action. Yes because the mail is usually not the option any move mail from spam or chains. Catano.
Popularity: 10% [?]
Tags: solidarity
Firefox goes offline
Jul 1, 2008 Uncategorized, how-to
A bug that Firefox 3 shows, is that maybe if he is ever open and there is no Internet connection, it will always start when offline. A little annoying.
To resolve this bug, we will edit the NetworkManager.conf. But first, back up!
# cp /etc/dbus-1/system.d/NetworkManager.conf /etc/dbus-1/system.d/NetworkManager.conf.2008.07.01
# gedit /etc/dbus-1/system.d/NetworkManager.conf
Now we can replace all strings:
allow send_interface = "org.freedesktop.NetworkManager
by:
deny send_interface = "org.freedesktop.NetworkManager
Getting something like:
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="org.freedesktop.NetworkManager"/>
<allow send_destination="org.freedesktop.NetworkManager"/>
<deny send_interface="org.freedesktop.NetworkManager"/>
</policy>
<policy user="haldaemon">
<allow send_destination="org.freedesktop.NetworkManager"/>
<deny send_interface="org.freedesktop.NetworkManager"/>
</policy>
<policy group="netdev">
<allow send_destination="org.freedesktop.NetworkManager"/>
<deny send_interface="org.freedesktop.NetworkManager"/>
</policy>
<policy at_console="true">
<allow send_destination="org.freedesktop.NetworkManager"/>
<deny send_interface="org.freedesktop.NetworkManager"/>
</policy>
<policy context="default">
<deny own="org.freedesktop.NetworkManager"/>
<deny send_destination="org.freedesktop.NetworkManager"/>
<deny send_interface="org.freedesktop.NetworkManager"/>
</policy>
<limit name="max_replies_per_connection">512</limit>
</busconfig>
[Source: Ubuntu Forums]
Popularity: 18% [?]






