Categories
How-To Software Technical

Capturing with tcpdump

Capturing with tcpdump There are occasions when you want to capture packets using tcpdump rather than wireshark, especially when you want to do a remote capture. Please note that the default tcpdump parameters result in a capture file where each packet is truncated, because most versions of tcpdump, will, by default, only capture the first […]

Categories
How-To Technical

Remove Windows Service

By executing the following command you can remove a windows service: C:> sc delete [service name] TIP:  If you don’t know the service name you’re trying to delete, you can find it by going to Start>Run>services.msc and locate the service name in the service’s property page.   Attn:  No screenshots were harmed in forming this […]