Thursday, October 18, 2007

Bollywood Actresss Boobs

already reached the new Ubuntu 7.10 (Gutsy Gibbon)

Expressive is the title of this post. but the important point is that it stopped the countdown, because we now have a brand new version of the extended GNU Linux and perhaps a more friendly

of recent times: Ubuntu.
Well, for those who want to update your system already has the final version of Ubuntu 7.10, available from the following links: Likewise, this also
available
Kubuntu 7.10, the new version:


can not be excluded
Edubuntu release, now in his new version 7.10:

Nor could miss Xubuntu, distribution that is designed for computers that have limited resources, based course-like the earlier-in Ubuntu:
One of the best news of this week. With nothing more to say at the moment, I wish you a happy shock!

Monday, October 15, 2007

Fire Drill Clipart Uk

[HOW TO] How to turn "what I'm listening to" using XMMS and aMSN

few days ago I did an upgrade of my system, creating a new partition to allow more space for my / home on my Ubuntu distro. To this end, we had to be formatted before installing, which is why I lost many of the features that were added prior to the various programs I installed :-(.
Well, now I take the liberty of creating these little guides for those in need, while restoring the particular characteristics I wanted for some applications.
On this occasion I will give know the steps necessary to activate the plugin for aMSN that allows us to display the song you're listening to (the nick shown below) using XMMS . 1) xmms-infopipe


For our XMMS
provide necessary information to the plugin that we just installed, we need xmms-infopipe
~ $
sudo apt-get install xmms-infopipe
Once installation is complete, restart xmms (the close and reopen).


2) Enable the plugin

proceed to enable the plugin installed just for xmms. By right clicking on the application, select the menu (Options -> Preferences -> General plugins) the plugin
infopipe
and check the box that enables: 3) Download the plugin need

music download music plugin called Official Site

aMSN project. Once
unloading, proceed to execute the following command:

~ $ sudo unzip music-1.5.zip-d / usr / share / amsn / plugins / This, copy 'music' in the plugins folder of our aMSN.

4) Enable and configure the music plugin



aMSN enable the plugin select the menu "
Account -> Selector
plug-ins" Music item, then pressing the button
Enable.
Once enabled, we configure it to work properly. In the same previous window, click on the button Set and the list of players Supported music select XMMS, see if the check box "Add to the personal message song" shows that actually is on. The "
Check new song every? Seconds"
specifies the time interval to be used as a reference to update the song displayed.
That's all, and if you forgot a step, the plugin will work immediately. The result is something like this: Now you can show all your contacts what song you're listening xD.

Converting Bench Seat To Bucket Seats Chevy

[HOW TO] Installing Ubuntu pgadmin postgres and

are several reasons why I write this little
How To
, the second of this blog. One is the growing interest from some friends in the raid on the "Linux world, particularly in the use of Ubuntu. This little guide is limited to explain the installation of pgadmin
, a simple graphical tool, but widely used for the design and maintenance of databases in postgres. Also, explain the basics of installation and operation of one of the most popular DBMSs: PostgreSQL It also rescue this guide can be used in versions 6.10 (Edgy Eft), 7.04 (Feisty Fawn), 7.10 (Gutsy Gibbon) and in fact be with the version 8.04 (Hardy Heron) of Ubuntu Linux .

NOTE: For example, user name, I'm using the account that I have in my machine and called Luix, which also has administrator permissions. In your case, it is more likely to be another ;-) Let's go to the above, do so in an elegant and interesting, using a terminal ;-)
1) Installing PostgreSQL
relatively important as detail- - be installed PostgreSQL version 8.2


Luix @ machine: $ sudo apt-get install postgresql-8.2

This command will install from the repositories that have -en nuestro caso, Ubuntu - los paquetes: libpq5 postgresql-8.2 postgresql-client-8.2 postgresql-client-common postgresql-common, si es que no lo tenemos instalados.

Una vez instalado postgreSQL, necesitamos acceder a la cuenta postgres.

luix@maquina:$ sudo bash
root@maquina:# su postgres

Hecho esto, nos aparecerá un nuevo prompt:


postgres@maquina:$

Ahora crearemos un usuario para las Bases de Datos, usando el comando createuser seguido del nombre de usuario que necesitemos, en mi caso crearé el usuario luix:

