- Download William Lam scripts and browse to correct folder
git clone https://github.com/lamw/vghetto-scripts.git
cd powershell
- Install powershell
$ sudo snap install powershell --classic
| ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c <old cypher> <user>@<server> |
| sudo apt install ipmitool | |
| sudo ipmitool -H <hostname> -U <username> | |
| sudo ipmitool -H <hostname> -U <username> sensor list all | |
| sudo ipmitool -H <hostname> -U <username> sensor thresh FAN1 lower 100 200 300 | |
| sudo ipmitool -H <hostname> -U <username> sensor thresh FAN2 lower 000 000 100 | |
| sudo ipmitool -H <hostname> -U <username> sensor thresh FAN4 lower 000 000 100 |
| ** Untangle | |
| * Ensure interfaces are correctly mapped | |
| * Set Hostname => Domain Name | |
| * Add DNS entries | |
| * Allows DNS from WAN interfaces | |
| * Turn off nat on all interfaces | |
| * Add standalone NAT rule for EXTERNAL (Destination => WAN interface | Source => Any NON WAN interface) |
git clone https://github.com/lamw/vghetto-scripts.git
cd powershell
$ sudo snap install powershell --classic
find /path/to/files -type f -mtime +7 -name '*.*' -print0 | xargs -r0 rm --
curl \
https://github.com/gesquive/fast-cli/releases/download/v0.2.10/fast-cli-v0.2.10-linux-amd64.tar.gz \
-Lo fast-cli-v0.2.10-linux-amd64.tar.gz
tar -xzf fast-cli-v0.2.10-linux-amd64.tar.gz
./fast-cli
Click anywhere on page and type thisisunsafe
| #Install WinGet | |
| #Based on this gist: https://gist.github.com/crutkas/6c2096eae387e544bd05cde246f23901 | |
| $hasPackageManager = Get-AppPackage -name 'Microsoft.DesktopAppInstaller' | |
| if (!$hasPackageManager -or [version]$hasPackageManager.Version -lt [version]"1.10.0.0") { | |
| "Installing winget Dependencies" | |
| Add-AppxPackage -Path 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx' | |
| $releases_url = 'https://api.github.com/repos/microsoft/winget-cli/releases/latest' | |
| [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 |
This guide describes setting up a free, simple, lightweight openldap VM (512 ram, 0.5 cpu) to expose ldap/ldaps services. The VM also includes phpLDAPadmin for web based LDAP administration. The VM is provided as an OVA/ISO and can be downloaded from https://www.turnkeylinux.org/openldap