#xx

4x04 Seguridad en sistemas Unix / Linux (parte 2)

eZine's profile picture
Published in 
 · 10 months ago
... mo son Firestarter para Gnome, y kfirewall para KDE. ---[ 8.2 Configuracion con Script ]------ Miremos este script creado por eth0. #!/bin/sh #xxxxxxxxxxxxxxxxxxxxxxxxxxxx # buffer0verfl0w security...x # // eth0 x #xxxxxxxxxxxxxxxxxxxxxxxxxxxx # Simple ipchains frontend script to help you configure ipchains # for standalone... # usage: simply run... # ---------------------------------------------------------------- Interfaces- # Local Interface # This is the interface that is your link to the world LOCALIF="ppp0" # ------------------------------------------------------- Variable definition- # # Set the location of ipchains. IPCHA ...

MC68000 INSTRUCTION EXECUTION TIMES

DrWatson's profile picture
Published in 
 · 11 months ago
... ----------------------------------------------------------------------------- | d(PC, Rn)* | Program counter with Index | 10(2/0) |14(3/0)| | #xxx | Immediate | 4(1/0) | 8(2/0)| ----------------------------------------------------------------------------------------- * The size of the index register does not affect execution time TABLE 2 MOVE BYTE AND WORD INSTRUCTION EXECUTION TIMES ----------------------------------------------------------------------------------------- | Source | Destination | | | Dn | An | (An) | (An)+ | -(An) | d(An) |d(An,R)| xxx.W | xxx.L | ------------------------------------------------------------------ ...

Instruction Execution Times

DrWatson's profile picture
Published in 
 · 11 months ago
... --------+----------------------------------------------+------------------+ | PC@(d,ix)* | Programm Counter with Index | 10(2/0) |14(3/0) | | #xxx | Immediate | 4(1/0) | 8(2/0) | +------------+----------------------------------------------+------------------+ * The size of the index register (ix) does nor affect execution time D.3 MOVE INSTRUCTION CLOCK PERIODS Tables D-2 and D-3 indicate the number of clock periods for the move instruction. This data includes instruction fetch, operand reads, and operand writes. The number of bus read and write cycles is shown in parenthesis as:(r/w). TABLE D-2. Move Byte and Word Instructio ...

Credit Cards vs. Charge Cards

eZine's profile picture
Published in 
 · 2 years ago
... credit approval system yourself. Here's some ways of checking: (1) 1-800-554-2265 for check Mastercard or Visa for mastercard 10#1067#24#CARD#EXP#xx*XX# for Visa 20#1067#24#CARD#EXP#XX*XX# - 10 and 20 are for the type of cards - 1067 is the bank id number - 24 is the merchant number (52 will also work) - EXPiration must be in the form of 0291 for feb of 1991 - XX*XX is the amount. Use a small number like 11*04 for $11.04. Another way mail order companies verifying cards is to call the bank of the card and verify the name of the person and the billing address versus the name you gave the mail order companies and the address (drop site). So t ...

HOW TO READ A .BMS/.BME WITH A NOTEPAD AND A BRAIN

Dreamcast's profile picture
Published in 
 · 3 years ago
... u? #00412:00000000000000005F0000001A000000E3 At measure 5 ( #004 = MEASURE #5 ), The following variables are to be called in the Blue Key 1 section ( #xxx12 = Blue Key 1 ): 00,00,00,00,00,00,00,00,5F,00,00,00,1A,00,00,00,E3 Where each note is assumed as (in this strange case) a seventeenth note. Therefore, the simulator must play the keysound of variable 00 in the first seventeenth note, then another 00 in the second seventeenth note, etc. And you're done! See, that wasn't so hard, was it? But you think I'm forgetting something. Actually, two things. Well, I'm not, so shut up. That code always apply to everything you see in the K ...

Motorola's 68K Processor Family

atari's profile picture
Published in 
 · 3 years ago
... r Relative Relative with Offset (PC)+disp16 d Relative with Index and Offset (PC)+ (Ri) + disp8 d(Ri) (5)Immediate Data Immediate DATA = Next Word(s) #xxxx Quick Immediate inherent data #xx (6)Immplied Addressing Implied Register SR, USP, SSP, PC 68000 Memory 68000 uses linear address to access the memory. Even though it has a 32-bit PC, only the lower 24 bits are used. With 24-bit address it can directly access up to 16 MB of memory. 68000 Stacks 68000 supports stacks and queues with the address register indirect postincrement and predecrement addressing modes. That is, with register indirect addressing mode all of the seven address registers c ...

