Keir Thomas, author of Ubuntu Kung Fu, has release a free pocket guide to Ubuntu. This 170 page great beginners guide to installing and using Ubuntu.
This guide can be found at http://www.ubuntupocketguide.com/.
Keir Thomas, author of Ubuntu Kung Fu, has release a free pocket guide to Ubuntu. This 170 page great beginners guide to installing and using Ubuntu.
This guide can be found at http://www.ubuntupocketguide.com/.
Adobe AIR (Adobe Integrated Runtime) 1.5 was released last December. While not a 64 bit app yet, it is very easy to get the AIR 1.5 working on Ubuntu 8.10 AMD64 version.
1. Install needed libraries
sudo apt-get install ia32-libs
2. Download the installer
wget -c http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin
3. Install AIR
./AdobeAIRInstaller.bin
(note may need to chmod +x AdobeAIRInstaller.bin)
4. Copy extra Adobe library file
sudo cp /usr/lib/libadobecertstore.so /usr/lib32
5. Install AIR apps via web.
Discuss here
In response to the current meme, here is what I do after I install/re-install a system.
1. Enable Medibuntu repos.
2. Enable Dropbox repo.
3. Install the follow extras.
sudo apt-get install htop powertop nautilus-open-terminal ubuntu-restricted-extras w32codecs banshee skype nautilus-dropbox ttf-liberation community-themes filezilla mplayer revelation
4. Configure a dark theme. I currently like Dust (from the community-themes package) and Shiki-Colors.
I’m also installing OpenOffice 3.0, but I would not advise that to Ubuntu newbies for now.
Continue the discussion at this forum thread.