How-To Documentation requests.
- donald
- Debian Developer, Site Admin
- Posts: 1362
- Joined: 2021-03-30 20:08
- Has thanked: 243 times
- Been thanked: 296 times
How-To Documentation requests.
While we do our best in the Help sections and supplemental knowledge in our Docs, HowTos, Tips & Tricks section with amazing reads, we want to ask you what kind of peer driven documentation you would like to see? If so, this is your thread.
Ask about a topic that needs a How-To or Real world Documentation and open it to fellow members with experience to author something for you and for the community. Ideally, you would post in this thread about your curiosity and someone will come along, quote your post and some time later you have a How-To or a Doc.
As with anything, we need to ask that this request library is not for general help questions, but for dedicated understanding of a topic for which you have already researched, solved, and desire to know more about. Posts asking for specific help on a topic may be moved to the Help and Support section.
Ask about a topic that needs a How-To or Real world Documentation and open it to fellow members with experience to author something for you and for the community. Ideally, you would post in this thread about your curiosity and someone will come along, quote your post and some time later you have a How-To or a Doc.
As with anything, we need to ask that this request library is not for general help questions, but for dedicated understanding of a topic for which you have already researched, solved, and desire to know more about. Posts asking for specific help on a topic may be moved to the Help and Support section.
Typo perfectionish.
"The advice given above is all good, and just because a new message has appeared it does not mean that a problem has arisen, just that a new gremlin hiding in the hardware has been exposed." - FreewheelinFrank
"The advice given above is all good, and just because a new message has appeared it does not mean that a problem has arisen, just that a new gremlin hiding in the hardware has been exposed." - FreewheelinFrank
- donald
- Debian Developer, Site Admin
- Posts: 1362
- Joined: 2021-03-30 20:08
- Has thanked: 243 times
- Been thanked: 296 times
Re: How-To Documentation requests.
Asking: How to create a Certificate Authority and certificates with OpenSSL.
Typo perfectionish.
"The advice given above is all good, and just because a new message has appeared it does not mean that a problem has arisen, just that a new gremlin hiding in the hardware has been exposed." - FreewheelinFrank
"The advice given above is all good, and just because a new message has appeared it does not mean that a problem has arisen, just that a new gremlin hiding in the hardware has been exposed." - FreewheelinFrank
-
- Debian Developer
- Posts: 575
- Joined: 2022-07-12 14:10
- Has thanked: 2 times
- Been thanked: 115 times
Re: How-To Documentation requests.
Is this just for e.g. use with OpenVPN or do you need everything including the kitchen sink like certificate revocation lists and HSM hardware?
- donald
- Debian Developer, Site Admin
- Posts: 1362
- Joined: 2021-03-30 20:08
- Has thanked: 243 times
- Been thanked: 296 times
Re: How-To Documentation requests.
I think all of the kitchen utensils. The use would be for a network server that could generate internally for other servers and machines.
Typo perfectionish.
"The advice given above is all good, and just because a new message has appeared it does not mean that a problem has arisen, just that a new gremlin hiding in the hardware has been exposed." - FreewheelinFrank
"The advice given above is all good, and just because a new message has appeared it does not mean that a problem has arisen, just that a new gremlin hiding in the hardware has been exposed." - FreewheelinFrank
Re: How-To Documentation requests.
So I would like to see a How To on OpenVpn in Debian 12/Bookworm ...
I tried following both and also
But both did not seem to work apart from the very basic unsecured test in step 1. I will need to revisit and try to open a ticket in the forum for assistance with relevant info.
I tried following both
Code: Select all
https://wiki.debian.org/OpenVPN
Code: Select all
https://www.howtoforge.com/how-to-install-and-configure-openvpn-server-on-debian-12/
- donald
- Debian Developer, Site Admin
- Posts: 1362
- Joined: 2021-03-30 20:08
- Has thanked: 243 times
- Been thanked: 296 times
Re: How-To Documentation requests.
Does anyone know how to really utilize KDE Activities?
I've recently started using the feature and it is great, however I would like a different browser for each activity. I've tried a few guides online but none seem to work.
I've recently started using the feature and it is great, however I would like a different browser for each activity. I've tried a few guides online but none seem to work.
Typo perfectionish.
"The advice given above is all good, and just because a new message has appeared it does not mean that a problem has arisen, just that a new gremlin hiding in the hardware has been exposed." - FreewheelinFrank
"The advice given above is all good, and just because a new message has appeared it does not mean that a problem has arisen, just that a new gremlin hiding in the hardware has been exposed." - FreewheelinFrank
Re: How-To Documentation requests.
I'd like to see up-to-date instructions on how to set up Debian to run without Systemd. Instructions should be reliable and include necessary configs. I've done this in a VM but I'm not confident enough to use it as my daily driver.
-
- Global Moderator
- Posts: 3073
- Joined: 2018-06-20 15:16
- Location: Colorado
- Has thanked: 63 times
- Been thanked: 254 times
Re: How-To Documentation requests.
If you have a computer to boot a random device, then simply image that VM of yours to the random device and boot the computer! Then you'll know!
Mottainai
- pbear
- Posts: 509
- Joined: 2023-08-27 15:05
- Location: San Francisco
- Has thanked: 2 times
- Been thanked: 81 times
Re: How-To Documentation requests.
Image how? That would be a useful how-to in its own right. I've done it (using rsync), but was complicated. Also, a VBox VM needs to have guest additions removed before exporting to bare metal.
-
- Global Moderator
- Posts: 3073
- Joined: 2018-06-20 15:16
- Location: Colorado
- Has thanked: 63 times
- Been thanked: 254 times
Re: How-To Documentation requests.
provided by package qemu-utils
Code: Select all
# qemu-img convert -O raw /path/filename.qcow2 /dev/sdx
Other
QEMU also supports various other image file formats for compatibility
with older QEMU versions or other hypervisors, including VMDK, VDI, VHD
(vpc), VHDX, qcow1 and QED. For a full list of supported formats see
qemu-img --help. For a more detailed description of these formats, see
the QEMU block drivers reference documentation.
Reason n+1 why VBox is not a valid platform for testing. VBox does not run 'machines virtually', it runs 'VBox installations' more akin to M$ programs running under WINE.
Mottainai
-
- Posts: 62
- Joined: 2023-10-09 05:06
- Has thanked: 57 times
- Been thanked: 9 times
Re: How-To Documentation requests.
Linux is a privacy/security powerhouse, but the documentation on firejail has been frustrating. This is my second stab at it in a year and altho I'm making a bit of headway, having a more modern, straightforward guide would be helpful...The official documentation (imo) assumes a decent amount of security chops. On the other hand, the online content is almost always "here's how you install the default FireFox profile that comes with Firejail, like and subscribe for more content like this"
Main Area of Interest
Main Area of Interest
- The #1 thing I want is a walk through of `--build` to create a custom profile from scratch. There is a solid video from the creators, but it doesn't explain what to do if the profile post-build breaks for example. Also, a better breakdown of `firecfg` as a catch-all security measure (along w/ how to disable it if things start breaking) would be great.
- Breaking down best practices for profile rules based on whether the main concern is internet connectivity/installs from non-official repos/privacy/etc.
How to read the `--debug` output
Are there ant differences between Wayland/X11 re: compatibility
Do users need to set it up for containerized programs? (I believe the answer is no, but someone speaking to the why in a digestible way wouldn't hurt)
A bit of hand-holding/reassurance in how much trial and error is involved. (From my experience, it's a lot of commenting out options, restarting the app, and uncommenting if something breaks)