destroyerr
Ensure integrity for mission-critical systems
File Explorer
- publish-dockerhub.yaml
- automate_workflow.png
- db.ts
- envs.ts
- index.ts
- main.ts
- types.ts
- .Dockerignore
- .gitignore
- .swrc
- Dockerfile
- flake.lock
- flake.nix
- justfile
- LICENSE
- package.json
- README.md
- spack.config.js
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
reboot
View Details ▼
reboot
Reboot the system.
reboot
Reboot the system:
sudo reboot
Reboot immediately:
reboot {{[-p|--poweroff]}}
Power off the system (same as `poweroff`):
shutdown
View Details ▼
shutdown
Shutdown and reboot the system.
See also: `poweroff`.
shutdown -h now
Power off ([h]alt) immediately:
shutdown -h now
Power off (halt) immediately:
shutdown /s
Shutdown the current machine:
// repository documentation
Was this content helpful?
(0 ratings)
