ennsaa mblador
---------------------------------------*
-----examen jueves 22 ----------------*
-----examen v martes 4.................*
-----examen global jueves 6------------*
----niv2,3 lunes 10--------------------*
---niv 4.5 global martes 11------------*
----ext 1,2,3 jueves 13----------------*
---ext 4,5 global viernes 14-----------*
create user 'usuario_gral'@'localhost'identified by 'eliu';
select * from mysql.user;
create user 'usuario_gral'@'localhost';
create user 'usuario'@'10.19.2.20'identified by 'aik';
create user 'sanders'@'%';
create user 'xfirio'@'10.19.2.20' identified by 'porfirio';
grant select,insert , update,delete on escuela_de_idiomas.* to 'usuario_gral'@'localhost';
grant all on escuela_de_idiomas.* to 'sanders'@'%';
create user 'usuario_gral'@'localhost';
grant select,insert , update,delete on escuela_de_idiomas.*
to 'usuario_gral'@'localhost' ;
vi squid.conf
http_access deny to_localhost
http_access allow lista4
http_acess deny lista 65 lista 7 //no permitidas
service squid start iniciar demon
cd /etc/squid
cd /etc
vbi yum.conf
yum -y install squid instalando -y parea k diga k si a todo
yum -y remove squid
como dar de baja una conexion : ifdown eth0
if up eth0:0
COPIAR O MOVER ARCHIV SCP ROOT@IP:/ETC/SQUID.CONF /ETC/SQUID/
como puedo usar una etiqueta dentro de una macro ?se pone local
como purgar :las macros de la libreria
inclu de funcion,txt
purge may,
mayor:
may
libreria:funcion.txt
que es una etiqueta
es memoria
function macro
int 21h
mov ah,4ch
int 21h
jmp salir
endm
may macro
mov ah, 09h
mov dx, offset imprime1
function
endm
men macro
mov ah.09h
mov dx, offset imprime2
function
endm
equal macro
mov ah.09h
mov dx, offset imprime3
function
endm
ensamblador squid
jueves, 8 de noviembre de 2007 | Publicado por Eliu en 12:28
Etiquetas: lenguaje ensamblador, linux
Suscribirse a:
Enviar comentarios (Atom)
0 comentarios:
Publicar un comentario