postgres@maquina:$ createuser luix
¿Será el nuevo rol un superusuario? (S / n) s
CREATE ROLE
proceed to create a database to experiment, in my case I will create the database mydb:

postgres @ machine: $ createdb mydb CREATE DATABASE


Once done
we return to the console of our user account by doing:


postgres @ machine: $ exit root @ machine: # exit
Luix @ machine: $

Then, we start postgres:

Luix @ machine: $ psql mydb


This command will show output like this:

Welcome to psql 8.2.3, the PostgreSQL interactive terminal.
Type: \\ copyright for distribution terms
\\ h for help with SQL commands
\\? Help
psql commands \\ g or end with semicolon to execute a query
\\ q to quit mydb = #



Which tells us that we have entered into the database. At this point, we can execute all SQL commands we need.

As a last step, for security reasons, we can change the password of our user database.


mydb = # alter user Luix with password 'password';

ALTER ROLE

To exit the database do:


mydb = # \\ q

Finally, to connect from the console to the database you just created, whenever they need it, simply run the command:

Luix @ machine: $ psql-h localhost
mydb Password: password

That's all in the management of postgres from the console, now see the installation and operation of pgadmin.


2) Installing pgadmin


Luix @ machine: $ sudo apt-get install pgadmin3


The above command will allow us to install the packages: libpq4 pgadmin3-data pgadmin3
Well, now run the program just install:
Luix @ machine: $ pgadmin3 &

Once this is done, proceed to add a server for our program, following the menu:

File -> Add Server ...

Enter the requested information in the dialog presented:

Address: localhost
Description: Connecting to localhost
maintenance BD: mydb
Username: Luix
Password: password


In 'Address' we enter the location of our database, in our case will be 'localhost' since we are working with a local database. In
'Description' preferably describe the connection to the server you are creating.

'BD-keeping' in this field enter the name of the database that we will manage.

'Username', for that, enter the user name and account created in the DBMS. 'Luix' in our example.
'Password', enter the password you assign the user name you have created. We

to 'accept'.

Then, we Double-click 'on the new connection is created and then observe something like this:





rescue the interface should be provided by pgadmin is very friendly, You can do everything from create a table to create more databases, based simply right click on the desired item in the left pane. For example, if we create a table we must right-click on the item 'Tables (n)' and then 'new table' (where n is the number of tables we have today), to fill the name and owner.

In short, it's just "exploring" some options and menus of the program, according to our needs, of course.

PD. Any errors or comments can do it THROUGH a comment or sending me an e-mail.

Wednesday, October 10, 2007

License With Temporary Visitor Expiration

[HOW TO] How to create a local repository using the ISO's Ubuntu

Until recently I had at my disposal repositories
DVD's to install the packages needed GNU Linux distribution I'm using now Ubuntu 7.04 (Feisty). But sometimes it is very inconvenient to switch from one DVD to another when installing a particular package with their respective units. So I decided to copy the DVDs to my hard drive to make more dynamic the maintenance of my system.

The only drawback, perhaps, whether the space they can occupy the DVDs, which become 16 GB for the packages. Deb repository.

this little guide may also serve to those without Internet access (ie relatively slow) and need to install / update certain packages of the system and can also save the time it takes to switch from DVD to DVD when installing a package with many dependencies. 1) Burn the DVDs as ISO images on your hard disk.


is very convenient to copy each of the DVD's the repository for images, because for some reason-perhaps because of lack of disk space in the future, we want to delete the local repository and / or need to create new copies of itself in for DVD's, even to copy them to a friend of yours.


1.1. We enter the DVD into the appropriate drive and run:

$ dd if = / dev / dvd of = / home/usuario/ubuntu7.04/ubuntu_0.iso


This command creates the file "ubuntu_0.iso" (the first DVD) in the folder / home / user / ubuntu7.04 /. Repeat the process for each of the DVDs
Until this point we have the following files: ubuntu_0.iso
ubuntu_1.iso ubuntu_2.iso
ubuntu_3.iso

2) Create mount points.


we need to create folders in which we will mount the file later.


iso $ sudo mkdir-p / mnt/ubuntu7.04/CD0
$ sudo mkdir / $ sudo mnt/ubuntu7.04/CD1
mkdir / mnt/ubuntu7.04/CD2 $ sudo mkdir / mnt/ubuntu7.04/CD3

