Browsed by
Tag: linux

Packet capture from MikroTik to Wireshark

Packet capture from MikroTik to Wireshark

Today, I will describe how to analyze traffic passing through a MikroTik router on your local machine with Wireshark. We will configure MikroTik router to stream captured packets to our computer where we will be capturing and analyzing them with Wireshark.

Instalace CarbonROM na Nexus 4 (Mako)

Instalace CarbonROM na Nexus 4 (Mako)

CarbonROM je alternativní (aftermarket) operační systém pro chytré telefony postavený na Androidu podobně jako třeba LineageOS. Zatím co LineageOS už telefon Nexus 4 od cca půlky roku 2019 nepodporuje, CarbonOS podporu má a poslední dostupná verze je jen pár týdnů stará, ta poskytuje Android 9 s “úrovní opravy zabezpečení Android” 5. prosince 2019 (dnes je 7. ledna 2020) což je pro téměř 8 let starý telefon super.

How to turn off a Linux system without root or sudo

How to turn off a Linux system without root or sudo

If you need to know how to turn off modern Linux systems, which run systemd, without root or sudo programmatically (Python or Bash shown here) or from a command line. Without using deprecated approaches like HAL and/or ConsoleKit. Then read this my blog post.