Ubuntu
Sugestia jak zaimplementowac Ubuntu Breezy Badger (5.10) w przedsiebiorstwie.
http://www.home.nl/abonnee/instellingen/email/start
————————————————————————————————-
Od kilku miesiecy moja zabawa z Linuxem rozpoczela sie n powaznie. W momencie kiedy Windows XP i Vista sa wszedzie i uzywam ich legalnie niemal na wszystkich moich komputerach chce jednak poszezyc wlasna wiedze i umiejetnosci a w efekcie przesiasc sie na Linuxowy server i desktop. Na dzien dzisiejjszy najlatwiejszy wydaje mi sie Linux.
Jednym z pierwszych zadan bylo instalowanie nowych programow i rozszezen, do tego najchetniej uzywam cmmand line tudziez terminal. Nalezy tu wpisac command:
apt-get
ale kiedy nasz komputer miesci sie za firewall trzeba to uwzglednic w pliku: etc/apt/apt.conf
wpisujac nastepujacy text:
Acquire::http::Proxy “http://MYDOMAIN\MYNAME:MYPASS@MY.PROXY.COM:MYPORT” ;
gdzie MYDOMAIN\MYNAME to nazwa domeny i nazwa uzytkownika jezeli nasza proxy wymaga logowania sie, jezleli nie trzeba sie logowac wystarczy wpisac:
Acquire::http::Proxy “http://MY.PROXY.COM:MYPORT” ;
*****
Jak uruchomic bezprzewodowy dostep do sieci z zabezpieczeniem typu WPA
Enable WPA Wireless access point in Ubuntu Linux
I have a Thoshiba laptop at home, I was running “Dapper Drake” (Ubuntu Linux 6.06) But one of the important things about it was its inability to connect to WPA-encrypted Wifi access points.In my home i have a WPA Enabled Wireless router so i need to connect to my wireless network using WPA.I am giving the procedure that worked for me to enable wpa in my toshiba laptop.
Procedure to enable WPA Wireless in Ubuntu
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”.
After enterring all the details my wireless network was connected and working fine you can see in the follwoing screen

My wireless network also detected available wireless access point around my home you can see this in the following screen

If you want to connect an existing wireless point you can see the following popup box asking for details of wireless network

If you want to create a new wireless network you can see the following screen with the available options and after entering all the details you need to click on connect

Possible Error and Solution
If you see the following error
The NetworkManager applet could not find some required resources. It cannot continue.
Solution
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor/
Tags: enable WPA Wireless in Ubuntu, Other Linux, wireless ubuntu, wpa access point ubuntu, wpa wireless
***
Jak zainstalowac multimedia w Ubuntu
Installing Automatix2 with Apt
Installing on (K,X)Ubuntu 6.10 i386,amd64 (Edgy)
Edit your sources.list:
Gnome
sudo gedit /etc/apt/sources.list
KDE
sudo kwrite /etc/apt/sources.list
from terminal
Substitute gedit with the text editor of your choice.
Add the following to your sources.list:
NOTE: Kubuntu/Xubuntu users will need to uncomment (remove the # before the word “deb“) all the additional sources as well as add the automatix repository.
deb http://www.getautomatix.com/apt edgy main
Now save the file and close it.
Now from terminal do the following:
wget http://www.getautomatix.com/apt/key.gpg.asc gpg --import key.gpg.asc gpg --export --armor 521A9C7C | sudo apt-key add -
To finish off:
sudo apt-get update sudo apt-get install automatix2
***
3D effects on Ubuntu Desktop
http://www.tectonic.co.za/view.php?id=1153
***

