Answers for "tcpdump"

2

tcpdump

sudo tcpdump -s 0 -i eth0 -w tcpdump.pcap
Posted by: Guest on August-10-2021
0

pikepdf

pip install pikepdf


# Elegant, Pythonic API
with pikepdf.open('input.pdf') as pdf:
    num_pages = len(pdf.pages)
    del pdf.pages[-1]
    pdf.save('output.pdf')
Posted by: Guest on January-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language