Tag Archives: linux

Linux: Get the start time of a process

Hi,

to get the start time of a linux process in an human readable format use the user-defined format of ps with the lstart option.
Continue reading Linux: Get the start time of a process

Linux: Send Networkpackets from a shell

Hi,

the linux kernel has the ability to send simple network packets from a shell.
Continue reading Linux: Send Networkpackets from a shell

OpenVPN: P2P connect on linux

Hi,

this post describes how to setup an adhoc openvpn connection between two linux hosts.

Continue reading OpenVPN: P2P connect on linux

Linux: Creating a ssh keypair with ssh-keygen

Hi,

ssh-keygen can be used to generate a new ssh key pair.

Continue reading Linux: Creating a ssh keypair with ssh-keygen

Linux NetworkManager: Command line examples

Hi,

this post contains some NetworkManager nmcli command line examples for frequently used tasks.



Continue reading Linux NetworkManager: Command line examples