Ubuntu y VirtualBox

lunes, 19 de noviembre de 2007

When you like run windows, you don't need restart the machine because exist VirtualBox, this program is the best virtual machine that i know. You only need install from automatix or some repositories of Ubuntu is depence of your version of ubuntu, but i only probe in 7.04. I haven't got explain the instalation i only explain the configuration with folders and devices usb.

1. The first open your virtual machine and after you go to the menu and in the configuration menu and after directory share you need add new shared folder ex.(/home/user).
2. The second you need have the virtual network adapter active, and then you start the virtual machine.
3. The third open a cmd in windows, in menu start -> execute
4. And you need put this line.
net use x: \\vboxsvr\carpetacompartida

If the out is succesful you only go to the My_PC and you open the net folder X.

Now for the devices usb.
Edit the file /etc/udev/rules.d/40-permissions.rules (for this, you must have administrative privileges) Search for the following lines

# USB devices (usbfs replacement)
SUBSYSTEM=="usb_device", MODE="0664"


Change them to the following

# USB devices (usbfs replacement)
SUBSYSTEM=="usb_device", GROUP="usbusers", MODE="0664"


Finaly, Restart your PC.

How retrieve your grub after windowsxp install :]

viernes, 16 de noviembre de 2007

a) Strated the Ubuntu Live CD
b) Open a terminal and put the commands:

$ sudo grub
grub> find /boot/grub/stage2

We will show a parameter (hdx, y) for mi is: (hd0, 6)

grub> root (hd0,6)
grub> setup (hd0)
grub> quit

and that's all.

Video of new single of Maroon 5

viernes, 13 de abril de 2007

Marron 5 - Makes me Wonder



Link: http://www.youtube.com/watch?v=sc5RHp6Tr6c

New name for Gaim, now Pidgin

domingo, 8 de abril de 2007

I read in Genbeta that the new name for Gaim is Pidgin this famous system of menssage use for many users in GNU/Linux. As to as for the next week have got the new version 2.0 of Pidgin, new name this change is for problems with AOL.

The new domine is: www.pidgin.im

;]

Sorry with my english.

Convert database of Mysql to latin in utf-8

miércoles, 4 de abril de 2007

First execute mysqldump and get a copy of you databa

$ mysqldump --user=name --password=password --default-character-set=latin1 
--
skip-set-charset dbmysql > dbmysql.sql

Second execute the comand sed this comand help us for convert the database
$ sed -r 's/latin1/utf8/g' dbmysql.sql > dbmysql-utf8.sql 


Third droped and create the database with charset utf-8
$ mysql --user=name --password=passwd --execute="DROP DATABASE dbmysql;
CREATE DATABASE dbmysql CHARACTER SET utf8 COLLATE utf8_general_ci;
"


And the end put the new database-utf8 in mysql.
$ mysql --user=name --password=passwd --default-character-set=utf8 
dbmysql
< dbmysql-utf8.sql

Well, I hope help you.

Fuente: http://textsnippets.com/posts/show/84

Hipersonica Blog of Music in Spanish

martes, 3 de abril de 2007

This site it's great for search videos and news about the all artist, but special for the concer for people that live in Europe.
Hipersonica

Youttube and ffmpeg

viernes, 30 de marzo de 2007

Well, some people down the video of youtube with extension GreaseMonkey in Firefox, but when you like open in Ubuntu you doesn't see because the format of video is .flv but in some blogs present the solution, continue is:

Install ffmpeg with apt-get:

# apt-get install ffmpeg

After run the command:

$ ffmpeg -i videofile.flv video.avi
$ ffmpeg -i videofile.flv video.mpeg


Great, right now you see the video in totem, xine, etc.

First Post

jueves, 29 de marzo de 2007

Now, I'm learn english and i write my first post beacuse i like write manuals and how-to that have got in my other blog http://hooppus.blogspot.com and other things how: news, music and Tv series favourites.

Welcome to my blog

Note: I'm sorry for my english but i start learn, be patient. ;-]