digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

816
active users

#suntember

0 posts0 participants0 posts today
Continued thread

#snoop on #Solaris uses the following syntax to capture TCP packets with the FIN, SYN, or RST flag set.

snoop -r -d ${INTERFACE} 'ip and tcp and (tcp[13:1]&1=1 or tcp[13:1]&2=2 or tcp[13:1]&4=4)'

Where TCP flags are in the 14th byte and:
- FIN is the 1 (LSB) bit
- SYN is the 2 bit
- RST is the 4 bit

Remember to start counting at 0, so 14th byte is byte 13.

We want one byte.

`tcp[<start>:<length>]`

The `-r` flag says not to resolve names.

The `-d` flag specifies which interface to snoop on.

In my experience, the `ip` and `tcp` keywords are needed to be able to use the `tcp[13:1]` expression.

OTD 1994: *SunExpress to put Catalog on Internet* #SunMicrosystems #Suntember
```
SunExpress, Inc., the direct marketing subsidiary of Sun Microsystems, Inc., announced at UNIX Expo that it will put its comprehensive catalog on the Internet. For the first time, Internet users will be allowed immediate access through the World-Wide Web to the industry's most complete information resource on SPARC, Solaris and Sun-ready aftermarket products for enterprise computing.
```

OTD 1990: SBus community grows to 100 products from 52 vendors. Full list: drive.google.com/file/d/1r93Gp #SunMicrosystems #Suntember
```

The current list of SBus developers has grown to 100 products or services
from 52 vendors. 27 new additions have been made since the last time the
list was published. Enclosed, please find the most recent update as
of September 17, 1990.
```

Google DocsSunSbusVendorList1990.txt