Done, we already have the folders list.

3) Mount the. Iso mount points enabled.


This step is easy, simply run:

$ sudo mount / home/usuario/ubuntu7.04/ubuntu_0.iso-r-t iso9660-o loop / $ sudo mount mnt/ubuntu7.04/CD0
/ home/usuario/ubuntu7.04/ubuntu_1.iso-r-t iso9660-o loop / mnt/ubuntu7.04/CD1
$ sudo mount / home/usuario/ubuntu7.04/ubuntu_2.iso-r-t iso9660 - o loop / mnt/ubuntu7.04/CD2 $ sudo mount / home/usuario/ubuntu7.04/ubuntu_3.iso-r-t iso9660-o loop / mnt/ubuntu7.04/CD3

Or if you prefer, you could copy the following script that will do all that for us, the proper name of the file could be
montar_repositorio


# / bin / bash set-x

mount / home/usuario/ubuntu7.04 / ubuntu_0.iso-r-t iso9660-o loop / mnt/ubuntu7.04/CD0
mount / home/usuario/ubuntu7.04/ubuntu_1.iso-r-t iso9660-o loop / mnt/ubuntu7.04/CD1
mount / home/usuario/ubuntu7.04/ubuntu_2.iso-r-t iso9660-o loop / mnt/ubuntu7.04/CD2 mount / home/usuario/ubuntu7.04/ubuntu_3.iso-r-t iso9660-o loop / exit
mnt/ubuntu7.04/CD3
then proceed to give you execute permissions:


$ Chmod + x montar_repositorio


Copy the file to the root folder of the executable.
montar_repositorio
$ sudo cp / sbin /

Ok, with that little script, each time you start our system, simply run the following command to get the repository enabled.

$ sudo montar_repositorio


4) Modify the sources.list



Now we have our repository enabled, you need to edit the file / etc / apt / sources.list to update our list of available packages.

$ sudo gedit / etc / apt / sources.list Open the file mentioned and then proceed to discuss with the # all lines are not (preferably) to avoid problems with the repositories enabled by default, you see, refer to a website particular.
Once this is done, include the following at the end of the file: # Repository

local hard disk
deb file: / mnt/ubuntu7.04/CD0 / feisty main restricted universe multiverse deb
file: / mnt/ubuntu7 .04/CD1 / feisty main restricted universe multiverse deb
file: / mnt/ubuntu7.04/CD2 / feisty main restricted universe multiverse deb
file: / mnt/ubuntu7.04/CD3 / feisty main multiverse


restricted universe Save the changes and close the file.

5) Update the list of available packages.


Now that enabled the repository, and also made the necessary changes to our sources.list, is simply to update the list of available packages:

$ sudo apt-get update

And if possible, update the system packages:

$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade

see, not so difficult to create our local repository, we just need the files. iso of packages. deb version we need for our distro Ubuntu.

I hope this guide will be useful.

Thursday, October 4, 2007

Synchronize! Pro X Sn

thousands of fires swept through Bolivia to

A tremendous amount of smoke that reached the city of Cochabamba

(where I live), so much so that some days ago and could not see the Cordillera del Tunari.

and browsing the net a bit, I found an amazing picture that sums up the bad time that was going on our territory, beset by several, not thousands of fires.



However, it was learned that despite the relief that the rain that was meant to quell some of the fires and clearing to some extent the smoke, were many sequels that give rise to widespread concern to some extent.

Among those we mention, are the material losses, people who were left homeless, which could be further noted that some of their animals died. No doubt a fairly critical for these people, many of whom were forced to evacuate the affected areas.
But now, who or who is responsible for such losses, irreparable damage to the national environment, as well as the lungs of our planet?, Questions that remain floating in the air ... At some point, hopefully, be answered. Apparently, it still a great lack of awareness for the preservation of our forests, our animals, plants, our environment in general. One issue that will undoubtedly much more to talk.
To finish this brief commentary, I recall a song from one of the most important rock bands in Latin America, spoke of Mana. The song is called "Where the children play?", Whose lyrics have much to do-in protest, with all the events that are changing our world: thousands of destroyed forests, air pollution, pollution of the oceans, in order. I hope this way of thinking.