Commit Graph

68 Commits

Author SHA1 Message Date
Yukikoo
fab48e2665
Update README.md 2019-04-13 06:16:25 +00:00
Yukikoo
3490ed78d1
Update README.md 2019-04-13 06:16:07 +00:00
awokd
5e4c1cf3b7 Update code/OS-administration/mount_lvm_image.sh
Co-Authored-By: neowutran <me@neowutran.ovh>
2019-04-13 06:11:22 +00:00
Yukikoo
aa32e81467
Create mount_lvm_image.sh 2019-04-12 22:41:09 +02:00
taradiddles
e8211b003b add bash completion for qvm-ls 2018-12-12 20:32:23 +02:00
taradiddles
3bda36d47e add link to unman's ubuntu repo
change the link to zrubi's blog
2018-12-01 16:48:07 +02:00
awokd
8401c5d8c5
add link to Zrubi's blog 2018-09-23 20:04:47 +00:00
awokd
27eaea09a8
add link to qubes-url-redirector 2018-09-23 19:40:37 +00:00
awokd
221d62f6ca
add link to tasket's repos 2018-09-23 19:08:36 +00:00
Yuraeitha
017b903fc9
Update R4-universal-update-script.sh
- Script feature added: Ignoring all template commands for specified template, if the specified template is disabled or removed.
  - Removes bash errors.
  - Faster script execution speed.
2018-07-02 10:14:25 +00:00
Yuraeitha
57581cefca
Update R4-universal-update-script.sh
- Removing wait commands and instead using smarter pause/wait, i.e. qvm-shutdown --wait and making use of the hidden build-in wait in qvm-start and qvm-run.
- Splitting up debian-based slots into two qvm command-lines (easier to read code this way).
- Increasing the out-of-the-box 5 slots for fedora, and 5 slots for debian, to 10 slots respectively.
- Minor readability improvements (spacing, comments, etc.).
- Updating final message asking for reboot.
2018-07-02 08:40:55 +00:00
Yuraeitha
1ab9967f70
Update R4-universal-update-script.sh
### Major changes and restructuring ###
- New script feature, script slots for every template.
  - Now much easier to add or change template names in script with a single entry.
  - Normal script user-changes kept at beginning of script.
  - Slots can be expanded or changed if the user needs it.
- Removing the progress status code.
  - Might be re-made later.
- Moving some of the comments and notes to the bottom of the script.

