Top Banner
PERMISSÕES DONO GRUPO OUTROS 4, 1- 1 A ,2 l 4- :2 1 J'. w 1L fL ALTERAR DONO chown mesquita agenda chgrp mesquita agenda ALTERAR GRUPO / DIRETÓRIOS IMPORTANTES jvar/log ; usr/Xll ; /boot 1
95

Agenda Mesquita (Caderno Preto)

Oct 30, 2014

Download

Documents

Renato Toniolo
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Agenda Mesquita (Caderno Preto)

PERMISSÕES

DONO GRUPO OUTROS4, 1- 1 A ,2 l 4- :2 1 J'.

w 1L fL

ALTERAR DONO

chown mesquita agenda

chgrp mesquita agenda

ALTERAR GRUPO

/

DIRETÓRIOS IMPORTANTES

jvar/log ; usr/Xll ; /boot

1

Page 2: Agenda Mesquita (Caderno Preto)

ENVIANDO MENSAGENS

write nome_usuário ~mensagen .mensagen + li + ;IHABILITANDO IDESABILITANDORECEBIMENTOM DO WRITE

mesg n ou mesg y

PARA SABER SE O USUÁRIOPODE RECEBER MENSAGENS

who -HT

INFORMACÕES SOBREUSUÁRIOS

finger; w

2

~~--------------------------

Page 3: Agenda Mesquita (Caderno Preto)

EDITOR VI

i - insere texto antes da posição docursora -insere texto depois da posiçãodo cursorx - deleta caracter na posição docursordd - remove linha inteiraese - muda função teclassa~var - mil + wq ou mil + shift zzsair - .-+: :q! ou 8+ z

..,

.J

Page 4: Agenda Mesquita (Caderno Preto)

VARIÁVEIS DO SISTEMA

-exibir valor> echo $variável-crlar > variável=10 ;va riáveJ = "texto"-PATH > mostra caminhos-BASH > contém caminho shell-HOME > possui diretório usuários-USER > contém nome usuário-PSl > exibe o tipo de prompt*PSl ="[prompt]" > mudar

4

Page 5: Agenda Mesquita (Caderno Preto)

AROUIVOS IMPORTANTES

- bash_profile - é executado toda= _ -=- vez que o usuário

Ioga no sistema.

- bash_logout - é executado todavez que o usuáriosai do sistema.

- bash_history - contém todos oscomandosdigitados.

Obs:- Estes arquivos encontram-senos diretórios root e home de cadausuário

Page 6: Agenda Mesquita (Caderno Preto)

PROGRAMACÃO SHELL (COMPREO LIVRO Programacão ShellJulio Cezar Neves)

FORfor variável in listado

comandosdone

Exl:for var in 1 2 3do

echo $vardone

Ex2:for var in arquivodo

echo $vardone

Saída Exl: > 1 ; 2 ; 3

6

Page 7: Agenda Mesquita (Caderno Preto)

Saída Ex2: > arquivol; arquivo2.Arquivon

Acento grave "xxx

Exl: echo "Data e hora: 'date' 11

Saída: Data e hora: Mon Feb 114:23:012003

Ex2:echo "Meu nome de Usuário:"whoami ' 11

Saída: Meu nome de Usuário:Mesquita

While

le > menor ou igualge > maior ou igualeq > igualne > diferenteit> menorgt > maior

7

Page 8: Agenda Mesquita (Caderno Preto)

Ex1:while [ "$var" -Ie 5 ]do

echo $varvar= ' expr $var+ 1 '

done

Saída:- O; 1; 2; 3; 4; 5

if else

if condiçãothen

comando(s)fi

Ex1; if [ "$nome" = teste]then

echo "Bom dia teste"else

echo "Bom dia Usuário"fi

8

Page 9: Agenda Mesquita (Caderno Preto)

read var

Exl:echo "Entre com um nome deusuário:"read nomeif [ "$nome" = Mesquita]

thenecho "Bem vindo Mesquita ... "

fi

case variávelin

valorl comando!comando2 ..... ; ;

valor2 comando!comando2 ..... ;;

esac

9

Page 10: Agenda Mesquita (Caderno Preto)

Exl:echo "Ent 're com um numero' "read numero .~ase "$numero"m

O) echo "numerou":1) echo "numerol"::

esac 11

tOR.. :e..chcp-e: II '0.@33[ Jrm \033 {'3'ltm()ll fY(W./Y)do."-'(}:7 \ () J3Ct!Pm7/1

\ ~33C ~ c@~gC/ J~ s?t'f?~.

J"" -') med.r.cb !P "" ;, ..-.J3Lfrm J:::. o.tJi.l e.s eu/:3J (f(J -» vu;meIAa:?S/IfJ -1) p.J..5 ~e.

3Sl117 -b fiAl f Je '-() b> J;> I dJd e .s fI' 6fl;to e!1VYu Ljy;'

10 II ~lD33C~5j Stm -r-- 11

