/media/sda-magnetic/david/Dokumente-15/fernuni-hagen/cs-i-ii/fsm/fsm/lex-yacc-bash-etc/all00118.txt


mov
lea
xchg
add
adc
sub
sbb
mul
div
dec
inc
neg
and
or
xor
not
lods
lodsb
lodsw
lodsd
stos
stosb
stosw
stosd
movs
movsb
movsw
movsd
rep
jmp
cmp
call
ret
loop
int
iret
je
jne
jg
jnge
jge
jnge
jl
jnl
jle
jnle
ja
jna
jae
jnae
jb
jnb
jbe
jnbe
jz
jnz
jc
jnc
in
out
push
pop

ax
bx
cx
dx
sp
bp
si
di

Sockel 423
Sockel 478
Sockel 775

1156
1155
1151
1150
1200

Westmere (Clarkdale)
Sandy Bridge
Ivy Bridge 
Haswell-DT
Coffe Lake-S
Comet Lake-S
Kaby Lake-S
Skylake-S

Intel-core-i3-530
Intel-core-i3-540
Intel-core-i3-550
Intel-core-i3-560
Intel-core-i3-21xx
Intel-core-i3-32xx
Intel-core-i3-41xx
Intel-core-i3-43xx
Intel-core-i3-60xx
Intel-core-i3-61xx
Intel-core-i3-63xx
Intel-core-i3-71xx
Intel-core-i3-73xx
Intel-core-i3-81xx
Intel-core-i3-83xx
Intel-core-i3-91xx
Intel-core-i3-93xx
Intel-core-i3-101xx
Intel-core-i3-103xx

8020
8021
8022
8035
8039
8040
8048
8049
8050
8648
8748
8749

8031
8032
8051
8052
8751
8752

add
addc
anl
orl
xrl
inc
dec
clr
cpl
da
swap
rl
rlc
rr
rrc

mov 
lds 
ld 
ldd
sts
st
std
in
out
push
pop

breq
brne
brge
brcs
brcc
brhs
brhc

IRQ     Interrupt-Request
ISR     Interrupt-Service-Routine, Interrupt-Handler

PIC 8259 A - Programmable Intertupt Controller 8259

8 Eingänge: IR0 .. IR7, an jedem Eingang hängt ein Gerät, IR0 höchste Priorität, IR7 niedrigste
D7 .. D0 mit den acht niederwertigsten Leiterbahnen des Datenbusses verbunden 
INT: Angeschlossen an INTR der CPU

INT 
-INTA 
IR7 .. IR0
D7 .. D0
CAS2, CAS1, CAS0
A0
-CS
-WR
-RD
-SP/-EN
VCC, GND 

IRQ 0   Timer
IRQ 1   Keyboard
IRQ 2   PIC 2 (Slave)
IRQ 3   COM 1
IRQ 4   COM 2
IRQ 5   Soundcard
IRQ 6   Floppy
IRQ 7   Parallel/Harddisk


PIT 8253 - Programmable Intervall Timer 

VCC, GND 
D7 .. D0
A1, A0
CLK2, OUT2, GATE2
CLK1, OUT1, GATE1
CLK0, OUT0, GATE0
-CS
-WR
-RD

8237/8257 Programmierbarer DMA-Steurungsbaustein
8255 Programmierbarer paralleler Ein- und Ausgabebaustein 

# client
# sender
# recipient
# relay

smtpd_client_restrictions = 
smtpd_sender_restrictions = 
smtpd_recipien_restrictions = 
smtpd_etrn_restrictions = 
smtpd_relay_restrictions = 
smtpd_data_restrictions = 
smtpd_end_of_data_restrictions = 
smtpd_etrn_restrictions = 

mynetworks = 
myhostname = 
smtpd_helo_required = yes

# permit_mynetworks
# check_policy_service 

# unknown
# reject_unknown_client
# reject_unknown_client_hostname
# reject_unknown_reverse_client_hostname
# reject_unknown_helo_hostname
# reject_unknown_hostname
# reject_unknown_sender_domain 
# reject_unknown_recipient_domain 

# hostname 
# reject_unknown_client_hostname
# reject_unknown_reverse_client_hostname
# reject_unknown_helo_hostname
# reject_unknown_hostname
# reject_invalid_hostname
# reject_non_fqdn_hostname

# non_fqdn 
# reject_non_fqdn_hostname
# reject_non_fqdn_sender
# reject_non_fqdn_sender_domain 

# sender 
# reject_non_fqdn_sender
# reject_unknown_sender_domain

# recipient
# reject_non_fqdn_recipient
# reject_unknown_recipient_domain

# unauth
# reject_unauth_pipelining
# reject_unauth_destination 

a CAPABILITY 
a LOGIN "user" "password"
a LIST "" *
a SELECT INBOX
a FETCH 1 RFC822
a STORE 1 +FLAGS (\Seen \Deleted)
a CLOSE
a EXPUNGE
a SEARCH
a LOGOUT

HELO/EHLO
MAIL
DATA 
RST 
VRFY
EXPN
NOOP
QUIT
MAIL FROM:
RCPT TO:

Return-Path:
Recevied:
From:
To:
Subject:
Date:
Message-ID:
User-Agent:
MIME-Version:
Content-Transfer-Encoding:
Content-Type:
Importance:
Reply-To:
X-Delivered-To:
X-Priority:
X-Assp-...:

/etc/dovecot/dovecot.conf
/etc/dovecot/conf.d/
/etc/dovecot/conf.d/10-...conf
/etc/dovecot/conf.d/15-...conf
/etc/dovecot/conf.d/20-...conf
/etc/dovecot/conf.d/90-...conf
/etc/dovecot/conf.d/auth-...conf
/etc/dovecot/conf.d/10-auth.conf
/etc/dovecot/conf.d/10-director.conf
/etc/dovecot/conf.d/10-logging.conf
/etc/dovecot/conf.d/10-mail.conf
/etc/dovecot/conf.d/10-master.conf
/etc/dovecot/conf.d/10-ssl.conf
/etc/dovecot/conf.d/10-tcpwrapper.conf
/etc/dovecot/conf.d/20-pop3.conf
/etc/dovecot/conf.d/20-imap.conf

apt-get install drbd-utils
apt-get install xfsprogs 

nano /etc/drdb.d/drdb1.res 

ressource r0 {
    # ...
    on ituenix1 {
        disk /dev/loop1;
        address 192.168.178.20:1111;
    }
}

dd if=/dev/zero of=drbd1.img count=1024 bs=1024k
losetup /dev/loop1 

modprobe drbd
drbdadm up r0
cat /proc/drbd

modprobe drbd
drbdadm up r0
drbdadm -- --overwrite-data-of-peer primary r0
cat /proc/drbd

/etc/ha.d/authkeys
/etc/ha.d/ha.cf
/etc/ha.d/haressources

/etc/ha.d/authkeys

auth 1
1 md5 password

/etc/ha.d/ha.cf

node ituenix1 ituenix2 

ucast eth0 192.168.178.20
ucast eth0 192.168.178.21

auto_failback on 

ping 192.168.178.32

debugfile /var/log/ha-debug 
logfile /var/log/ha-log 

deadtime 5

/etc/ha.d/haressources

ituenix1 192.168.178.20

apt-get install postfix dovecot-core dovecot-imapd dovecot-pop3d apache2 apache2-mod-php php php7.0 mariadb-server php-mysql php-intl php7.0-intl php-curl php-zip php-xml php-gd php-mbstring php-cli php-cgi