Commit Graph

82 Commits

Author SHA1 Message Date
3hhh
c100e9c6f1
added qubes-callbackd 2022-08-11 22:21:37 +02:00
3hhh
adef0d38a3
add qrexec-proxy 2022-08-04 18:49:59 +02:00
3hhh
e85933b838
added qubes-performance link 2021-11-29 23:24:46 +01:00
awokd
b8650fd173
Merge pull request #135 from jamke/patch-2
Fix multiple issues in qvm-copy-to-vm2.sh
2021-06-05 18:30:20 +00:00
jamke
d754d8806d
Fix multiple issues in qvm-copy-to-vm2.sh
Fix multiple issues with filenames containing spaces and starting dashes.
The result is not tested by me at all, please check the changes before use.
2021-05-30 19:37:16 +07:00
jamke
3b3bccbb84
Fix multiple issues in qvm-copy-to-dom0.sh
Fix multiple issues with filenames containing spaces and starting dashes.
The result is not tested by me at all, please check the changes before use.
2021-05-30 19:37:03 +07:00
3hhh
fdf22a7dfb
added qvm-ls-mermaid 2020-12-29 14:06:30 +01:00
3hhh
6e67f9f5d8
added qidle 2020-08-15 15:00:02 +02:00
3hhh
73ebae5a1e
added qubes-conky link 2020-02-18 14:59:25 +01:00
3hhh
9aef0086c0
added my stuff (3hhh) 2020-02-11 11:34:32 +01:00
Yukikoo
7e758b2692
Update README.md 2020-02-04 22:13:21 +00:00
Yukikoo
9932f594d6
Refresh a part of the code Readme
* do-snapshot.py have been marked as obsolete by its author, removing the link
* updating the qvm-portfwd-iptables link to the latest version, forked by fepitre (https://gist.github.com/Joeviocoe/6c4dc0c283f6d6c5b1a3f5af8793292b#gistcomment-3118596)
* adding a new section about prolific author (aka: tasket create and maintain a lot of usefull scripts in his repo, adding a direct link to his profile to check for new scripts/idea )
2020-02-01 22:06:00 +00:00
Yukikoo
aee5cc5888
build-archlinux.sh copy-pasted too quickly, typo 2020-01-24 15:31:26 +00:00
Neowutran
e6b2d2446f
add archlinux building script 2020-01-24 11:23:02 +01:00
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