{J~/pje 1- b.l.vn lc

Page 11: Agenda Mesquita (Caderno Preto)

Seguranca

Retirar o setuid do dif(chmod 755 dif)

Desabilitar o telnet e ftp(fetc/inetd.conf)

Desabilitar terminais rootLogando (fetc/securetty)Fi a FN (fetc/inittab)

Telnet > melhor o sshSsh user@endereço

FTPAlterar mensagem do FTP/nome/ttp/wetcorne. msg

comandos:bin - hash - get - prompt - put

melhor usar o Iftp

11

Page 12: Agenda Mesquita (Caderno Preto)

KERNEL

- Descompactar o fonte dentro de/usr/src/- tar -zxvf linux-x.x.x.tar.gz ou- tar -yxvf linux-x.x.x.tar.bz2Obs:- Apagar o kernel antigo

rm -rf linux*

-Criar alguns links necessários:- cd /usr/lncludeIn -sf /usr/src/Iinux/Include/asrn-i386 asmIn -sf /usr/src/Hnux/Include/tínuxlinux

Configurar o Kernel

cd /usr/src/Iinuxmake menuconfig

12

Page 13: Agenda Mesquita (Caderno Preto)

Obs:- Pode ser necessário eliminaras configurações do kernelanterior (meke mrproper)

Começar a Compilar

make dep 1make cleanmake bzlmagemake modulesmake modules_installObs. :- Antes de executar ma ke

rnodules jnstall, remover osmodulos antigos (rm -rf/ltb/modules)

Copiar o Kernel para lugarapropriado

cp arch/i386/boot/bzlmage/vmlinuz (slack)

cp arch/i386/boot/bzlmage/boot/vmünuz (rh)

Obs.: No RH não esquecer demudar o lilo.conf

13

Page 14: Agenda Mesquita (Caderno Preto)

~einstalar o LILO·1110

Rebootar a Máquinahalt -hr O

ri

Page 15: Agenda Mesquita (Caderno Preto)

Mudar a data no Linux

Date mmddhhmm YYYYclock -w

Reconfigurar Portas

setserial /dev/ttvs í port _ irq_

Impressão no Linuxwww.turboprint.dextpsetup > adicionar impressorasxtpconfig > configurações

P chb j<"-/MêUf (tIJ~5-([}ê/J ~

IC.S/~'

" c:::J..4 )( X' 0v? /JI11 ctJMe l/,f B /yv?C?.5;; . - - . j/~~/;oI~.5.

15

Page 16: Agenda Mesquita (Caderno Preto)

ta r -czvf teste. bz *tar -cyvf teste.bz2 "flnd / -name

*.exe'

c - cria arquivo novof - indica nome arquivo finalz - filtra arquivo com gzipi - filtra arquivo com gzip2v - mostra arquivos processadosy - filtra arquivo co bzip2

16

Page 17: Agenda Mesquita (Caderno Preto)

COMPARTILHAR CONEXÃO

Ipchains -A FORWARD -J MASQ -s192.168.10.0/24 -d0.0.0.0/0

LIGAÇÃO DE CABOS PARtTRANÇADO

Sequência Padrão 568A Sequência Padrão5688

Bra nco- Verde Branco-Laranja·Verde LaranjaBranco-Laranja Branco-VerdeAzul AzulBranco-Azul Branco-AzulLarania VerdeBranco-Marron Branco-MarronMarron Marron.~

Placa rede --. Hub = 568A + 568APlaca rede --. Placa rede = 568B + 568B,

17

Page 18: Agenda Mesquita (Caderno Preto)

CONVERTER PARA EXT3

1- compilar o kernel2- tune2fs -j /dev/hdxx3- alterar /etc/tstab

CHECAGEM FORCADA

tune2fs -i O -c O/dev/hdxx

DESABILITAR ATUALIZACÃO DEHORA E DATA PARA LEITURA DETODA PARTI CÃO

/dev/hdxx /ext3 defautts, noatime1 O

HABILITAR 3D OPENGL

Instalar o pacote mesa ou./configure -preflx=yusr/local/lib.makemake install

dia ~~#lIf.#A.

18

Page 19: Agenda Mesquita (Caderno Preto)

CLONAR DISCOS

dd if=/dev/origemof=/dev/destino ou

dd if=/dev/origem of=/imagem.imgdd if=/imagem.img of=dev/destino

Obs.:-.lmagem não pode ser> 2.0GB

j ri. CtVYI i/ .:::rn (Jl eJ / (J7 /'

y::: (tk l//fP/~UVJ

CPj :; ,v;M~M??

~jf -:)c1.5' ?'t/,/(p/?J dt!f.fd}~ 19~tP,f ~é/.r"&l 'CJ .o1CJ/'~~~

Page 20: Agenda Mesquita (Caderno Preto)

CÓPIAS COMPACTADAS (SLACK8.1)

zip -Tr1à9 teste *.*

T= verificar1= rápido9= maior compactação

Descompactar - unzip

20

Page 21: Agenda Mesquita (Caderno Preto)

REPASSE COM NAT

iptables -t nat -A POSTROUTING-5192.168.10.0/24 -o ethO -j SNAT--to 200.206.87.186

Obs.: modprobe ip-contrack.ftpModprobe ip-nat.ftp

Bloquear enderecos

iptables -A FORWARD-5200.222.209.204 -j DROP

Prioriza passagem de pacotesHTTP

iptables -t mangle -A FORWARD-iethO -p Tep -dport 80 -j TOS -set-tos 16

",LI

Page 22: Agenda Mesquita (Caderno Preto)

iptables -t mangle -A FORWARD -iethO -p UDP -dport 80 -j TOS -set-tos 16

iptables -t nat -A PREROUTING -oethO -j MASQUERADE (speed) *emteste

22

Page 23: Agenda Mesquita (Caderno Preto)

MAPA DE TECLADO

/usr/share/kbd/keymaps/i386/qwertyloadkeys us+rnao AI'-abmtz. .1J'YJtI/

FONTE DE TELA

/usr/share/kbd/consotefontssetfont latl-16.psfu

Mudar Impressora no Netscape

cd/usr/local/netscape/defautts/pref- editar as linhas:102 e 342 do arquivo uníx.is*gs -sDEVICE=CDJ870

-sPAPERSIZE=a4-sOutPutFi le=testeArquivo ps

Converte Arquivo para outraImpressora

23

Page 24: Agenda Mesquita (Caderno Preto)

SETAR VARIÁVEIS DEAMBIENTE

Colocar no arquivo bash_profile:export LC_ALL:::!'pCBR'(usado p/OpenOffice e kylix)export LESSCHARSET=latinl(não é obrigatório),r ,rexport LANG=pt_BR .tJ6>"':> (~~ t.o/ .;]Ja' lê lc./;;,1lj./.4

IMPRIMIR DE LINUX PI LINUX

Is I Ipr [email protected].: Impressora destino deve

estar configurada

CONFIGURAÇÃO xtpsetup PARA-IMPRIMIR EM MÁQUINASWINDOWS

EM REMOTE WINDOWS:Printer nome = HP870CXI

24

Page 25: Agenda Mesquita (Caderno Preto)

Server Name = OrlandoUser Name =Password =Workgroup = linuxnetIP Adress = 192.168.10.2

25

Page 26: Agenda Mesquita (Caderno Preto)

GRAVARCDs

Verificando se o gravador está ok:·Cdrecord -scanbus

Obs:. Tem que aparecer a descriçãoe uma numeração deidentificação ex: 0..0

Tirar cópias de CD

dd if=/dev/cdrom of=tmp.isso

cdrecord -v -fs=16M speed=8 dev=O,O,O -datatmp.iso

~l!.lJvfU V ti]) C -5ItW./}S$cf.5 -dvJ-(dl/rnjJd _.

Gravar um Diretório /P'cl/>C><I'= .- .. ,,~5cp

Mkisofs -r -J -o trabalho.issoIhome/orlando/trabalhos

Obs.: Opções do mkisofs:-o outputfile-J joilet-r seta guid para O (zero)

26 ~P.f-f ir- tn7'/er-T~J•..V' eJu..:Z ele.u:::- O, O s fi ~é:.d-- 'f'ftldf",,·vU41!,-és -= l:vv4?d"'c:.~ ~,f ~~

Page 27: Agenda Mesquita (Caderno Preto)

MOUSE COM NETSCROOL

Alterar o arquivo:j etc/X lljXf86Configacrescentar na sessão"Imput oevíce"Option "Protocol" "IMPSj2/1Option "Buttons" "3/1Option "Zaxist-lappinq" "4 5/1

VI colorido no Slack 9

cp /usr/sharejvim/vim61/vimrc_example.vim/rootJ.vimrccd /usr/binIs -I viIn -sf jusrjbinjvim vi

~V€NU~ ~PN~

~~fH - ~~q~v/""' 50-'16t1 27

Page 28: Agenda Mesquita (Caderno Preto)

MONTAR ISO COMODISPOSITIVO

mount teste.iso jmntjaux -oIoop e/dev/loopüoumount imagem.isso /rnnt/aux -oloop

DO COM COMPACTACÃO

Gerar ~dd if=jdejxx I gzip -v9 > xx.gzExtrairZcat xx.çz I dd of=jdevjxx

28

Page 29: Agenda Mesquita (Caderno Preto)

MONTAGEM DE AROUIVOS VIASHFS (SSH)

shfsmount -o "-C" [email protected]/mnt/hd -o rw

Obs.: Pacote é: shfs-O.31.1-i386-l.tgz no linuxpackages.net

CÓDIGO DE BARRAS

Genérico ex: FAI (FaculdadesAdamentinense)barcode -E -e 39 -c -b "01000001899" -o teste.ps

Gerar uma página A4 comvários códigos de barras à partirde um arquivo txt que contémos códigos:

barcode -i codigos.txt -ocodigos.ps -e128 -g 60x20 -t

29

Page 30: Agenda Mesquita (Caderno Preto)

6x12; ps2pdf -sPAPERSIZE=a4codigo.ps

MONTAGEM DE ARQUIVOS VIA5MB (SAMBA)

mount -t smbfs/ /server _net/unidade_y /mnt/aux/-ousema me=ortando, password =xxx, netbiosna me= nomedocomputador

Colocar o nome netserver no/etc/hosts e dar um touch no/ etc/ sam ba/ sm b.conf

m{)~éJ?') P€ IV {)M~

fVVD V"f\I t: / tÚ- i/IsdP", /rrrn<t

30

Page 31: Agenda Mesquita (Caderno Preto)

ROTEAMENTO1°) Uma máquina tem duas placasde rede uma com endereço da rede10 e outra com endereço da rede90. Para que uma 2a máquina comendereço da rede 10 possaenxergar a rede 90 é precisoacrescentar uma rota nesta 2amáquina:route add default gw 192.168.10.1ethO

