Analyze Linux boot process with systemd

Published on Author admin

Analyze boot time: systemd-analyze Find long booting services: systemd-analyze blame Plot SVG chart of boot process timeline: systemd-analyze plot > tmp.svg Critical chain: systemd-analyze critical-chain Analyze logs from particular service i.e. networking.service journalctl -xe -u networking.service

Configuring openfortivpn on Fedora

Published on Author admin

Configuring openfortivpn on Fedora Install required packages: yum install openfortivpn Create config file /etc/openfortivpn/my-config with following content: host = IPADDR port = TCPPORT username = USERNAME password = PASSWORD set-dns = 1 set-routes = 1 trusted-cert = CERTSHA256SUM To connect use following command: openfortivpn -c /etc/openfortivpn/my-config