linux: scan home network
2016-07-13
you want to detect ip addresses next to your current workstation in your current local network.
say you are in a 192.168.x
network.
start scan with nmap
nmap -sn 192.168.0.0/24
example output
foo@bar:/tmp$ nmap -sn 192.168.0.0/24
Starting Nmap 7.60 ( https://nmap.org ) at 2019-11-17 14:53 CET
Nmap scan report for router.home (192.168.0.1)
Hos […]
Blogixx - a markdown Flat File Blog System
2016-05-07
Blogixx is a markdown file Blog Module for myMVC. It is a so called "flat file blog system", which means there is no database required. Setup is easy and does not take long.
If you want your own Blog which comes […]