- http://sectools.org/
martes, 8 de abril de 2008
lunes, 7 de abril de 2008
Ubuntu: There was an error starting the GNOME Settings Daemon.
- http://depratama.wordpress.com/2007/12/19/ubuntu-error-starting-the-gnome-settings-daemon/
"
There was an error starting the GNOME Settings Daemon.
Some things, such as themes, sounds, or background settings may not work correctly.
The last error message was:
Failed to connect to socket /tmp/dbus-E5LfJ0BbwA: Connection refused
GNOME will still try to restart the Settings Daemon next time you log in.
"
Solucion
Cito:
"
i found 2 solution.
1. add two line in file /etc/network/interfaces:
auto lo
iface lo inet loopback
and commenting out all entries with IPv6
then type sudo ifup lo on terminal
and reboot linux box (ubuntu 7.04/feisty fawn)
2. Go in the sound preferences and disable ESD
Then i use the first solution, and it works. So if you have the same problem, just do 2 solution above, and i hope it works to you too.
"
Ubuntu: WPA WIreless
- http://www.debianadmin.com/enable-wpa-wireless-access-point-in-ubuntu-linux.html
"
To update the source list run the following command
sudo apt-get
sudo apt-get install wpasupplicant
sudo apt-get install network-manager-gnome network-manager
sudo gedit /etc/network/interfaces
Comment out everything other than “lo” entries in that file and save the file
Create a file called /etc/default/wpasupplicant, add entry ENABLED=0 and save the file
sudo touch /etc/default/wpasupplicant
Reboot your system or use the following command
sudo /etc/init.d/dbus restart
Once you login back in to your machine you need to left-click the network manager icon in Gnome and select your wireless network It should prompts for password, type, etc and It will ask you to choose a password for your new “keyring”.
"
viernes, 4 de abril de 2008
Ubuntu: AWN en AMD64
- https://answers.launchpad.net/awn/+question/11608
- http://wiki.awn-project.org/InstallingFromSource#Instructions
Instalar previamente estas librerías:
- python-dev
- python-gtk-dev
- python-cairo-dev
- python-gconf
- python-gnome2-dev
- python-gnome2-desktop
Cito
"
https:/
to check if there's some news and then:
-------
#first of all you need bazaar i can't remember the name of the package right now but i'm sure you'll get by yoursel, or searching here in lounchpad
#install dependency
sudo apt-get install build-essential automake1.9 autotools-dev libxdamage-dev libxcomposite-dev libgnome2-common libgnome2-dev libgnome-
#get files from launchpad bazaar
cd ~
bzr branch http://
#configure, compile, and the install as super user
cd awn-curves
./autogen.sh && make && sudo make install
"
#resolve library dependencies
sudo ldconfig
"
#if you want extra applets... and i'm shure you want, do:
cd ~
mkdir awn-extras
cd awn-extras
bzr branch http://
cd trunk/awn-
./autogen.sh && make && sudo make install
-------
that's all
cd trunk/awn-
./autogen.sh && make && sudo make install
ah i think is worted to mention how to uninstal if you used bazar:
-------
cd ~/awn-curves
sudo make uninstall
cd ~/awn-extras/
sudo make uninstall
#and if you want to remove the sources do:
cd ~
rm -Rf awn-curves
rm -Rf awn-extras
"
Ubuntu: Skype en AMD64
- Bajar el paquete para ubuntu con arquitectura i386 (32 bits)
- sudo dpkg -i --force-architecture PAQUETE-DE-SKYPE.dpkg
- bajar getlibs
- getlibs /usr/bih/skype
- ejecutar skype
lunes, 25 de febrero de 2008
Windows: montar particiones ext3
- http://ext2fsd.sourceforge.net/projects/projects.htm#ext2fsd
- http://fs-driver.org/download.html
- http://ext2fsd.sourceforge.net/projects/projects.htm#ext2fsd
MDA Pro: "unable to obtain server-assigned IP address" in ActiveSync 4.1
Referencias:
- http://groups.google.co.uk/group/microsoft.public.pocketpc/browse_thread/thread/d6df3cc438b9ca5f/8bd321e9d0200967%238bd321e9d0200967?hide_quotes=no
- Ir a: Settings>Connections>Configure Network adapters>Network Adapters> Remote-NDIS Host IP: 169.254.2.1
- Subnet: 255.255.0.0
- Default gateway: 169.254.2.2