Okay! You have always used something like You-Know-Who-Outlook! Cool, now you are using Ubuntu or say You-Know-Who-Office is expired and Outlook does not work! Well, Cheer Up! Thunderbird is your friend!
How To set Thunder bird to work with Hotmail in Ubuntu or You-Know-Who- OS is real a piece of cake!
Open Your Thunderbird and Go to:
- Select Tools | Account Settings from the menu in Mozilla Thunderbird.
- Click Add Account
- Make sure Email account is selected.
- Click Continue.
- Put your name in the Your Name: e.g Tarzan and Jane
- Type your Windows Live Hotmail address under Email Address: e.g tarzanjane@hotmail.com
- Click Continue.
- Make sure POP is selected under Select the type of incoming server you are using..
- Enter "pop3.live.com" (don't type the quotation marks) under Incoming Server:.
- Click Continue.
- Enter your complete Windows Live Hotmail address (including "@hotmail.com", "@live.com", etc.) eg. tarzanjane@hotmail.com
Under Incoming User Name:.
- Type your complete Windows Live Hotmail address under Outgoing User Name just as you did with above. i.e tarzanjane@hotmail.com
- Click Continue.
- Click Continue again.
- Click Done.
- Now go to the Server Settings category of the account named after your Windows Live
Hotmail email address.
- Make sure SSL is selected under Use secure connection:.
- Verify "995" is entered under Port:.
- Go to Outgoing Server (SMTP) in the server list.
- Click Add.
- Type "Windows Live Hotmail" under Description: (Any name of your Choice eg Hotmail Account)
- Enter "smtp.live.com" under Server Name:.
- Verify "25" is entered under Port:.
- - If you run into problems sending mail, try "587" instead.
- Make sure Use name and password is checked.
- Type your complete Windows Live Hotmail address (again including "@hotmail.com" etc.) e.g tarzanjane@hotmail.com
- Make sure TLS is selected under Use secure connection.
- Click OK.
- Go back to your Windows Live Hotmail account's root.
- Make sure "Windows Live Hotmail - smtp.live.com" is selected under Outgoing Server (SMTP).
- Click Ok
That was that, Test it and tell me if it works! It works in mine and couples of my friends :D
I believe Gmail works fine without any setting! Enjoy
Friday, 19 June 2009
Thunderbird And Hotmail Live
Tuesday, 16 June 2009
Multimedia and Ubuntu (Middle)
If you are having problems with Video, Mp3, Youtube or Flash Wesite! :D Just smile because it is so easy to make it work with Ubuntu.
And I do remember saying that I will explain the apt-get code thing. Well here is my chance to do so because we are going to use it a lot!
apt-get is the same us aptitude, it is used to get something on net or something … well I will post links to Ubuntu books and Tutorial for you to learn the actual thing! Hmm Let start making it work first
Terminal Is Your Friend:
Open Terminal
First Let Install Java Runtime Enviroment
sudo apt-get install sun-java6-fonts sun-java6-jre sun-java6-plugin equivs ttf-sazanami-gothic ttf-sazanami-mincho
Use Tab, to navigate on the blue Terminal :D
The code used is sudo apt-get install NAMEOFPACKAGE
Example
sudo apt-get install sk
ype This will install skype since there is a package call skype in the sources.list I gave you on Setting Ubuntu 9.04 (Starting) article.
If you want to remove it:
sudo apt-get remove skype
Then Let start install VLC (Why, I will say mostly because of its codecs)
sudo apt-get install vlc
More Multimedia stuff
sudo apt-get install non-free-codecs libxine1-ffmpeg gxine mencoder mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg toolame libmp4v2-0 totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert mozilla-helix-player helix-player libmad0 libjpeg-progs libmpcdec3 libquicktime1 flac faac faad sox toolame ffmpeg2theora libmpeg2-4 uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mplayer If you are curious to know I can explain on your request what all packages are for. In short you need this packages to have most of your Multimedia running something and easy the code above looks like this sudo apt-get install PACKAGENAME PACKAGENAME2 and on and on … :) Enabling all DVD Playing sudo aptitude install libdvdcss2 && sudo /usr/share/doc/libdvdread4/./install-css.sh Streaming Online sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gnonlin gstreamer0.10-pitfdll gstreamer0.10-sdl gstreamer0.10-plugins-bad-multiverse gstreamer0.10-schroedinger gstreamer0.10-plugins-ugly-multiverse totem-gstreamer sudo apt-get install gstreamer-dbus-media-service gstreamer-tools ubuntu-restricted-extras Flash playing (Youtube and flash website needs this) sudo apt-get install gsfonts gsfonts-x11 flashplugin-nonfree
To Here Multimedia to my hope is working well now! If no, please do write me on the comment place and see how
we can go about your problem.
Now: Let Make our about look super cool in FaceUbuntu (Ending)