31

Page 32: Agenda Mesquita (Caderno Preto)

REPASSE DE IMPRESSÃO

#Impressora LexmarkLEXMARK:\:Ip=:\:rm=CONTABIL:\:rp=LXK42A4D9:\:sd =fva r/spool/l pc/conta bil:\:mx#O:

Esta serve de buffer e manda paraa impressora

#Impressora Remota HP 870HP870:\:Ip=:\ ~f;J:rm=192.168.50.2:\ {j~Jc(,-v-:rp=lp:\ 1":sd=fvarfspoolflpdfhp870:\:mx#O

Page 33: Agenda Mesquita (Caderno Preto)

Esta serve para repassar aimpressão pl imprimir em outroservidor LINUX.

Obs.: O diretório/var/spool/Ipd/contabf deveser 700 (checkpc -f) e o/var/spoot/sarnba deve ser777 (chmod 777)

LINKS

http://ibiblio.org/gferg/ldp/Samba-with-SSH/Samba-with-SSH-3.html

http://geocities. yahoo .com.br/ cesarakq/secure-ptBR.html#ssh

http://focalinux.cipsga .org.br/

http://vtun.sourceforge.net/

http://ducky.platypus.bc.ca/~bishop/,,tundconfgen.php

http://www.rau-tu.unicamp.br/php

Page 34: Agenda Mesquita (Caderno Preto)

Mudar nomes de arquivos emdiret6rios percorrendo toda aárvoreEx: orlando ORLANDO

15--color -d 'find /caminho -typed'Este comando lista todos oscaminhos dos diretórios.

34

Page 35: Agenda Mesquita (Caderno Preto)

ICQS

CPD LinoforteN°: 200468391 - Senha

clinofpc tiEH9fe-mail: linoforte0>.linoforte.com.br

LINOFORTEN°: 175397139 - Senha: linodire-mail: [email protected]

VENDASNO: 246533209 Senha: linodire-mail: [email protected]

MESQUITANO: 1342274§'5 Senha: opmonile-mail: [email protected]

