https://download.redisinsight.redis.com/latest/RedisInsight-v2-win-installer.exe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
Instructions: | |
Clone/download Lua source code from https://www.lua.org | |
Run this script from the root of the source code directory | |
You may need to install Visual Studio build tools with MSVC compiler | |
#> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-PSDebug -Strict | |
Set-StrictMode -Version Latest | |
$WarningPreference = "Inquire" | |
$ErrorActionPreference = "Stop" | |
$rp = Get-Process | ? { $_ -like "*razer*" } | |
if ($rp -and $rp.Count -gt 0) { | |
Write-Host "Potential Razer processes:" |
Caution
This is a technical guide and not for the faint of heart. You WILL run into issues while setting the system up. It is more of a proof of concept than a viable solution for the average user
Make dynmap available on exaroton
- a cheapo vps that can run 24/7 with an open ip address
OlderNewer