7A69 Issue 12

eZine's profile picture
Published in 
 · 3 years ago
... W_.M9FB%9HC&*%?*R@%[3&[$V! MV#?=]B4X1%_X<"!G?BOK-N4_18_#:G+&(0M=Y9')F^)G6FZEVX7AP4F&A<G$ M6+HV`.:G/Q05>4(3NZ!WC8Y*D;?@[MX[.&S\V@`\D".V8*#(#xxG$_)&C'?5 M;0)!E]B7I(P_AL,&[98(IMG4C0=*..I#SY-_C(#TP,GKC1[!CF#>5DL\9<Q$ M)PE+,K$9)T,_A>]1WIM;H(EM]YA8VMV/NZL]?O+%M%N<)?V_H-OBUC]%LT4D MFC.46`A,0</Y(RHL5#_IL,2NTHD2?U1P8BE,UT\IJ,)T#97[**A0;2SV47>Z M16#'SPF/;R&[]LH587I,;L0<Y$[&M_E3XVFS<?CZ>'<O5I"9I]P?+_ALY\WA M,1:WR\GV=]DFT<+`'U>(W85`^1+W0`\5FSJ^<7+.>?-3M`5G[IA8[NX-LU[/ M<N-$==[K(G-1,/\R.V:]_OA>#)RTZ:^[D*RC-ZS_Y0M)F^0D1B6#Z'VQN\E9 M:$VGA;-)H<`I:$!_A!C"?$C20ER69J5-IX;E2NGA='((V^;#^Y!$K/ ...

68030 timing tables

atari's profile picture
Published in 
 · 3 years ago
... ith adda.w <-> adda.l etc. ;------------------------- move.b d0,-(a7) will decrease a7 with 2! ;------------------------- Never use those silly #xx,([a0]) new modes, they are slower than move.l (a0),a0 move.l #xx,(a0) ...case you have no extra spare registers, but... that's rare. ;------------------------- Time-optimizing on A1200 is more sparing BUS than CPU; the CHIP RAM is just too slow.. Remeber to adjust your WRITES to CHIP; Adjusting memory READS wont do you no good. (Naturally, how could computer keep going on without knowing have we read something we're using?) ;-------------------- Interrupts are deadly slow, try to figure ...

Northern Phun Co Issue 05

eZine's profile picture
Published in 
 · 4 years ago
... oFF a boaRD in L0sEr T0wN: -- Msg #: [###/###] Base: xxxxxxxxxxxxx Date : Wed 03 Jun 1992 7:40a Stat: Public From : Satan #YY To : Mr. Anonymous #xx Title: Message title Reply: This message is a reply to #### *** Quoting Mr. Anonymous #XX to Satan #YY *** MA> What's PcP ??? It's a group that I am associated with. The details cannot be discussed, I'm sorry. But I can tell you this, PcP is dedicated to helping out (irradicating the BBS comunoty of unwanted people and boards). We also are involved in reprograming scanable virii to make them worse and non-scanable. Last thing I can say, PcP is also involved in locating, hacking and distribution ...

Brain Storm Crew Issue 1

eZine's profile picture
Published in 
 · 4 years ago
... et s'est tape une réinstallation. Le crack ne marchant toujours pas, il décide d'essayer sub7 et j'ai encore droit a pleins de questions : l4m3r (ICQ#xxxxxxxx) Wrote: dans sub7 c est quoi le remote et le virus??? le truc appele "serveur" c est koi???? l4m3r (ICQ#xxxxxxxx) Wrote: bon aller sois pas vache!!!! repond moi???????????????????????????????????????????????????????????????????, l4m3r (ICQ#xxxxxxxx) Wrote: c est koi qu il faut que j envoie a la victime???? subseven.exe??? serveur.exe editserveur.exe ???????????? elgadir Wrote: put1, t'en as de la chance t'es un gros lamer l4m3r (ICQ#xxxxxxxx) Wrote: pkoi?? chance? elgadir Wrote: ben, moi ...
loading
Neperos cookies
This website uses cookies to store your preferences and improve the service. Cookies authorization will allow me and / or my partners to process personal data such as browsing behaviour.

By pressing OK you agree to the Terms of Service and acknowledge the Privacy Policy

By pressing REJECT you will be able to continue to use Neperos (like read articles or write comments) but some important cookies will not be set. This may affect certain features and functions of the platform.
OK
REJECT