| # Define list of remote hosts (can be host names or IPs) | |
| $RemoteHosts = @('www.google.com') | |
| # Initiate a Ping asynchronously per remote host, pick up the result task objects | |
| $Tasks = foreach($ComputerName in $RemoteHosts) { | |
| (New-Object System.Net.NetworkInformation.Ping).SendPingAsync($ComputerName) | |
| } | |
| # Wait for all tasks to finish | |
| [System.Threading.Tasks.Task]::WaitAll($Tasks) |
Before you start, make sure ip command is available on your system. In modern Linux distributions, ip replaces older ifconfig command. If net-tools package (that includes ifconfig) is not installed and you prefer using it, you can install it via sudo apt-get install net-tools.
Use touch /home/pi/wifi-reconnect.sh to create a shell script file,
with the following content:
#!/bin/bash| cd\Program Files\Microsoft Office\Office16 | |
| cd\Program Files (x86)\Microsoft Office\Office16 | |
| cscript OSPP.VBS /sethst:kms.digiboy.ir | |
| cscript OSPP.VBS /actcscript OSPP.VBS /dstatus | |
| slmgr.vbs /ckms |
This page contains a list of the current Minecraft Fabric mods. (As of 2021-08-19 08:05:23 Timezone: UTC+0000 (GMT))
To search for mods by name, category, or download count, visit the website, fibermc.com!
Note: You can view a mod's source files by following the "Source" link on its CurseForge page, assuming that the mod's creator has made such files public.
There are currently 2954 mods in this list.
| // ==UserScript== | |
| // @name BlockAdblock Blocker | |
| // @version 1.0 | |
| // @namespace http://tampermonkey.net/ | |
| // @description Blocks block-adblock | |
| // @match *://**/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
| @echo off | |
| title Microsoft Office 2019 versions are supported!&cls&echo | |
| ============================================================================&echo | |
| #Project: Activating Microsoft software products for FREE without software&echo | |
| ============================================================================&echo.&echo | |
| #Supported products:&echo - Microsoft Office Standard 2019&echo - Microsoft Office Professional Plus 2019&echo.&echo.&(if exist | |
| "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist | |
| "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b | |
| ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b | |
| ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo |
| function moveToWishList() { | |
| var query = document.querySelectorAll("#sc-saved-cart input[value='Mover a la Wish List']") | |
| if (query.length) { | |
| query[0].click(); | |
| } | |
| var query2 = document.querySelectorAll("#registry-2STN5ENQWOZ8J a") | |
| if (query2.length) { | |
| query2[0].click(); | |
| } | |
| if (query.length > 1) { |
Ever wanted to put your Rapsberry Pi cluster to great use? Our team is working remotely, so we started to play Minecraft. I decided I would host the Minecraft server on my Raspberry Pi cluster. This gist will guide you through the steps I took to get a k3s cluster up with k3sup and later installed Minecraft as well as metrics exporter and Prometheus Operator
Quoniam Possumus - Because we can
