Mio Mi Blog

un blog de un ubuntero… para ubunteros =)

Montar ISO

Publicado por velorek en septiembre 23, 2010

Podemos montar una imagen de disco ISO (.iso) sin tener que grabarla, siguiendo estos pasos:

Creamos un directorio (punto de montaje) donde montar la imagen:

$ sudo mkdir /media/iso

Cargamos el módulo loop al kernel, si no estaba cargado todavía:

$ sudo modprobe loop

Ingresamos a la carpeta contenedora de la imagen (en nuestro caso /home/user):

$cd /home/user

Montamos la imagen:

$ sudo mount -t iso9660 -o loop archivo.iso /media/iso

Esto indica que se montará el contenido del “archivo.iso” dentro del directorio /media/iso.

Para desmontar la imagen:

$ sudo umount /media/iso

o sencillamente:

sudo apt-get install gmountiso

Fuente: http://mexiknows.org/plataformas/linux/montar-imagen-iso-como-carpeta-en-ubuntu/

Publicado en linux, Ubuntu | 2 Comentarios »

INGRESO NO AUTORIZADO phppgadmin

Publicado por velorek en mayo 6, 2010

entrar a

$ sudo gedit /etc/phppgadmin/config.inc.php

y modificar:

$conf['extra_login_security'] = true;

a

$conf['extra_login_security'] = false;

Publicado en Desarrollo Web, Informática, linux, Ubuntu | Deja un Comentario »

recuperar datos disco VDI VirtualBox

Publicado por velorek en febrero 13, 2010

Me paso ke se me echo a perder el windows del VB y necesito recuperar lo ke tenia asi ke pille esto por ahy, solo seguir los pasos.

Obtener el UUID del disco que necesitamos recuperar

$ VBoxManage list hdds

Reemplazar UUID por el ke necesitamos recuperar

$ VBoxManage clonehd UUID imagen.img -format RAW

Entramos a la carpeta del virtual box que esta oculta y luego a la que contiene los discos duros ahy estara la imagen

$ sudo mkdir /mnt/imagen

$ sudo mount -o loop,offset=32256 imagen.img /mnt/imagen

y listo ahy estan los archivos….

Ahora si se quiere usar el disco modificado pa pasar el img a vdi se hace asi:

$ VBoxManage convertfromraw -format VDI [filename].img [filename].vdi

Fuentes:

  • http://www.espaciolinux.com/foros/software/recuperar-datos-disco-virtualbox-t40450.html
  • http://shoaibmir.wordpress.com/2009/09/13/converting-img-files-to-virtual-box-vdi-format/

Publicado en linux, Ubuntu | 1 comentario

UNR 9.10 – classic desktop mode

Publicado por velorek en diciembre 18, 2009

Step 1: Uncheck Maximus

- Go to: System > Preferences
- Uncheck ‘Maximus Windows Management’
- Restart the system
New applications will not open maximized to the netbook’s full screen

Step 2: Enable show_desktop

- Open a terminal window (Accessories > Terminal)
- Enter: gconf-editor. That opens the configuration editor GUI
- Go to the node: / apps > nautilus > preferences (click preferences)
- On the right window (showing the parameters associated with
preferences) scroll down to ‘show_desktop’ and enable (click) it.
This will get rid of the default desktop. No need to restart.

Step 3: Add the ‘Main Menu’ Applet to the panel

- Right-click on the panel (mine is at the top edge)
- Select the ‘Main Menu’ applet
This will put the same menu structure as the original desktop but in a
drop-down menu as the good old classical desktop.

I still need to fine tune things a bit further (eg make minimized apps go to a panel at the bottom of the screen rather than the top panel) but in the meantime I’ve got what I want the most.

Enjoy the classical desktop look.

FUENTE: http://ubuntuforums.org/showthread.php?t=1312335&page=2

Publicado en Informática | Deja un Comentario »

Hacha para Ubuntu

Publicado por velorek en octubre 19, 2009

Pues como todo en Ubuntu siempre hay una alternativa libre, en este caso estamos hablando “hoz” la cual nos permite partir y unir archivos permitiendo un 100% de compatibilidad con el hacha de window

$ sudo apt-get install hoz hoz-gui
$ ghoz

mui intuituvo asi ke no problem para usarlo

Publicado en Informática | Etiquetado: , | Deja un Comentario »

 
Seguir

Get every new post delivered to your Inbox.