Untitled Document
Quoted from http://coba/ajax/foto.php: Untitled Document
Quoted from http://coba/ajax/foto.php: Untitled Document
section .data hello: db ‘Hello world!’,10 ; ‘Hello world!’ plus a linefeed character helloLen: equ $-hello ; Length of the ‘Hello world!’ string ; (I’ll explain soon) section .text global _start _start: mov eax,4 ; The system call for write (sys_write) mov ebx,1 ; File descriptor 1 – standard output mov ecx,hello ; Put the offset of hello in ecx mov edx,helloLen … Leer más »
http://tty64.org/code/
Re: IMPORTANT More UpLoad hacksClick to flag this post 3 stars [3 stars] [3 stars] by Harold Hallikainen Apr 12, 2007; 12:31pm :: Rate this Message: – Use ratings to moderate (?) Reply | Reply to Author | View Threaded | Show Only this Message > 2007/4/12, Harold Hallikainen :>> > 2007/4/12, Sabri LABBENE :>>… Leer más »
Easily access the file system of any computer which is running a SSH daemon. For example, to access the files of caesar.somedomain.com as user bob, enter: fish://[email protected] into the Konqueror location bar. A dialog prompts for the password, and bob‘s files are now available for browsing and editing in Konqueror. fish://[email protected]:22 Konqueror… Leer más »
To disable IPv6 in a virtual machine running Linux 1 If the file /etc/sysconfig/network contains the line NETWORKING_IPV6=yes, change the line to NETWORKING_IPV6=no. 2 In the file /etc/modules.conf, add the following lines:alias ipv6 offalias net-pf-10 off Tags: wmware+disable+ipv6
Xorg.conf de centos 5 para vmware File Attachment: xorg.conf.txt (1 KB) Tags: xorg+vmware
Metas: Tener un cluster con los servicios de Apache y mySQL en el modo de alta disponibilidad. Pruebas: El servicio debe estar disponible cuando el servidor A, o B falle
Akil Baca Conkal Dzan Ixil Kahua Muna Panaba Sacalum Tekit Uayma Yobain
Cluster.– Dos o más computadoras ( llamadas nodos o miembros ) que trabajan en conjunto para realizar una tarea. Hay cuatro tipos de clusters: Storage (Almacenamiento) High Availability ( Alta disponibilidad) Load balancing ( Balanceo de cargas ) High performance ( Alto desempeño )