Linux command: Find current username and userid Find current username $ whoami Using id command $ id -un Find current userid # id Using USER variable $ echo $USER Extract from environment settings $ env | grep USER Labels Linux LPIC
VyOS: Upgrade system image Let's upgrade VyOS system image 1.1.7 to 1.1.8 show system image add system image https://downloads.vyos.io/release/1.1.8/vyos-1.1.8-amd64.iso Read more
Wordpress: Set index.php page with apache2 Add index.php as homepage. DirectoryIndex index.php Read more