Skip to content

Instantly share code, notes, and snippets.

View juzten's full-sized avatar
💭
(┛ಠ_ಠ)┛彡┻━┻

Justin Spain juzten

💭
(┛ಠ_ಠ)┛彡┻━┻
View GitHub Profile
@nepsilon
nepsilon / 5-netstat-tips.md
Last active February 19, 2017 12:37
5 netstat tips — First published in fullweb.io issue #12

5 netstat tips

netstat has some very neat features we could make use of more often! Here is 5.

Note: examples here may not apply to BSD based systems

1. The classic: list local listening TCP/UDP ports and their process:

$ sudo netstat -tulpn
@doobeh
doobeh / example.html
Last active June 8, 2023 18:09
Checkbox WTForms Example (in Flask)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form method="post">
{{ form.hidden_tag() }}
{{ form.example }}