Tag Archives: examples

tcpdump: Some filter examples

Hi,

here are some command line examples for often requested packet filter strings
Continue reading tcpdump: Some filter examples

Advertisment to support michlstechblog.info

Linux: ip command line examples

Hi,

the old style ifconfig, route and netstat commands does not support all network, especially IPv6, features shipped with modern linux distributions.

Replacement are ip (ifconfig, route) and ss (netstat). Here are some examples.
Continue reading Linux: ip command line examples

Linux: btrfs command line examples

Hi,

my collection of btrfs command line snippets.

Continue reading Linux: btrfs command line examples

Git: Some examples

Hi,

my git example collection…to be continued
Global Config
Set your username

git config --global user.name "Michael"

Continue reading Git: Some examples

Debian: Systemd command line examples

Hi,

simply a collection of systemd command line examples. To be continued……

Set hostname + fqdn

hostnamectl

Example
sudo hostnamectl set-hostname yourHost.yourDomain.net
Continue reading Debian: Systemd command line examples