OR.,rf)ESK~~~( .~~~ m71PlJca..s- 35

Page 36: Agenda Mesquita (Caderno Preto)

RAMOISK

modprobe RD RD-SIZE=5000mke2fs jdevjRAMOmount 000

-----------IW\~(f'v ~\N) x n ,,2,OOfY) ,-J5

IJ \fil! / r\1U J)/.D: (J

36

Page 37: Agenda Mesquita (Caderno Preto)

(I J)Jl/5

~R..t5CEP-r ne. é J./I :

Ic.& Ih$.5 t.eOA/f

/}1al5 f((J ((J f aun.5 f1(l)<!lfderi (/).m.

~ (YI{(J;fl(l;~:f i> aillQ. rCSClJkfã@

rcoersa , c..h~ca s c (J) Vnrk'C1tlJfU~CrJce. rc.al./YY(~ aLfU~~rn C(Jrrn e. .

----.. • 5>f(j)fl/ fale./L. -6 rc.::ys1/0 ;fcJlks.des ia. (VtU-~0 /Y7 @ .sj.s ]0g.

Page 38: Agenda Mesquita (Caderno Preto)

~ k0S -t -') VYlCCP/Y11;Q I' oStIj. J)JIIJ

h({}s-f (jlYj.~.b/"

lQ(). 221, Z. ~11.(1I(j

5/J

h((Jtf 6cl'/~. ~()/4.8R

1.Pf) j 16. '3 Jtfl

Page 39: Agenda Mesquita (Caderno Preto)

li e{;/lfnL/J!2 DOS -~ PlC(

/r:J0/, kG-IlW.-J_J..S·I:~drk~ 0N.I. - -:f rcc:Jos - j,.fí'-lu-n. ~j

J~ lar - ~~Vr b.s&rntl-J .1.S,'·é;}J27 t:d. )/DSf/PU( - J .J.{. .~~ /HoL.c.

t('!: aI / ...lk.s~rn«-frJ(/)J-bj1l-h..&n.-t.d~ .,fwd \

~~ J.A.{} dc;.st:./YYUÍ -f~ ... - bl;)4:J5UJUl {/cc..~tZ7J-.b/A1.é:J6

. tf::. -ma.IC e VnsU/1-~ d //<2J~I-I~ dttJs~.

Page 40: Agenda Mesquita (Caderno Preto)

J/~/ ct5~.5~l.A7J :

/-1]) - {/J b/~I// .do.1-

~_Uf~

/tk. /

Page 41: Agenda Mesquita (Caderno Preto)

:DaJ/CL1, ;;~r=a..sJ 1 g, e O-(JJ. eoc..eC/do/"

mm .Ll/)7} cIr.z; CL.o/I ~

&lL ~/cp .5~á;;{-u/O/c de pq;;h ,rei'''

c.s:/ ó'/' .bVrY7 /CC€/YJ eg f::/a..//YYJ t!/YJ ./(1) rt?C2:J

~ AA17~I"/dJ/ ~~t')c: 5 ,c/ c,2.C6r é/WJ 5...tL-

CIS }; (l)/ dOJ ~ oras /c;-~ porO (]) ~/J5.

z: .».J ar o aJf? 5 ÕO? - cc/

cec: .5feg e.s - u../eM- 5feJ e..s - - heJp e..veí/Jh:~r ~~ t!tJf?joeZ'« /..!.rado f % a:; ub.Mc:6uuM(/~e/.

Page 42: Agenda Mesquita (Caderno Preto)

• fi-ft/rJo; f0l'o. .1 -U-I.aó//q

-tar -6-x.t/:f fe./Y1'1a,w/"'32J -cj, G IVa s-kf1 li} j /(;:;I? Y / UVnJ®1J~

MalCt--/.•1°'-0. -La>dc; 5> (/).5' -'.LJPL>/-./(!)~

f:aí -s=s fe./J?1a,io/,géS -(!.t/-f,f< /i&r.d /5Aorc /0kt?Jcudç)HtLK.e.r

ta/o s ele.Ci<llYJ 0/ CP ..16m Clt

Htorr/nc.e. -'> /Aem1es ~p{/@-

tYY\e.dcp~a

Page 43: Agenda Mesquita (Caderno Preto)

)(Tf fUYl - LS -BG .1UfCK .- FI\,IlClOO IfION;Jf _ .• ps Jt- c»: W H f 11::5 - i-1c.. Wl+i Te.- RIGlfT5

Page 44: Agenda Mesquita (Caderno Preto)

IV &L'a- ,;::'o/a r~!2rtJt//~ .JJ7JJ) .-//6/

J q 2 _jbt'. CJ O. O-11e.-i /YYIO.J kLJ5 ~>5. ""6>5. (t/

gw JrJZ.J(;t!.j(!/l

-----IÚÚ(~ I1p)J _H&57~ g 2_ j 0/· :;o - 3>:'l IV J o, Z .) 0J tO tG-í/f&-

Page 45: Agenda Mesquita (Caderno Preto)

/l~~0f/)4~J()/ /t::i Jjl ?VYYlP./u-zk: ~-1.

I/J,/)-I= \e..cÁ@ :t1/lT/.{';/LL'>/ /.4taf' l,4c~O,i/c?-/5/J-t//y

ech~ j /'/l/#.~/~e------+)7T------- -

li ét!LM?I-j c1f/(7/ cP' 0/-'.~'iI'.'//h~/kJ~'65_/

,,

Page 46: Agenda Mesquita (Caderno Preto)

o • o /J 4J;!) /t/:J AI/1(/e:#A ~acjP: kf;-tp ~#.)tJtD o 'Y}[email protected]/c< ·al/[if //',,#/-0/1"

s-: ;;}~A, f1}oz.t;lfv.O!e.G/Jttljft~(r(,jCl-t./a_ ></'/ s~ck.;;?'"-A(

-V1,,1t: JJc.yc@b///, Jf.Y5õa- :Jcc 4

11C7;11J o i/e> >

j~:// ktvd/o®1Ó~o

J/U/ c{{vneXo(ZJé.! duoJ

ed /IYPc/'1ad //;-f0nnl-/av/C o _

Page 47: Agenda Mesquita (Caderno Preto)

~ ;::.J/ -/LI!/

'--' \ c.~~ 11It:7, /I"LIIrIIs44l7/;a Ism~~/Ld "t:tL '1Mí\.- / v o..t:{ ~ IS?1'J~d. j/d!~

, t!tJmecJC$Cf d r/C?.5

l/c!?cJ/a-rnc? de.~5qJf - ~ lCf// úS

tneisU -a.jJ-4hzI·

1+f PÇ' /YYl~ z)x/ó

Page 48: Agenda Mesquita (Caderno Preto)
Page 49: Agenda Mesquita (Caderno Preto)

iM71&/i - uiJJYJdOUJ/ teáJa-r

1:.c.5k .jt;3 --'> f~{) c/v i:tCZJ/

j~ei/{l)

~p(JJ/..1 jcsie- Jf~------- jtJh =s-: ha- -e PC,do J~ek.

___ jJrr7! <p/L - U/..úYJclceec/ /<27 cp~

- YC.5-j-e ~V(thct{fô Ü:5t~J/(J

.-?!c:P kla lé/)~ c/ /ê~~_

O@n?c;vrrle-71 k-

Page 50: Agenda Mesquita (Caderno Preto)

tlttp.ao/ tf'ot/~cJ~ /e 01'-

1.Á{/t/t.tlS ~Cll/ ~kÇhl@ .

/YJ(j1 f}/aJtJ .vdcp li /J~.s = I*'. e..xe.Iit.jVr

/ Ji. bd I~.rlt-} /

!31~~ e. aJeuLr0 (lJ.$

~-e. if @/~ c!J/c? C/~..5_

U~p/~/~~.~/ /(fJ .:f/V@7.

Page 51: Agenda Mesquita (Caderno Preto)

vJ u.J(j/. r eaYv /Y7é. . ec:J'2/Yh

P(3 CÃ/Y)1 CZJ5 él?.::I r ce .

J~ ,w..id/ /l /,.///rnc./#/J/J Í«.vld JiJ/n

c: v (Y/ c.ta ss w cJ3 i-vv 0'.-6 /' 5e:/' v/ ~(j7 -: ;;:

])TSIL4Y-- .e.e !C/s5w{p/dú

t. <C rvll//nc/pos wd

Page 52: Agenda Mesquita (Caderno Preto)

tI/a .-:1-/0/ 'CfZJj/J'a

j~ baJ~J .mtZJ ~7/f'2(1 CCp~A ~

,rrij-1Jk~. - h. ia(/Jjlup s L- .l.l.. ar://7J tm.) (/J

- fYLJU-haftne«_hC?4lCCI >1cJ! c }(p..f- jctlJ a» .5f1A

e:~tW/q/

J&> Já eaJ/Y-/J (f) harn cep G//ê7~.'

lJfI!J 'f1. -Jl JtJlâjJ j($31:. -- .. ,." -""

~f· .-.)1tL{_b~m~ L

boc K:d(J- bo~Y'C~· 51/'

Page 53: Agenda Mesquita (Caderno Preto)

/I'li

Page 54: Agenda Mesquita (Caderno Preto)

jl{Y5&L ) !3;1Cev/ í/J-8L é

i~jL'~ '0 ~/<,.ktZ///

tMy50L) ,t é.s7~,é'6 7)f,g/ é/;~jeA //êU# / t:br~//tZ:i / ~ /~CJb'--G?I '

Page 55: Agenda Mesquita (Caderno Preto)

f((j~/I.~be. yd I'd_.5/i!ç,:t,oow

(d~/~ dcp Fem1<pda!e.s1

.'TT1k:. e Z~5 /ck.u 1/f.l/r77tG

/117 áW/J1l /)e.v ta-m@ Iw/ I~;1rP(OJI?./i

- ;211f:t~55e~ v~pt;~ --

4~j." k""/4ad15,~lJt -J 0/)'11/ a<dcP rfJ ol "1~ d,,'14 1;)

tZ Ú-/'I\-" a-c: cU~ /YY\. ~ /!/Y1. tJ

Page 56: Agenda Mesquita (Caderno Preto)

kb//7/UcJ~/@5 X5Lo/d ~ --5/0/ / :?L -- :2

(NfRD(;, XII-~-

Cc~r:to/ U/M>"'l.uJ~ ~K(N;ítL1rf./t?r'J ;

)«(N/rRJ~ -fxy--ev~r dtsl~ o: ()?~ Vi~~~

--V NC V IfS{fIk:L

Page 57: Agenda Mesquita (Caderno Preto)

J~~~~---- )

dfI1s --~ ~#G áJ{, _

V NC I\P LtMJ~ ~

I N~mCAR./JO SBR uJ.fi'-){(.J PR-<J({.xi yf\Jc'

INCUJIR. A LIN44~

PflN IV G ('J( I(vf\lc) . ,Ja.v.,· te!~f '1/ ,.e.. ...~íU<.V(?1l _~~'O ~

wO ~\JI\J() lopt/k..De/.B'NL&rfrfaf4--.:..:- ..

- s,1"A1tr I(O~

Page 58: Agenda Mesquita (Caderno Preto)

;td,L&~X/ cA/ré

J~ 8@@;t e~ cd J::" ~A!'

L~ fJy Se-n~

.F cl/Cch/é //40 t:. /~c? >~/Cd~.

v» cÁ/C.ds/C //c!t?/.Jlc.o <1? c~ ~ /J?1/~ 4cÓJa. ~

5J j'~jerP-:L

0': ~.

Page 59: Agenda Mesquita (Caderno Preto)

~~ cÁm){pj ~ 1-§c; IsL!s~'M h- 5> /5L/)V/~ 4n~/[t tl'roJctJ/ J0-/<:;">c2

f

Page 60: Agenda Mesquita (Caderno Preto)

&0. o char $//ea ~o/.:b T o!@ /jJ -

W ArDiS rn : -r----- l /

Ir

mESCJ.ANCYJ ~vl1j(} l (}f{, ~

A;vl(IJ~G -6 ~.C(,I/'J' ..,i..- ~1.mi.r

~2< - tNV{

Page 61: Agenda Mesquita (Caderno Preto)

----~-JVN"1'tte ,I))~QV'! /!(vi1f ?~o~ /M8~ o jJ~ ~~

1hJ14J€<%(f -o CVtt,~"OWY _ ~

Q/~/" t'\ Ih -. < ar'3"1)"M,.

------------ -

Page 62: Agenda Mesquita (Caderno Preto)

VtRJ5;ptO '&J ~~~;ã>c;h~ -

.: ~ / u&c- J ~V~-c.,.vvv VU7/}\,~I1)

...u;~v~- R../

Page 63: Agenda Mesquita (Caderno Preto)

Rc.~s'S.0 do IINe. pllfJàtjs. lYrb- ---...~ _ _ _ 1)(2l

ipfpJJeó -1 R:lR W<{IrRJ-D -f_txp _~ Á-pTfl~Cdl -

--~ ~ -j kCC€P'1

Page 64: Agenda Mesquita (Caderno Preto)

~~VV~ 1<...D

hH;xt.~. (/dL/ ~/Ahft~·(; IV 1M lj.l.fJ

-:::i 1J5;f.P-.. f)~ - .

.Lnel~ eJ::e./f) /~JI;~ --l/~ dt{,1. ow/

UN~~

I~ I ek:-/I)~~tArr'~

Page 65: Agenda Mesquita (Caderno Preto)

HoUJor II-/t.

ed..Jo/:

/vl-c iopacJe.! h.{-6fJde~f

1)e.~c.cO/YVJ&vJ jo/ ttJ sc!mJ.5 ~0J /h1ddesf <; I'YY) (2)j _ p h (J. Ltf/ /i? :f

U:· /YY1(/) d - 551. ~ce-n:5

!l/YYJ b (Í)f /Yl (J> :f ./rrtJJáJ

Cl/~f/Ql

Page 66: Agenda Mesquita (Caderno Preto)

,~""'J/r(}/ ~

eJ/-io/.'I de;, / o pele A e jJ A fJ· ..{/nA'

.,b I/y}C~ 1"0 se. S.5Õtz1 Re.fClU.l/ce.

L/~5 ~ La. Z'It,

oJ1tr'o/':/mOa:_ ~~ãv.n -ium~= 3Q}

rrtlQa:.- ,h)p.d - ii/m e. =3a?

m'l&m (p~ ~ lM-nd- .s: 3SH

~ aiJ.el"o./ ? 1Mh o... 2.. q3

dJ.5t1ag -e./ rc})/ S - áJ/J7

--b aiJe/o/' ~ .knha j ~ol 1" b.•ca.u.J:p-u::/ - ca!/»?,1 ress / .CI01 s: tC"'J"c.~CjC~tV tVVl? bCl/:xr;

~l,·j.d2dp-d_C4J/YY]j1J'c~;s./(/)#}_hvc:lJ"3

Page 67: Agenda Mesquita (Caderno Preto)
Page 68: Agenda Mesquita (Caderno Preto)

-

Page 69: Agenda Mesquita (Caderno Preto)

r-<

'-'Y1mel1 \3.2.6WJrJoti wlhlfT}(.

,...... /'

NA StfN G'~

lrMv1f7MV ::; f/,j

M frMtmMJ ~ t fIJ ,

,. ~~ ~ <.mI1, C cú.V

~-OL-- ~C~~P --'Wl ~I

-------j)1v-S- 2/3 ,2?Jy.12g,2J~

ttb

Page 70: Agenda Mesquita (Caderno Preto)

j)e~ lia 11 do uA-c.CCo~c.o~~~)ODV~r

'!Yl ODD ou(à ~~

CaNms ~cJ~~

~~ J~W-o/JGjJ&- _ ,~~D95S~~

o 0(V Y\J'(J)WfX; o+: ~ ~u'S'V~

~s~ R>Of1l~~~) _ F~(~

Page 71: Agenda Mesquita (Caderno Preto)

GJNP\6 v~ffJ rf pIbN J1tt ())~

(OOS ... x· M-í)

NelSft IN"- I P set AV~- N frftlé;;. 1I~ ~ Ú)()tt.1I VfV~

s;.7fJi1 C. J..O.O. O. ZS;:S .a,G .

M.<J.O, 13& ..L

~ov~-fXl)-

-M) xR~ cJ; S1f)fi K€'L LoCP(L_rffíCUllNt (~s.~()J~C{NiM.. ~ (Co~cj ~

~ /A)Âl J

Page 72: Agenda Mesquita (Caderno Preto)

CoNV-&R.~ V/ /:?JiJJX YOv7UrX0::iA-rL u ec QD \j:)J1V&€

Page 73: Agenda Mesquita (Caderno Preto)

~~dL~vtIJ~

~!<.Ocdjdr-luriw!~. d..jQ~_Yu1-JlA

~ . ----JVv/.:cÚ&wtM ~ IrM.

-VQ/UfuCGctv Y'l,() ~:ff

frHp)II~6' ~UJeCe~~~,N~J

cd onv ,.ado~ í ./~t"/&(c.d:--\YL~ hZ}C~ ;-Jr~

Page 74: Agenda Mesquita (Caderno Preto)

L-~~04S~4a~

~~fO

fIlaa cbJ ~ r/6

=.-------=-/dt/~-~

Page 75: Agenda Mesquita (Caderno Preto)

you can check the value ofjprocjsysjvmjmmap_min_addrand if it is non-zero, useecho O > jprocjsysjvmjmmap_min_addr

-.

Page 76: Agenda Mesquita (Caderno Preto)

eGouo: ca: ~ ~-eW~

pcVC) emf ('yn_e:'~~à.sl:..:-255 2SS ,Zss:o

~drà oCeíSSO $prnv5~ 1\.;..1redt.(l;v: - jt12.1b~ L, x.

.,(,j0fn,.d.l7.- »sr: a: .0,0~ ~s: ~ec. 1'12-. O. O, O

Page 77: Agenda Mesquita (Caderno Preto)

r- Endereço:'Cf;WcM. ~1-W3-55l1:: 8()5jTel: ~ ..... .1- ã>àx53/:::<f§:C:;6Escritorio: Celular: h I~mail:VmoERroC1~iJ~ OIt1IaJ,~

Nom":uêt~/.ª""" .....Endere.Y.":.u..,,,,,,,

r> Tel: Fax:

.§:Jular: It,~91:;3';'" ..QLEscritorio:0"'"e-mail:

Nome ....~. ~ 1\Ij.. A ~ ,u,li u"').,,' J ~

EnciereY.o: j E$~i3~J ?51./~~/,Tel:

Escritorio:

Fax:

Celular:o•••,

,,--.., e-maiJ,:uu

NOITie:ukj) 1IIJ#.)°u-Ende,"'9?: . 9129 -g;?~ª'Tel: Fax:

Escritorio: Celular::~: ~ ..

Page 78: Agenda Mesquita (Caderno Preto)

TO

:ereço: ..J i. .~q5c.:r~4j (/}Nome: E

Tel:

Escritorio:

Fax:

Celular:"",,e-mail:

Nome: Mt<lJI\~5~/ijf\:u

~:35(;g- 60.:58Tel:

Escritorio:

~maiI:

Fax:

Celular:

Nome: fJtLtts 11~5

::~o:3SZfJ;- /43·1Tel:

Escritorio:""-e-mail;..

Fax:Celular:

Nome:

En<Ie;re9o:

Tel:

Escritorio:

Fax:

Celular:

'''''e-rnail:

Page 79: Agenda Mesquita (Caderno Preto)

Nome: D (J RVIt<-. PA R./ "'A.-,., é. i~iJí'PJSf~:tP 'Hs.p ..Enderer.O:H~(?Hg<=,..3 '19Tel:

Escritorio:

Fax:C~l~~:l i.Gf!dl.' tSI.Mob,o ••

e-mail:

Nome: !)Q., 1)-.) 'f'"kA

Endereço:..••..:.c.iiss···········

rr-. Tel: Fax:

Escritorio: Celular:~~: .DV1llI\Q ..•.) .. """1'J\I)".~

Nome: E. rf} a~,-~ 'ºg.1lT!.Q"",Haj-:.~~9ItUh_.-!!u.,·::u...

Endereço:

'oc<;;'HOgO??~:r?J~lp?l.Tel: Fax:

Escritorio: Celular:"",

'""" e-maiJ':H'H'

Nome: C Q.(;Si V

Tel:

Escritorio:

Fax:

Celular:00.,

e-mail:

Page 80: Agenda Mesquita (Caderno Preto)

Escritorio: Celular:C>~ •••••e-mail:

Tel: Fax:

Tel: Fax:

Escritorio: Celular:,*U I.1oboóoe-rnail:

Nome: (:::Pv 35Zg~ GS~O:ereço: íJ),Nf\-Cr1zq~4lJ;9fó~"C .s

Tel: Fax:

Escritorio: Celular:ao..e-maíl:

Page 81: Agenda Mesquita (Caderno Preto)

"'~e-mail:

FGH

Tel: Fax:

Escritorio: Celular.

"I

Escritorio: Celular.01/« .... '~,oW;'e-mail: /~ ..

No.~e: m7fiJAHHliiiZ;W5oco ~30.lQ

Eo~ereyo: ·~II()'~~.. ó:Jl H·

Tel: Fax:

Escritorio:

"'"e-mail:

Celular.

Page 82: Agenda Mesquita (Caderno Preto)

_ /LA I fX) ,Nome: Fc ~rJ-r-nv:~!f) ~A1(f)Dfe-]~:el:3SZg-~3G~Fax: V-)j UJ_f)2f1~Escritono: Celular: "'7 11 '1o '.e-maíl:

FGH Nome:

Endereço:

Tel:

Escritorio:Fax:Celular:

0-"e-mail:

Nome:

Eod""".":

Tel:

Escritorio:oe-mail:

Fax:

Celular:

Nome:

Eodereço:

Tel:

Escritorio:

e-:mu:

Fax:

Celular:

Page 83: Agenda Mesquita (Caderno Preto)

Endereço:

Tel:$5?Z~~

Escritorio:

Fax:

Celular:

Endereço:

,,- Tel:

Escritorio:ar«e-mail:

Nome:rr-:

Endereço:

Tel:

Escritorio:

"""~ e-mail:

Nome:

EndereçO:

r---Tel:

Escritorio:0"e-mail:

Fax:

Celular:

Nome:

Fax:

Celular:

Fax:

Celular:

Page 84: Agenda Mesquita (Caderno Preto)

Nome:jfJ~ ..~ ....

End=;o:/1~0;553 /t(JOTel:

Escritorio:

Fax:

Celular:"'~e-mail:

IJK

~:ne: ..N ~ y,s,\ , ~ ~9 .... ,JJll ~6y2. ~71 v4

.End=;o: .

Tel:

Escritorio:Fax:

Celular:O"qe-mail:

Nome. /7"1!4 SA ..{ ~eJ wHiJ)Ende."'5": Of!;'2S-rr~S%2......Tel:

Escritorio:

Fax:

Celular:. '!A,;';'i~'"o•••,

e-mail; ....

Nome:

Ende.""i":

Tel:

Escritorio:

Fax:

Celular:0'1,(.

e-mail: ...

Page 85: Agenda Mesquita (Caderno Preto)

.El1d""'9'): ...••ccess

Tel: Fax:

~~toriO: ···5:.ul~:'jf9J~.r (Q?

.":Dl3iJ.: ...

Nome: L li CltntoN~'~h35zg~ 3CgCEndereço:,tOOU"ss ...................•..............................................................

Page 86: Agenda Mesquita (Caderno Preto)

Endereço:

~~:$~O(;Jl1)3~~~tf':.'Escritorio: Celular:'~~. """ , ~, .

OO/$/UJ3S5'Jt.qy:r·····Nome: I....V U f!('(1I0}:J OS1"O/7vt NC>.~! ....................•.................................

LMN

Te~J,l.,~..olflax: ..!.. .: ... Celular:... .. .. .e-mail: ..

Page 87: Agenda Mesquita (Caderno Preto)

Endereço:

:1: q7Ô~!-SiPPFax: ~2g-~bEscritorio: Celular:

e-mail:..............•..

Nome:

~;.,{{JitiV~;y~~~~Endereço:N;;." '7;32 tZ~j;CJf?<? ...Tel: Fax:Escritorio: Celull:

tmail:fil!.?6f N!rL(JrVSU Ei0J .

Nome: ''''''rnA:eUA . ~9rt-i fVA-···

::ereço:J V.saIZ - 3G.YfTel: Fax:Escritorio: Celular:O!'<"I N~.

~ e-mail: ...

Nome: ...'!1 i x: Qi,,;fe-r- ~""., ~ ,.,. ...~ :4 ... . ....... ..... [9 O~I.I'>.A·~ ~.I.:..J .Endereço: " rt.W\A>1M. Oft'UM4> WlI"""'''if'S'f, ~)0 ·········itj iÚt c.!1LTel: ... . ..... :g' ............•...................Escritorio: Celular. 'J .~~mail: .. ··-322f ...•.."z..Ir~ ..···H ..

Page 88: Agenda Mesquita (Caderno Preto)

Nome:.-~~:3t,~s:t:;iTe~"",I:fi1 fu CJt) ~ax: .... ...

t:~no3 g;;;I~..3f~~

op Endereço:Q ;;",.'" .....

Tel:

Escritório:Fax:

Celular:

Nome:

.();::~e-mail: ..

Nome:

Endereço:~ss·"······

Tel: Fax:

Escritorio: Celular:

Page 89: Agenda Mesquita (Caderno Preto)

Tel:

Escritorio:0"«.e.~Il,.iJ:....

i;;;3li:& l •••:3.'1.CeluJar:6j:r.9:t ·SO~K

McI>It

.1:I0me:..~E::"; t;..0'J..:\ ...

Endereço:

TeI: Fax:&critori~;'H'HH" . C;;i~;;;;3SZj'::-Z22 H'

t~ail:353t~22-ay "HH ~.

r:i?;n\)j~~C.Ç1~.tiZ.H'HH .H H.

E~;k;~(f8fj{):::.:;;;rn2.{'fH

················Ox55:::..Tel: Fax:

Celular:Escritorio:

Nome;

Endet<':)X':.

rei:

Escritorio:

Fax:

Celular:0'<><,e-mail:

Page 90: Agenda Mesquita (Caderno Preto)

Nome: ................ .....

Endereço:

Tel: Fax:

Escritório: Celular:

"'"--

e-mail:

Nome:

Endereço:

Tel: Fax:

Escritorio: Celular:

""'"e-mail:

Nome:

Endereço:...,.."~ Tel: Fax:

R Escritorio: Celular:

S OOoCC

Te-mail:

--

Nome:

Endereço:

Tel: Fax:

Escritório: Celular:"",,e-mail:

Page 91: Agenda Mesquita (Caderno Preto)

Nome: Wr (.s."NP-~I\C.".f!

;:;;i~~ ..HHH· .Tel Wyq,.413~Fax: ..

Celular: n: o;s-8f~J'z:...,.;;;,;. .........H.H"Escritorio:

Nome: \) roB<2'RXO qUI ~NAA'f .. .•.•.. ...•••• . ••... . . .

Tel: Fax:

~i::0riip=;;~]ft2>d;j~H .Nome: VPr"!.A .çv N íf'1H!)( \

Endereço:JIlXl'!!SS

Tel: 352,f1- ,~, ~ Fax:

Escritorio: Celular:~<~e-mail:

Endereço: '3SS~~((~~ .Tel: Fax:Escritorio: Celular:"'.e-mail:

Page 92: Agenda Mesquita (Caderno Preto)

Nome:

Endereço:

Tel:

Escritorio:0'.e-mail:

Fax:

Celular.

Nome:

Endereço:

Tel:

Escritorio:

Fax:

Celular:c .•e-mail:

Nome:

Endereço:

Tel: Fax:Celular.Escritorio:

"'.e-mail:

uVW Endereço'

Nome:

Tel:

Escritorio:

Fax:

Celular:0If>,.

e-maíl; ....

Page 93: Agenda Mesquita (Caderno Preto)

Nome: .zo~/ Oe-S

Endereço:AD:l"!SS

T~i:35lg.:sY()?H Fax:

Escritorio:

"""e-mai!:

Celular:·········;.;;;.i~

Endereço:,,;o~~irJ.;;HH'IO_ ~"..o_'1..'1Io.~/"'·

Telt:\· .:.J7us T F,a><,:,

Escritorio:Oi..~'",c.:",aiI:

H,

Celular:

Tel:

Escritorio:

Fax:

Celular:0"<.,r--..,. e-maiJ.:H"

......................"'''

Nome:

Tel:

Escritorio:Fax:

Celular:

Ende"'S"':

""'.e-mail:

xyZ

Page 94: Agenda Mesquita (Caderno Preto)

Nome:

Endereço:", ..",Tel: Fax:

Escritorio: Celular:00..e-mail:

Nome:

Endereço:

Tel: Fax:

Escritorio: Celular:(he-mail:

Nome:

Endet:"'i0:

Tel: Fax:

Escritorio: Celular:"',e-mail:

Nome:

Endereço:

Tel: Fax:

Escritorio: Celular:"",,e-mail:

Page 95: Agenda Mesquita (Caderno Preto)

Para bloquear:arp -s ip_da_estação OEx:# arp -s 192.168.0.20 OPara desbloquear:arp -d ip_da_estação_bloqueadaEX:

# arp -d 192.168.0.20

~------------------------------------• Oicar em lniciar I Executar I regedit• Localizara chave

HKEY_LOCAl_MACHINE\System\CurrentControISet\Control\Lsa• Alterar o valor LMCompatibilityLevel de 3 para O• O corresponde a NTLMe LM~ Fechar o editor de registro e reiniciar.

Extracting the MBR

To see the contents ofyour MBR, use this command:

# dd if=/dev/hda of=rnbr.bin bs=512 count=l# od -xa rnbr.bin

The dd command, which needs to berun from root, reads the first 512 bytesfrom /dev/hda (the first IntegratedDrive Electronics, or IDE drive) andwrites them to the rnbr.bin file. Theod command prints the binary file in hexand ASCII formats.

1/ diL 4~T17n.6tfiv of~!tk<rA~Iyou can check the v~lue of/proc/sys/vm/mmap_mln_addrand if it is non-zero, use _echo O > /proc/sys/vm/mmap_mln_addr