Uh oh!
There was an error while loading. Please reload this page.
') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })();
There was an error while loading. Please reload this page.
Hello: I have been working on a goPlugin Node for a while now, to no avail. I have followed several devs install instructions fully and have not received the same outcome. Just tried oneClickdeployment,, no node install for me. All the scripts are different. I don't know where to go from here. My text on Putty shows "snap" on Feb 8. it shows "plugin-deployment on Feb 12th. Tried other inputs, they don't work.
I like XDC and think the GoPlugin Node will be a great project.
I need help. Please advise.
Thank You
D. D. Davis
478-256-3858 cell
Welcome to Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-99-generic x86_64)
System information as of Fri 25 Mar 2022 08:31:04 PM UTC
System load: 0.0
Usage of /: 20.7% of 60.03GB
Memory usage: 18%
Swap usage: 0%
Processes: 155
Users logged in: 0
IPv4 address for enp1s0: 149.28.206.194
IPv6 address for enp1s0: 2001:19f0:ac01:114d:5400:3ff:feda:34aa
Super-optimized for small spaces - read how we shrank the memory
footprint of MicroK8s to make it the smallest full K8s around.
https://ubuntu.com/blog/microk8s-memory-optimisation
38 updates can be applied immediately.
To see these additional updates run: apt list --upgradable
*** System restart required ***
Last login: Thu Mar 24 20:15:42 2022 from 98.255.8.173
root@vultr:
# https://github.com/GoPlugin/plugin-deployment.git# git clone https://github.com/GoPlugin/plugin-deployment.git-bash: https://github.com/GoPlugin/plugin-deployment.git: No such file or directory
root@vultr:
fatal: destination path 'plugin-deployment' already exists and is not an empty directory.
root@vultr:
# ./install_docker.sh#-bash: ./install_docker.sh: No such file or directory
root@vultr:
root@vultr:
# install_docker.sh# sudo chmod *xinstall_docker.sh: command not found
root@vultr:
chmod: missing operand after ‘*x’
Try 'chmod --help' for more information.
root@vultr:
# oneClickDeploy/install_node.sh# gh repo clone GoPlugin/plugin-deployment-bash: oneClickDeploy/install_node.sh: No such file or directory
root@vultr:
Command 'gh' not found, but can be installed with:
snap install gh # version 2.5.1-19-g3acc4aa9, or
apt install gitsome # version 0.8.0+ds-4
See 'snap info gh' for additional versions.
root@vultr:~# git clone
fatal: You must specify a repository to clone.
usage: git clone [] [--] [
]root@vultr:
# cd oneClickDeploy/# ls -lrt-bash: cd: oneClickDeploy/: No such file or directory
root@vultr:
total 8
drwxr-xr-x 3 root root 4096 Feb 8 05:54 snap
drwxr-xr-x 4 root root 4096 Feb 12 12:49 plugin-deployment
root@vultr:
# sudo chmod *x *.sh# ls -lrtchmod: invalid mode: ‘*x’
Try 'chmod --help' for more information.
root@vultr:
total 8
drwxr-xr-x 3 root root 4096 Feb 8 05:54 snap
drwxr-xr-x 4 root root 4096 Feb 12 12:49 plugin-deployment
root@vultr:
# ./install_docker.sh# ./install_node.sh-bash: ./install_docker.sh: No such file or directory
root@vultr:
-bash: ./install_node.sh: No such file or directory
root@vultr:
# install_node#install_node: command not found
root@vultr:
root@vultr:
# oneClickDeploy/install_node.sh# pm2 status-bash: oneClickDeploy/install_node.sh: No such file or directory
root@vultr:
Command 'pm2' not found, did you mean:
command 'pom2' from deb libpod-pom-perl (2.01-3)
command 'pmw' from deb pmw (1:4.30-1)
command 'pms' from deb pms (0.42-1build4)
command 'pmc' from deb linuxptp (1.9.2-1)
command 'wm2' from deb wm2 (4+svn20090216-4build1)
command 'pm' from deb powerman (2.3.5-1build2)
command 'gm2' from deb gm2 (4:10.0-1ubuntu2)
command 'pmi' from deb powermanagement-interface (0.3.21)
Try: apt install
root@vultr:
# apt install node# ^CReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package node
root@vultr:
root@vultr:~#