Article

JBT Server Updates

Wed, 03/19/2025 - 08:31 · uid_1_sysadmin

Announcing an upgraded web server platform 

I have recently moved to the latest Ubuntu LTS release for this web server. 

  • Ubuntu 24.04
  • nginx version: nginx/1.24.0
  • Composer version 2.8.6 2025-02-25 13:03:50
  • PHP version 8.3.6 (php8.3-fpm)
Blog

root access to [WSL] Windows Subsystem for Linux

Fri, 11/08/2019 - 11:38 · uid_1_sysadmin

Firstly - set the default user to be "root" like this:
At at CMD prompt with Administrator rights:
C:\WINDOWS\system32>ubuntu config --default-user root

Then open WSL and run:
# passwd defaultuser
To set the password for your preferred user (in example: "defaultuser")

Then, 
At at CMD prompt with Administrator rights:
C:\WINDOWS\system32>ubuntu config --default-user defaultuser

Subscribe to