Code Monkey home page Code Monkey logo

dosthol's Introduction

dosthol - Do something on LAN

Skript to do something with remote virtual machines Written primarily for Proxmox VE >=v4.x

All thanks and credits to Oliver Jaksch

Discussion: Proxmox forum

Linux install

# Update package list:
apt-get update

# Installation dependency:
apt install gawk socat xxd vim

# Change file permissions
cp dosthol.service.app /etc/systemd/system/dosthol.service

# Change file permissions
chmod +s /etc/systemd/system/dosthol.service

# enable dosthol
systemctl enable dosthol

# status dosthol
systemctl status dosthol

Usage

 dostholc - The dosthol client, v0.7
 Call it with at least two parameters, like 'dostholc -f FUNCTION -m MAC'
 Possible parameters are
 -f | --function	(one of wakeup|shutdown|poweroff|suspend|resume|reboot|reset (n/a for lxc))
 -m | --mac		(MAC address in the form of 11:22:33:44:55:66)
 -v | --verbose		(0 for no output (default), 1 for some output)
 -i | --ip		(255.255.255.255 (default) for broadcast on actual subnet - or enter another IP or subnet)

Example:

./dostholc.sh -f wakeup -m AA:BB:CC:DD:EE:FF -i 192.168.0.100 -v 1

Dependencies

  • PVE v4.x
  • vim
  • socat
  • gawk
  • xxd

dosthol's People

Contributors

bolzerrr avatar apss-pohl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.