how to recover your LVM encrypted partition after a motherfucker deletes the /boot folder

debian, howto No Comments »

Here it goes, what I’ve learned today about LVM encryption:

To have access to my encrypted volume group, from an Xubuntu live install cd, I had to:

sudo apt-get install lvm2 cryptsetup

sudo modprobe dm-mod

(this is for preventing the error “mount: unknown filesystem type ‘LVM2_member’”)

Then we check out the partition table with the GParted and go after the ” unkown” partition:

gparted

Then we decrypt the volume with the passphrase:

ubuntu@ubuntu:~$ sudo cryptsetup luksOpen  /dev/sda5 cryptodisk
Enter LUKS passphrase:
key slot 0 unlocked.
Command successful.

(where /dev/sda5 is the device that appears as ” unkown” to the GParted )

Here the name of the volume group is razorgirl

And the devices will appear on my /dev tree, as /dev/razorgirl/root, /dev/razorgirl/home, etc

So I can do now:

sudo mkdir /mnt/razorgirl
sudo mount  /dev/mapper/razorgirl-root  /mnt/razorgirl

And start all the burocracy of the chroot and the reinstall of the linux image, that the sucker of course forgot to delete…

ubuntu@ubuntu:~$ sudo mount /dev/mapper/razorgirl-home /mnt/razorgirl/home
ubuntu@ubuntu:~$ sudo mount /dev/mapper/razorgirl-usr /mnt/razorgirl/usr/
ubuntu@ubuntu:~$ sudo mount /dev/mapper/razorgirl-var /mnt/razorgirl/var
ubuntu@ubuntu:~$ sudo mount /dev/mapper/razorgirl-tmp /mnt/razorgirl/tmp/

That will have to wait till I come back from the Hackmeeting.

But at least I get the contents!

Special note to the motherfucker:
I think I will start a mailing list for all the loosers like you that hate me and cannot accept the fact that I got bored of their bullshit. But to fuck me up takes much more, sucker. You’re not even worth revenge. And thanks for all I’ve learned today about LVM)

References:
Mounting a Linux LVM volume

linux: consejos de uso

software No Comments »

Cuando evangelizamos para crear una userbase más grande en el mundo de los sistemas operativos libres, siempre vendemos las ventajas del software libre a nuestros potenciales aliados:

  • El ordenador no te va a mentir más.
  • Usarás software que ha sido evaluado por mucha gente y tienes la posibilidad de saber cómo funciona y qué hace realmente, al tiempo que tienes una comunidad que está interesada en el respeto a tu privacidad revisando constantemente los programas.
  • El software es gratis y lo puedes usar como quieras y para lo que quieras y puedes cambiarlo para adaptarlo a lo que necesitas y pasar tus cambios a otra gente.

Todo esto es verdad, y es cierto que no se tiene ninguna obligación hacia los programadores según la licencia GPL etc etc. Sin embargo, también es cierto que el modelo de desarrollo y el ecosistema del software libre no se podrá escalar a menos que algunos usuarios se involucren más activamente en el proceso de desarrollo, y además pongan su experiencia personal y su uso real del software como recurso para el desarrollo.

Si aumentamos el porcentaje de usuarios que se inserta en el proceso de desarrollo de software, el proceso se agilizará y mejorará. Read More »

SLUG Special: INSTALLFEST Amsterdam March 23rd

networks No Comments »

Starts at 14:00h

Massive installation party with all the help you could ever need available right there. Afterwards, around 18:00 - 19:00 (depending on how the installation goes) screening of “REVOLUTION OS” -documentary by JTS Moore, as an overwiev on history of Linux, the free software foundation and opensource movement.

WHAT TO DO TO SUBSCRIBE FOR THE COURSE:

Simply send us an e-mail or drop by SLUG. When emailing, please tell us if you want to use your own computer or one of the machines prepared by us. The deadline is 22th of March, but would be nice if you signed up as early as possible. It will give us more time to prepare everything, estimate the number of computers we need and so on.

