/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/<reponame>/install/HEAD/install.sh)"
This file contains 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
Debian, Ubuntu | |
sudo apt update && sudo apt install wine winetricks mono-complete | |
#Wine bottle / prefix | |
export WINEPREFIX="/home/$USER/.config/projectascension/WoW" && export WINEARCH=win32 | |
#Make directory |
This file contains 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
1184028501 - Good wand in 1:st holy mountain | |
1357563678 - Healing wand in Mines | |
1869706528 - Healing of vigor in coal pits | |
1655911669 - Circle of Vigoe in Mines | |
647116897 - Healthium flask in Mines | |
493841825 - Overall good seed, lotsa wands | |
845843593 - Mediocre | |
1529567648 - Two chests at entrance to mines, good wand in mines | |
99986 - Wierd start | |
1434875163 - Good overall, energy orbs and fast wands, circle of vigor in 2:nd holy mountain |
Edgerouter is running a fork of Vyatta, VyOS docs
Note! If you cant find any usb to serial interface, look for mounted interface with dmesg
in roder to find mounted interface
ls -ltr /dev/*usb*
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Add React in One Minute</title> | |
</head> | |
<body> | |
<h2>Add React in One Minute</h2> | |
<p>This page demonstrates using React with no build tooling.</p> |