Contact:
Thorsten Gunkel
63456 Hanau
Germany
Mail
Vote to help me to improve this page!
Did this page satisfy your expectations?
vote3 Yes
vote2 Partly
vote1 No
Short comment?
Do not change this:
Add your comment to the
guestbook.
Last modified: 19-10-2005 04.00
NO ePATENTS

Networks / Communication

06-08-2005 13.09

SMTP

HELO MYname
MAIL FROM:<x@x.x>
RCPT TO:<x@x.x>
RCPT TO:<x@x.x>
DATA
...
.
06-08-2005 13.09

POP3

user username
pass userpass
list
retr nr
dele nr
quit
06-08-2005 13.09

IMAP

IMAP RFC 3501
C: a0001 LOGIN USER PASS
S: a0001 OK LOGIN Ok.

C: a0002 LIST "" ""
S: * LIST (\Noselect) "." ""
S: a0002 OK LIST completed

C: a0003 LSUB "" "*"
S: * LSUB (\Marked \HasChildren) "." "INBOX"
S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Drafts"
S: * LSUB ...

C: a0004 SELECT "INBOX.test"
S: * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
S: * OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)] Limited
S: * 1 EXISTS
S: * 0 RECENT
S: * OK [UIDVALIDITY 1129647005] Ok
S: * OK [MYRIGHTS "acdilrsw"] ACL
S: a0004 OK [READ-WRITE] Ok

C: a0005 FETCH 1:4 (UID FLAGS)
S: * 1 FETCH (UID 1049 FLAGS (\Seen))
S: * 2 FETCH (UID 1113 FLAGS (\Seen))
S: * 3 FETCH (UID 1114 FLAGS (\Seen))

C: a0006 SEARCH UNSEEN
S: * SEARCH 9


C: a0007 UID FETCH 9 BODY.PEEK[]
S: * 1 FETCH (UID 9 BODY[] {14111}



C: A008 LOGOUT
S: * BYE ...
19-10-2005 04.00

HTTP

GET /index.html HTTP/1.1
Host: www.example.com
User-Agent: telnet
Accept: text/xml,application/xml,application/xhtml+xml,text/html,text/plain
Accept-Language: de,en
Referer: http://foo.examle.com

19-10-2005 03.49

Configurate Modem

e.g. with minicom
ATD[NR]
Dial Nr
ATL[0]
ATL[1]
ATL[2]
ATL[3]
Speaker Volume Level [x]
ATX[3]
ATX[4]
[3]=Ignores busy and honours dial-tone, [4]=Honours busy and dial-tone
ATM[0]
ATM[1]
ATM[2]
[0]=Speaker off, [1]=Speaker on while dialling, [2]=Speaker on
AT&W
Save
19-10-2005 03.48

Subnetmasks

ipv4 MaskConstant Parts
/32Everything, only one machine (255.255.255.255)
/24Everything but the last block (255.255.255.0)
/8 Only the first block (255.0.0.0)
/0 Nothing, all machines (0.0.0.0)
ipv6 Mask
/128Everything, only one machine
/124Everything but the last number
/112Everything but the last block
/96 All but the first both blocks
/16 Only the first block
/4 Only the last number
/0 Nothing, all machines
19-10-2005 03.46
Powered by PHP Created with Xemacs Valid XHTML 1.0! Valid CSS!