- http://maketecheasier.com/set-up-a-vnc-server-in-ubuntu-hardy-heron/2008/05/30
- Ir a: System->Preferences->Remote Desktop.
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.
"
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”.
"
"
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
"