### Minor changes ###
- Including (but default disabled) autoremove command, should the user want to enable it.
- The --clean option is now removed from dom0 update and replaced with --refresh, which seems to work normally in Qubes 4 now.
- Including the fedora upgrade command.
- Removing --refresh from the upgrade command, as refreshing is only needed once from the update command, and makes upgrade act on same info as update, thereby removing the low risk of hitting a repository change between commands, speeding up the time to finish the script updating, and making it overall more reliable.
- Disabling the progress bar, might be re-done later.
- Changing default fedora-26 to fedora-28.
- Correcting typo's.
- Updating ending message when the script finishes.
2018-07-02 04:53:06 +00:00
Yuraeitha
dbf86432d7
Update R4-universal-update-script.sh
- Correting end-message.
2018-07-02 00:25:58 +00:00
Yuraeitha
dd8865648f
Update R4-universal-update-script.sh
Changes 
- Including (but default disabled) autoremove command, should the user want to enable it.
- The --clean option is now removed from dom0 update and replaced with --refresh, which seems to work normally in Qubes 4 now.
- Removing --refresh from the upgrade command, as refreshing is only needed once from the update command, and makes upgrade act on same info as update, thereby removing the low risk of hitting a repository change between commands, speeding up the update and makes it overall more reliable.
- Including the fedora upgrade command.
- Disabling the progress bar, might be re-done later.
- Changing default fedora-26 to fedora-28.
- Correcting typo's.
2018-07-02 00:14:02 +00:00
[799]
a002fca75b
Create system-stats-xen
A ressource monitor which can be run in dom0 and uses low system ressources
2018-06-24 15:49:41 +02:00
Yuraeitha
b7fe941f74
Update R4-universal-update-script.sh
Updating to-do and warning message.
2018-06-07 11:01:31 +00:00
Yuraeitha
7dc872778e
Update R4-universal-update-script.sh
- Removing the backup script section from the script and any associated backup commands and warnings. This is done to streamline the simplicity and purpose of the script. Reminding users to take backups is outside the scope and purpose, and should be covered in separate scripts/docs. A backup reminder may be re-introduced if a proper GUI window can be made.
- Removing #-lock on script, so that it can run normal current updates out-of-the-box.
- Improved context and wording, as well as removing lingering redundancy and repeats.
- Overall intention in changes is also to make the script easier to read and getting started.
- Added a To-do table for planned improvements. Any help to reach these to-do goals sooner, are very welcome, and so are of course also other suggestions, feedback and improvements.
2018-06-07 10:51:30 +00:00
awokd
ff065cf219
add link to qubes-split-dm-crypt 2018-05-20 22:12:41 +00:00
[799]
dd2e11d1d4
Rename qvm-copy-to-vm2,sh to qvm-copy-to-vm2.sh
fixed typo in the name
2018-05-03 18:43:46 +02:00
[799]
d894ea44b0
Create qvm-copy-to-vm2,sh
script which can copy a file from dom0 to a specific location in an AppVM.
If no location is used, the default ~/QubesIncoming will be used
2018-05-03 18:41:31 +02:00
[799]
e7043f715c
Create qvm-copy-to-dom0.sh
a script which makes it easier to copy a file from an AppVM to dom0
2018-05-03 18:39:14 +02:00
awokd
ac32da12a3
Update README.md 2018-04-30 11:21:45 +00:00
awokd
1331750ebc
add link for qvm-portfwd-iptables 2018-04-30 11:21:03 +00:00
awokd
9ed43722ba
add link to evadogstar's screenshot tool 2018-04-30 11:16:15 +00:00
taradiddles
f180a53351 fix typo 2018-04-27 22:50:13 +03:00
taradiddles
10c0c41594 add credit 2018-04-27 22:49:08 +03:00
taradiddles
ba04a7456a add R4.0 / tasket's update script 2018-04-22 17:48:28 +03:00
taradiddles
fb39efe5ed update broken link to tasket's qubes4-multi-update script 2018-04-22 17:46:41 +03:00
taradiddles
84926f1d05 add link to tasket's findpref script 2018-04-22 17:37:51 +03:00
taradiddles
87d65e40d4 change title wording for link icon 2018-04-16 13:15:50 +03:00
taradiddles
06914dae40 sort alphabetically 2018-04-16 12:14:20 +03:00
taradiddles
9f4d454cbb add link icon in titles 2018-04-16 11:45:29 +03:00
taradiddles
618549af48 link: add icon and remove author 2018-04-16 11:39:42 +03:00
taradiddles
a785e48b9f test link formatting 2018-04-16 11:27:53 +03:00
taradiddles
a9911f2bdf fix lowercase 2018-04-16 09:25:29 +03:00
taradiddles
8f59d10d91 flip links for better visibility 2018-04-16 08:57:51 +03:00
taradiddles
40bdfb8617 remove ':' 2018-04-16 08:52:40 +03:00
taradiddles
e30a7ed883 reorganize links 2018-04-16 08:48:40 +03:00
taradiddles
77cd3033db reorganize readme's content 2018-04-16 08:14:52 +03:00
taradiddles
aa44acbfb1 add link to Qubes TV project 2018-04-15 18:52:28 +03:00
taradiddles
9157737cf1 minor fixes 2018-04-15 18:50:05 +03:00
taradiddles
9401efe5d2 lowercase vm states 2018-04-14 22:16:29 +03:00
taradiddles
d185febd13 fix missing _get_word function in_qvm-vms-all-vmtags() 2018-04-14 22:14:44 +03:00
taradiddles
b10b005be3 vastly improved script + renamed to .bash 2018-04-14 22:11:11 +03:00
taradiddles
c59eb7db01 use only awk to display the result 2018-04-04 22:26:59 +03:00
taradiddles
df0532c5c7 move ls-qubes.sh to new monitoring/ folder 2018-04-04 17:53:25 +03:00
taradiddles
360ebd23fe fix typo 2018-04-04 17:02:52 +03:00
taradiddles
9d112c2b31 removed server/ (had empty content) 2018-04-04 16:09:50 +03:00
taradiddles
74698042ba removed dangerous qvm-copy-to-dom0 script
the script's instructions will be moved into a dedicated "copy files to dom0" page
2018-04-04 16:08:03 +03:00
taradiddles
40d0c6212b update README with new folders 2018-04-04 16:07:17 +03:00