Skip to content

Instantly share code, notes, and snippets.

@parsaM110
parsaM110 / README.md
Last active February 27, 2026 11:26
ngnix

linux (apt) Nginx uses the Debian-style directory structure:

sudo apt isntall ngnix

check it with:

sudo systemctl status nginx
  • /etc/nginx/nginx.conf — main config
@parsaM110
parsaM110 / README.md
Last active February 24, 2026 12:42
frequencies
gantt
    title Electromagnetic Spectrum (Powers of 10 in Frequency)
    dateFormat X
    axisFormat %s

    %% enter log values after : , first one be in order of 1000 

    section Radio
    AM 600 KHz-1.6 MHz                        : 5770, 6
@parsaM110
parsaM110 / REAMDE.md
Last active December 19, 2025 14:07
network monitoring in OSs

linux

netstat -ntlp

or

ss -ntlp

windows