sudo apt install open-vm-tools open-vm-tools-desktop
sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt update && sudo apt upgrade
| RGB | |
| Red: 59 | |
| Green: 110 | |
| Blue: 165 | |
| Hexadecimal | |
| #3B6EA5 | 
| program WebRestServer; | |
| {$mode objfpc}{$H+} | |
| uses | |
| {$IFDEF UNIX}cthreads, cmem, {$ENDIF} | |
| SysUtils, fphttpapp, httpdefs, httproute, fpjson, jsonparser, | |
| fphttpclient, opensslsockets,Classes; | |
| procedure jsonResponse(var aResponse: TResponse; data: String); | 
| # Copyright © 2017-2022 SOFTINUX. All rights reserved. | |
| # Licensed under the MIT License, Version 2.0. See License.txt in the project root for license information. | |
| <# | |
| .SYNOPSIS | |
| This is a Powershell script to create nuget local package | |
| .DESCRIPTION | |
| Usage: | |
| #> | 
| $currentPath = Get-Location | |
| # Rename the file python312._pth to python312._pth.save to prevent malfunction | |
| Rename-Item Path "$currentPath\python312._pth" -NewName "$currentPath\python312._pth.save" | |
| #Get pip from https://bootstrap.pypa.io/get-pip.py | |
| $url="https://bootstrap.pypa.io/get-pip.py" | |
| $output="$currentPath\get-pip.py" | |
| Invoke-WebRequest -Uri $url -OutFile $output | |