Thursday, February 12, 2009

Microencephalitis Disease

Spain Can withstand low of 4,000,000 broadband customers?

siguendo the initiative of many people who have already published this text:

About four million people lack access to broadband in Spain in terms of their locations, and to this negative indicator Development of Information Society in Spain, you could add massive low Adsl customers more time consuming and expensive in Europe.

representative entities of the Internet community, the computer professionals and consumers in Spain estimated the figure of four million broadband customers, ADSL and cable-modem, which may be low, if eventually confirmed the agreement Redtel management companies copyright, flagged by the SGAE in Spain to give three warnings before disconnecting or slow Internet connection for using P2P networks. A decrease in income would be added any compensation that might arise for breach of contract carriers and penalties based on Articles 8 ("Restrictions on the provision of services and procedures intra-community cooperation) and 11 ("Duty of cooperation of intermediary service providers") of Law 34/2002 of July 11, Services Information Society and Electronic Commerce, as amended by Law 56/2007 of 28 December, Measures to Promote the Information Society.

While telecom operators are trying to weather the crisis, the management company of copyright, trying to get perks for manufacturers Content trying to convince everyone that the exchange of files between individuals on the Internet is a criminal act and that means heavy losses to the entertainment sector.

However, both the prosecution and the judgments state that file sharing copyrighted restrictive P2P networks is not a crime and is punishable in any way when it comes to public records or under copyleft licenses (most cases )

's own management entities have recognized copyright in the "Industry Report content in Spain", published by ASIMELEC, that there is a drop in revenue for the sector and only the music has a decline in sales through traditional channels (although not reported the increase of income by, among others, live performances, downloads and advertising)

The truth is that negotiations are being conducted under the auspices of the Ministry of Culture, can assume that some of the most creditworthy and most technologically savvy of Spain begin to lose customers in a rush. Which will affect their bottom line and its ability to maintain employment.

But more serious is that an agreement of this nature attempt to free competition , slams on the brakes access to Information Society in Spain undermining civil rights of citizens and further away the constitutional right access to culture and knowledge.

Signed Kurrin and 6870 signatures more (for now). Put yours to publish the text in your blog.

Friday, February 6, 2009

Why Would Your Cervix Stay High

How to add a virtual disk (. Vmdk) to a hot Linux (without reboot)

Many times I have added a disk to a virtual machine (VM) Linux and I rebooted to recognize him. Well, well, both Linux and Windows are able to recognize hot. In the case of Windows is something already well known (Disk Manager, Refresh and format ...).

Linux If we can come in handy in times when that VM can not stop either on their criticality or precisely because we have problems and need a backup disk to another you just added.

(This PRODEC is for Red Hat 4, but most distros work in a similar way. In fact no different from the procedure of adding a hot disk (which is not RAID) a Physical Linux . It is also possible that other distros provide it):

The first is to add the disk from the VIC or as you normally do. Then we can look
/ proc / scsi / scsi devices and see our VM: Important data are what puts us in the first line of each item listed.
For example: Host: scsi0 Channel: 00 Id: 00 Lun: 00
  1. The first number is the number of the scsi controller. Eg scsi0
  2. The second is channel Third is
  3. SCSI disk ID.
  4. And finally there is the LUN. (Fiber or iSCSI Fits ...)

When we added to the VIC our Linux disk, we must set the Virtual SCSI node (eg 0:0 is the SCSI controller 0 ID 0, SCSI 0: 1 is the controller 0 ID 1, etc, etc) and the SCSI controller it is. With this we have the first two numbers.

The number is usually changed to add a hard disk is the SCSI ID (1,2,3,4,5,6 ...) because usually our VMs have a single SCSI controller.

Once we have the data disk you want to "see" in the VM to do:

echo "scsi add-single-device" 0 0 1 0> / proc / scsi / scsi

(This corresponds to scsi0, Cahnnel = 0, ID = 1, LUN = 0, which is typical when you add a second disk. With this we tell the OS to recognize the disc and make it ready for use, its speed, but the virtual disks do not spin ...)

The process to remove a hot disk ( looking process that has no clicking, of course ), would be with the command :

echo "scsi remove-single-device 0 0 1 0> / proc / scsi / scsi