Install Picasa 3.0 Beta On Ubuntu 8.10


To Install Picasa 3.0 On Ubuntu, follow step by step.
For Specific Improvement

  • User data are now stored in ~/.google/picasa/.
  • Camera/media detection integrated with Gnome/KDE.
  • Mozilla/Firefox browser integration done via a plugin.
  • picasa:// urls work in Firefox 3.
  • Downloading albums from Picasa Web Albums launches faster.
  • Better Xinerama support.
Remove existing Picasa
If you are using stable version you have to remove using the following command

$ sudo apt-get remove picasa


Install Picasa 3.0 beta in ubuntu
Import the google key using the following command

$ sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

$ sudo apt-get update

Edit sources.list by type :


$ gedit /etc/apt/sources.list

add the following line Google testing repository

deb http://dl.google.com/linux/deb/ testing non-free


save and exit the file.
Update the source list file using the following command

$ sudo apt-get update
 
Install picasa using the following command


sudo apt-get install picasa

Happy Tesint...!!
Read More...!!

Installing new fonts in Ubuntu 9.04 Jaunty Jackalope

This section describes how to install new fonts in Ubuntu.
The first uses the Synaptic Package Manager to install fonts from the Ubuntu repositories. As new fonts get added to the archive, this method offers fonts suitable for an increasing number of users, and is very easy.
The second method is useful if you have downloaded fonts from the web, bought them, or acquired them from other sources. It is a bit more manual, but allows you to use fonts (including restricted fonts when you can't find a free/libre/open font equivalent) from a wide range of sources.

Finally, at the end of this page, there are some links for further information on fonts on GNU/Linux.
Via Synaptic
Packages available through Synaptic are mostly programs, tools and libraries, but there are a few font packages in the system.
You will need to enable the Universe and Multiverse repositories to get all the fonts available. See AddingRepositoriesHowto for instructions, and SynapticHowto if you need more information on Synaptic.
Once the repositories are set up, search for "font" in Synaptic. You should get a list of over a hundred packages. (If you get far less, then you may need to press Reload, to make sure your repository data is up to date.) Not all of these packages are fonts, some are font utilities for editing or managing fonts. Clicking on a package will show a description.
The msttcorefonts package contains the Microsoft freeware (non-Free because they are non-modifiable) web fonts. (Note: Most Microsoft fonts are included in this package; however, it does not include Tahoma or Arial Narrow. For more information on installing msttcorefonts please refer to RestrictedFormats
" src="https://wiki.ubuntu.com/htdocs/ubuntu/img/attention.png" title="" height="15" width="15"> Note: After you install a new font, you will need to make sure that programs in which you want to use the new fonts can recognize them. In most cases this is done by closing and reopening the programs; however, some programs may require you to log out and log back in.

Manually


There are various locations in GNU/Linux in which fonts can be kept. These locations are defined in /etc/fonts/fonts.conf; standard ones include /usr/share/fonts, /usr/local/share/fonts, and /home//.fonts (where is your user name).
The easiest way to install a truetype font is to press alt-F2 and enter the following code (this will open nautilus in the right directory):
gksu nautilus /usr/share/fonts/truetype

Then create a new directory, name the directory whatever you like (choose a name that you remember if you ever need to backup your fonts personal fonts). Copy the fonts into that directory and finally rebuild the font information files by pressing alt-F2, mark 'run in terminal' so you can see the progress and entering the following code:
sudo fc-cache -f -v

" src="https://wiki.ubuntu.com/htdocs/ubuntu/img/attention.png" title="" height="15" width="15"> Note: After you install a new font, you will need to make sure that programs in which you want to use the new fonts can recognize them. In most cases this is done by closing and reopening the programs; however, some programs may require you to log out and log back in.
The easiest place for people to put their fonts is /home//.fonts. If you have not already done so, create this folder:
  • Open your home folder in Nautilus (GNOME) or Konqueror (KDE).
  • Since dot-folders are really hidden folders, you need to choose "Show Hidden Files" from the View menu.

  • Go to File -> Create Folder (GNOME), or right-click and choose Create New -> Folder (KDE).
  • Name the new folder ".fonts".
Now double click on the folder to open it, and drag and drop your fonts into the folder.
On GNOME, you can also directly open the virtual folder fonts:/ (within a Nautilus window, choose Go -> Location or press Ctrl+L) and drag and drop fonts into this folder. (Does not work in in Hardy Heron 8.04 due to changes. Please follow the method above.)
However, fonts that are added by either of the ways above will only be available for one user. To make them available system-wide, drag and drop them to the directory /usr/share/fonts. (Note: If you're on Kubuntu you may have to cd to /usr/share/fonts and run mkfontscale, mkfontdir, fc-cache after this. See the instructions below.)
As in the last method, on GNOME you can also add fonts directly to fonts:/. However, you must open the virtual folder as root. You can do this by opening a terminal window and running
gksudo nautilus fonts:
Enabling Bitmapped Fonts
If you'd like to use a fixed font in your terminal, use this command:
sudo dpkg-reconfigure fontconfig

or, at least in Edgy,
sudo dpkg-reconfigure fontconfig-config

Don't change anything on the first and second screen, and choose to enable bitmapped fonts on third screen. Now you can select some new fixed fonts in your gnome-terminal's profile. Terminus is suitable for terminals; to install this font in command line, run apt-get install xfonts-terminus or use Synaptic (see above).
Alternatively, you can use Inconsolata, a monospaced font from Raph Levien. It is a very good font for the terminal.

Links to Fonts
Ed Trager's "Unicode Font Guide For Free/Libre Open Source Operating Systems" lists free/open fonts: http://unifont.org/fontguide/
SIL provides high-quality fonts released under the Open Font License: http://scripts.sil.org/OFL_fonts
Luc Devroye's website has a huge list of links to free fonts, and other useful information: http://cg.scs.carleton.ca/%7Eluc/fonts.html and http://cg.scs.carleton.ca/%7Eluc/originalfonts.html
The TypOasis has some very good fonts: http://moorstation.org/typoasis/typoasis1.htm Manfred Klein's Fonteria is part of TypOasis, but worth special mention: http://moorstation.org/typoasis/designers/klein/ Paul Lloyd Fonts is as well: http://moorstation.org/typoasis/designers/lloyd/


Sources : http://ubuntulandforever.blogspot.com/
Read More...!!

Ubuntu Poetable For Windows


I find "Portable Ubuntu for Windows" by accident. He was linked in a thread at Ubuntu Forums strange :
No, this is not dual booting Ubuntu from a flash drive, it is portable virtualization the runs in user space (no administrative access required).
Portable Ubuntu for Windows is CoLinux with an Ubuntu 8.04 (desktop) image and Xming. Colinux is bare metal (low overhead, no fancy gui or management tools) virtualization for Windows. Xming is a X server for windows (cygwin would be an alternate X server).
OK, I am familiar with CoLinux as I had taken it for a spin a few years ago. Time to take a second look at CoLinux and see what, if any progress had been made.
Portable Ubuntu, once the archive is decompressed, takes about 2 Gb of space on your hard drive/Flash drive.
The improvements are (in no particular order) :
The biggest improvement, IMO, is that Colinux and Xming are portable as advertised. They are distributed as a set of binaries and DO NOT require either installation onto the Windows host or administrative access.
Networking is obtained via NAT but does not require a TAP or change your Windows Network configuration. Again the Networking is all run in “user space” and does not require administrative access on Windows. iptables works well on the guest if you wish to firewall the guest. Ping does not work on the guest.
The Ubuntu guest runs on 256 Mb RAM. Despite this small amount of RAM it actually runs quite fast (from hard drive, slower if you run it from a flash drive). You could add swap disk if you wish (I have not done this yet).
The Ubuntu image can be increased in size from the Windows command line.
Integration between guest and host is outstanding. First there is a shared clipboard (on Xming) and copy-paste between host and guest works well, although in most applications you have to use the menu to copy and paste as the keyboard and mouse short cuts often fail. Sound integration also works out of the box and I was able to stream audio (radio stations) using audacious in Ubuntu and the sound was quite good on the Windows host.
Last file sharing is a snap. The Windows C:\ drive is mounted in the Ubuntu guest. No need for samba, NFS, ssh, ftp, etc to share files between host an guest. I was able to open documents on the Windows host, edit them, and save the changes with both gedit and Abiword (OpenOffice is NOT included on the Ubuntu image).
Conclusion: As you can see, I was impressed with the improvements in CoLinux since the last time I took it for a spin. Portable Ubuntu for Windows is a Open Source option which allows bare metal virtualization on Windows without requiring either installation onto the Windows host or administrative access.


Read More...!!

Create Distro Livecd Ubuntu with Ubuntu Reconstructor


Reconstructor

Reconstructor Ubuntu is GNU/Linux CD Creator. Used to meremaster Ubuntu Desktop (Live), Alternate (Install), or a CD Serversebagai basis, and allows a user to customisasi. For Ubuntu Desktop base, you can mengcustomisasi entire environment. Instant example, you can add/remove software, change the default look (splash, themes, fonts, wallpaper, etc..), Add desktop links, and others. Alternate version for Ubuntu and Server base, you can add additional software into the CD that you want to install. Reconstructor is written in python and licensinya under the GNU General Public License (GPL).

Installing Reconstructor

1.
Please download the recostructor http://reconstructor.aperantis.com.
2.
Double click on DEB package downlaodtan earlier results, and then click Install Package.
3.
Reconstructor to run, click the Application menu → System Tools → Reconstructor

Pre-check (modules, dependency)


After the run, reconstructor will open a terminal. Reconstructor akan at this time to check the existence of packages and tools and a module that is installed on your system. Note the message issued reconstructor, make sure you complete the first short of the package before the start.

Select task live or install



Currently you are allowed choose what job or task that will be created. Here we will choose the LiveCD.


Create a directory (working dir, live root)



Reconstructor will create some directory in your home folder. By default, the reconstructor will create a directory, reconstructor. and three will be created inside the directory again:


root to copy the contents filesystem.squashfs or live system
initrd intrd to compile a new
remaster to put the files from the CD copy that will be compiled into ISO

Copying LiveCD

Extracting Squashfs fs
Customizing

1.
Customizing Boot Usplash and GNOME Splash


At this time you must prepare a png file with size 640 x 400 pixels and 16 color indexed for Dapper. While for the Gutsy you need to set up a png file with size 800 × 600 and 256-color indexed. Click the generate button to create / convert your files into png files usplash.so. Then enter the location in the location field usplash. While for the GNOME splash, please follow this tutorial.

1.
Customizing GNOME


Here it seems there is no problem. You certainly can do so. If you have set your own icon, put in the directory /usr/share/icons/directory in your working reconstructor (root).

1. Customizing Apt Sources
2. Optimizing Boot Process
3. Customizing Reconstructor Modules


Modules listed in this tab will be downloaded, so prepare your internet connection.

1. Customizing Users customizing Ubuntu LiveCD user

Using Reconstructor Terminal

How do I use reconstructor to kustomasi terminal? Click the icon in the bottom of the terminal reconstructor.

Customizing Manual

If you have a package that you own or download and compile your own you will install, kopikan file to working directory reconstructor /root/ and execution using dpkg. If you use a local repository (DVD/ISO), use the following command:

Download the packages from the local Repo:

$ sudo apt-get install-d

Copy the file to download directory hasi work reconstructor, in the example lomuntu-tmp.

$ cp /var/cache/apt/archives / *. deb ~ /reconstructor/root/tmp-lomuntu/

Then to install, do this from terminal reconstructor.

$ cd lomuntu-tmp

$ dpkg-i *

If the program you will add not a deb package, such as xampp and flash plugin. Use this way. Coffee is the folder lampp to the directory/opt directory of the reconstructor (root/opt). To copy, you can use Thunar or nautilus as root.

Screnshoot below shows the process of installing flash plugin from adobe.

The same steps also apply to other packages, such as wine.
Step 10. Building ISO files

This is the last step, if you are ready, please click rebuild.

Reference :

http://ugos.ugm.ac.id
http://linuxindo.web.id/2008/03/02/remaster-ubuntu-livecd-dengan-reconstructor/




Read More...!!

Recover Deleted File in Ubuntu With Foremost

Foremost is a forensics application to recover files based on headers, footers, and internal data structures. Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on the drive. This brief article shows how you can use primarily to restore files that have been deleted.

File formats are supported as follows:

  • jpg - Support for the JFIF and Exif formats including implementations used in modern digital cameras.


  • gif


  • png


  • bmp - Support for windows bmp format.


  • avi


  • exe - Support for Windows PE binaries, will extract DLL and EXE files along with their compile times.


  • mpg - Support for most MPEG files (must begin with 0x000001BA)


  • wav


  • riff - This will extract AVI and RIFF since they use the same file format (RIFF). note faster than running each separately.


  • wmv - Note may also extract -wma files as they have similar format.


  • mov


  • pdf


  • ole - This will grab any file using the OLE file structure. This includes PowerPoint, Word, Excel, Access, and StarWriter


  • doc - Note it is more efficient to run OLE as you get more bang for your buck. If you wish to ignore all other ole files then use this.


  • zip - Note is will extract .jar files as well because they use a similar format. Open Office docs are just zipâd XML files so they are extracted as well. These include SXW, SXC, SXI, and SX? for undetermined OpenOffice files.


  • rar


  • htm


  • cpp - C source code detection, note this is primitive and may generate documents other than C code.

You can tweak /etc/foremost.conf to add support for file types. Please note that there is no guarantee that the future will be successful in recovering your files, but at least have the opportunity.

Install Foremost

In Debian and Ubuntu, Foremost can install by using the following command:

$ Sudo apt-get install Foremost

Using Foremost

To find out the use of perintan Foremost, type the following command:

$ man foremost

For example, you delete a jpg file:

$ Ls-l
total 324
-rw-r - r - 1 ugos ugos 324383 2008-02-19 01:25 ugos.jpg

Rm-f $ ugos.jpg

Step recovery is as follows:

$ Sudo Foremost-t jpeg-i /dev/sda1

Recover the results in the output directory in your home directory:

$ Ls-l output /
total 8
-rw-r - r - 1 root root 714 2009-03-12 18:02 audit.txt
drwxr-xr - 2 root root 4096 2009-03-12 17:57 jpg

Before the next run Foremost direktoi the same, you must men-delete/rename the output / directory (as Foremost will not run if there was the same file in the directory) or by using the options However-T (timestamp) so you does not need to men-delete/rename:

foremost $ pdf-t-T-i /dev/sda1


Source :
Read More...!!

Upgrade Ubuntu 8.10 Interpid To 9.04 Jaunty (Network Upgrade)


Ubuntu (Jaunty) or 9.04 ubuntu ubuntu is the latest version of ubuntu 8.10 (Hardy). Before you begin upgrading ubuntu ubuntu 8.10 to 9.04


You can only directly upgrade to Ubuntu 9.04 Beta from Ubuntu 8.10

Before You Start


  • You can only directly upgrade to Ubuntu 9.04 Beta from Ubuntu 8.10 (see UpgradeNotes).
  • Be sure that you have all updates applied to Ubuntu 8.10 before you upgrade.

  • Before upgrading it is recommended that you read the release notes for Ubuntu 9.04, which document caveats and workarounds for kn
    own issues in this version.
If you have a version of Ubuntu which was released before Ubuntu 8.10, please see UpgradeNotes for information on how to upgrade.

Network Upgrade for Ubuntu Desktops (Recommended)

You can easily upgrade over the network with the following procedure.
1. Press Alt-F2 and type update-manager --devel-release
2. Click the Check button to check for new updates.
3. If there are any updates to install, use the Install Updates button to install them, and press Check again after that is complete.
4. A message will appear informing you of the availability of the new release.
5. Click Upgrade.
6. Follow the on-screen instructions.

Network Upgrade for Ubuntu Servers (Recommended)


  1. Install update-manager-core if it is not already installed:
    sudo apt-get install update-manager-core

  2. Launch the upgrade tool:
    sudo do-release-upgrade --devel-release
  3. Follow the on-screen instructions.

Upgrading Using the Alternate CD/DVD

Use this method if the system being upgraded is not connected to the Internet.

  1. Download the alternate installation CD

  2. Burn the ISO to a CD and insert it into the CD-ROM drive of the computer to be upgraded.

    • If the ISO file is on the computer to be upgraded, you could avoid wasting a CD by mounting the ISO as a drive with a command like:

    • mount -o loop ~/Desktop/ubuntu-9.04-beta-alternate-i386.iso /media/cdrom0
  3. A dialog will be displayed offering you the opportunity to upgrade using that CD.
  4. Follow the on-screen instructions.
If the upgrade dialog is not displayed for any reason, you may also run the following command using Alt+F2:
gksu "sh /cdrom/cdromupgrade"
Or in Kubuntu run the following command using Alt+F2:
kdesudo "sh /cdrom/cdromupgrade"

Upgrading from a Torrent

If you're familiar with torrents and have an ISP that doesn't limit them, you can download the upgrade much more quickly. You'll also be sharing your bandwidth with other Ubuntu users and helping to reduce the load on the servers, which is especially beneficial on release days when the server overload causes problems.
Just visit http://releases.ubuntu.com/jaunty/, and download the appropriate torrent file for the alternate installation CD, found in the list towards the bottom of the page. (It will have a filename like ubuntu-9.04-beta-alternate-i386.iso.torrent.) Load it into your BitTorrent client, and after it is done downloading the ISO, follow the alternate CD upgrade instructions.
Detailed instructions here and here.

Sources : https://help.ubuntu.com/community/JauntyUpgrades
Read More...!!

Install Google Earth On Ubuntu 8.10 Intrepid Ibex

Installing Google Earth for Adding Repository necessary, follow the steps below: Set up the Medibuntu Repository

As mentioned above, the first thing you need to configure is adding the Medibuntu repository. Setting up this third-party repository can be done with a few quick commands:




$ http://www.medibuntu.org/sources.list.d/intrepid.list sudo wget-O /etc/apt/sources.list.d/medibuntu.list

$ sudo aptitude update & & sudo aptitude install medibuntu-keyring & & 
$ sudo aptitude update

This will add the Medibuntu repository, import the Medibuntu GPG key and make new packages available.

Installing Google Earth

To install Google Earth, then simply use:

$ sudo aptitude install googleearth-4,2

You should now have Google Earth added to the "Applications> Internet" menu and, assuming your video card supports the requirements, you are almost ready to travel the planet! Depending on the video card you may want to disable the atmospheric rendering, which can greatly increase performance. This can not be done by setting the following:

View> Atmosphere

If, for some reason, Google Earth does not load properly or crashes on your computer may try to return to the old version that seemed to have a little problem. To do that and try to remove 4.3 version 4.2:

$ sudo aptitude googleearth-4, 3 & & sudo aptitude install googleearth-4, 2

Happy Testing.
Read More...!!