Everyone is welcome! (Except for pigs, politicians, yuppies and other such scum. Well, they use M$Virus anyway…

LINUX Course For Beginners : Barcelona @ van Boetzelaerstraat1 Amsterdam

Streaming de las conferencias de FOSDEM

networks No Comments »

Linux Magazine hace el stream del FOSDEM todo con softwre libre!!! a ver si me paso por el stand cuando ande por allí, para  hacer amiguitos…. You may say I a streamer, but I’m not the only one!!! hereś a proof!!!

Con ocasión de la celebración del FOSDEM, la red de sitios de Linux Magazine ofrecerá desde su web, en directo y a través de streaming todas las conferencias los próximos días 23 y 24 para todos los visitantes de manera totalmente gratuita.

La emisión empezará a las 10 de la mañana (CET) y se podrán seguir tanto los vídeos como las diapositivas proyectadas con el interfaz preparado a tal efecto. Asimismo podréis charlar en directo con otros asistentes del evento con nuestro chat embebido, todo desde la misma página.

Todas las conferencias se emiten en inglés.

Denle a alguno de los links de esta página: Linux Magazine

como saber para que sirve un programa en linux?

howto, podcast No Comments »

aqui hablamos de tres programas que te ayudan a saber mas sobre otros programas:

apropos

man

apt-cache show

 
icon for podpress  Como saber para que sirve un programa: Play Now | Play in Popup | Download

in a world without fences, who needs windows and gates?

abbadingo, software No Comments »

aaaagh stop it! why you come here?

Abbadingo last week’s visitors operating systems:

O.S. Visits Percentage
Windows XP 881
33.2%
Windows 98 696
26.2%
Windows Server 2003 242
9.1%
Ubuntu Linux 207
7.8%
Windows NT 4 134
5%
Linux 123
4.6%
Debian Linux 108
4.1%

I remember this friend that was giving capoeira classes in Plaza Francia. He refused to give classes to people that “wanted to try”.

“You don’t need my time to know if you want to do it. If you decide you want to do it, then come back and I will give you classes.”

If you are interested in Linux and free software, go to any distribution, Ubuntu being more simple, and download a liveCD and try it!

And next time you come here, come with an operating system that don’t lies to you and don’t send the IPs you visit to the NSA.

Thank you very much

Internet DJ Console Review

linux, nerd files No Comments »

Check out this simple solution to make a streaming…. very promising!!!!

A solution for your own on-line radio is Internet DJ Console. Other programs are also available but this one is perhaps the most full featured and perhaps the easiest to use. It has built in almost everything you need. It features twin media players, a crossfader, audio level meters, a nicely thought microphone feature and support for jingles. It has built-in preferences for the server and many preferences for this software. Those are great features, but before you get too excited you should know that sometimes it’s hard to compile this software. Using compilation parameters might get it up and running. This software badly needs binaries for the most common distributions.

Internet DJ Console Review - Internet DJ Console Download

How to set up Tor and Privoxy on Ubuntu Linux - Corvillus

linux No Comments »

Tor, an innovation of the Electronic Frontier Foundation, is a distributed network of virtual tunnels (you can think of it as a peer to peer network of proxy servers). Essentially data is transferred in encrypted form through multiple servers. It is very useful as a privacy measure because the data is encrypted and it’s very difficult to find the source of the data directly. It also comes in handy for getting around overly restrictive firewall policies (such as the Chinese government firewall, or the firewall my university campus network has) because it can be tunneled over any port you wish.

How to set up Tor and Privoxy on Ubuntu Linux - Corvillus

buscar y reemplazar con confirmacion en vim

linux No Comments »

Buscar y reemplazar en vim:

1. Buscando en vim

Para buscar un archivo en vim no hay que leer el man entero!: nos aseguramos de no estar en modo edición, y casi todos sabemos el comando:

/expresión

Que nos llevara a la primera ocurrencia de la expresión.

Para ir de una a otra, nos basta presionar la letra n de “next”.

2. Reemplazar una ocurrencia

Para reemplazar una expresión, podemos escribir (en modo ejecución, no edición):

:s/vieja expresión/nueva expresión/

y reemplazara la primera ocurrencias de la linea donde estamos.

3. Reemplazar todas las ocurrencias en esta linea:

:s/vieja expresión/nueva expresión/g

reemplazara todas las ocurrencias de la linea donde estamos.

Para hacerlo en todo el archivo hacemos

:%s/vieja expresión/nueva expresión/g

Y la mejor: para recorrer todas las ocurrencias una a una, y confirmar antes de reemplazar:

:-1,$s/expresión original/nueva expresión/gc

:D

Mas información sobre vim: ejecuta vimtutor, o pasate por

sister0: *paraphernalia*

linux, nerd files, pure data, software No Comments »

Nice night with sister0 the other day at the Overtoom 301:

The super tidy and audio-smasher patch is connected to a really funky doll with two heads (one white, one black) through a wireless joystick and she manipulates and destroys all kind of pop songs making them offer a new musicality.