Skip to content

Instantly share code, notes, and snippets.

View kronflux's full-sized avatar
🦜

Richard M kronflux

🦜
  • Edmonton, AB. Canada
View GitHub Profile
@kronflux
kronflux / desktop_restrictions.reg
Created July 1, 2019 06:31 — forked from prashanthrajagopal/desktop_restrictions.reg
Desktop restrictions for windows - very minimal access to users
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop]
"NoChangingWallPaper"=dword:00000001
"NoAddingComponents"=dword:00000001
"NoClosingComponents"=dword:00000001
"NoDeletingComponents"=dword:00000001
"NoEditingComponents"=dword:00000001
@kronflux
kronflux / install_mineos-node
Last active February 10, 2019 13:42 — forked from hexparrot/install_mineos-node
Downloads, installs and configures components required for the MineOS Web User Interface on rpm based systems using systemd.
#!/bin/sh
# update repositories
yum update -y
yum upgrade -y
# download the necessary prerequisite components for mineos
yum install -y epel-release
curl -sL https://rpm.nodesource.com/setup_11.x | bash -