From e30a7ed883292e0fe22ac7be0b0b4fcb179340e6 Mon Sep 17 00:00:00 2001 From: taradiddles Date: Mon, 16 Apr 2018 08:48:40 +0300 Subject: [PATCH] reorganize links --- .../R4-universal-update-script.sh | 0 code/README.md | 15 ++++++++------- docs/README.md | 5 +++-- 3 files changed, 11 insertions(+), 9 deletions(-) rename code/{update-scripts => OS-administration}/R4-universal-update-script.sh (100%) diff --git a/code/update-scripts/R4-universal-update-script.sh b/code/OS-administration/R4-universal-update-script.sh similarity index 100% rename from code/update-scripts/R4-universal-update-script.sh rename to code/OS-administration/R4-universal-update-script.sh diff --git a/code/README.md b/code/README.md index b819a01..c40529a 100644 --- a/code/README.md +++ b/code/README.md @@ -1,4 +1,4 @@ -### User-contributed code (scripts, programs, ...) and links to third party projects/scripts ### +#### User-contributed code and links to third party resources #### **`monitoring`** - ls-qubes.sh: outputs the nb. of running qubes + total memory used; the output can be fed into a panel text applet (see comments in the script). @@ -6,14 +6,15 @@ **`multimedia`** - sound-control-scripts: toggle, volume up, volume down, ... +**`OS-administration`**: +- https://github.com/tasket/Qubes-scripts/blob/master/qubes-multi-update: updates multiple template, standalone VMs and dom0 ([readme](https://github.com/tasket/Qubes-scripts#qubes-multi-update)) +- R4-universal-update-script.sh: bash script to automate VM updates +- https://github.com/tasket/Qubes-scripts/blob/master/do-snapshot.py: Keeps a rotating collection of Btrfs snapshots for root fs ([readme](https://github.com/tasket/Qubes-scripts#do-snapshotpy)) + **`productivity`** - toggle-fullscreen-scripts - screenshot-scripts - bash autocompletion script for `qvm-*` commands in dom0 -**`update-scripts`**: -- R4-universal-update-script.sh: bash script to automate VM updates -- https://github.com/tasket/Qubes-scripts/blob/master/qubes-multi-update ([readme](https://github.com/tasket/Qubes-scripts#qubes-multi-update)) - -**others:** -- [Qubes TV](https://github.com/Aekez/QubesTV): turn Qubes OS into a secure SmartTV without making compromises on security and privacy that todays new SmartTV's force on you. +**`misc`**: +- https://github.com/tasket/Qubes-scripts/blob/master/halt-vm-by-window: shutdown a Qubes VM associated with the currently active window ([readme](https://github.com/tasket/Qubes-scripts#halt-vm-by-window)) diff --git a/docs/README.md b/docs/README.md index 8e8c331..68f9234 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,13 +1,14 @@ -#### User-contributed documentation and links to third party docs +#### User-contributed documentation and links to third party docs #### `common-tasks` - [how to copy files (and sparse files) from a VM to dom0](common-tasks/copying-files-to-dom0.md) `configuration` -- improve power management: https://github.com/taradiddles/qubes-os/tree/master/powermgnt - use Qubes OS as a server: https://github.com/Rudd-O/qubes-network-server +- use Qubes OS as a smartTV: https://github.com/Aekez/QubesTV - VM hardening (fend off malware at VM startup): https://github.com/tasket/Qubes-VM-hardening - VPN configuration: https://github.com/tasket/Qubes-vpn-support +- improve power management: https://github.com/taradiddles/qubes-os/tree/master/powermgnt `coreboot` - [install coreboot on a Thinkpad x230](coreboot/x230.md)