Thanks ill keep that in mind, not sure what I can do about cloud services, still waiting on Joplin to sort out its future services
have you tried nextcloud
Im currently using Nextcloud
To make this more clear, if you are transferring from a disposable qube to another qube on your system, then you can load a file manager in the qube which right clicking will give you the options "Copy to VMâ or âMove to VMâ. A authorization window will pop up saying a file wants to be copied/moved to another qube, and it will ask you what qube to send it to.
The trick is getting to a file manager in a disposable qube because if you try to open a file manager from the âQ buttonâ in the top left corner, itâll launch a new seperate disposable qube which wont have your file in it. If you are running firefox in the disposable qube, you can get to a file manager by downloading something, then right clicking on the down arrow, and selecting âopen containing folderâ
I also download something in forefox to get a file manager within the same dispxxxx qube. If you need to scan a usb drive, you have to send it to the dispxxxx qube. You can also use a fixed name disposable but Iâm not sure this is as secure.
This probably isnât very helpful for Linux newbies, but using the CLI commands qvm-move
and qvm-copy
, followed by the file path, would get around your issue. It doesnât require learning anything remotely advanced, and people should really know how to enter filepaths into the terminal.
I agree. Thatâs how I personally do it. I just put the âright click downloadâ method in instructions Iâm giving to other people since more people are likely to understand those instructions correctly then if I wrote out the whole qvm-copy/qvm-move method (which since itâs a disposable, requires making them aware of the right hand âQâ menu in order to open a shell)
@fiftyfourthparallel can you spit this from post 17 (with a hope of you donât messing thing up)
I glanced over the thread and donât feel we have enough of a digression to warrant a split, and the content isnât helpful enough to set up a new thread for people to find.
However, I can also see the case for splitting it, so Iâll leave it to other mods/leaders to decide.
It about copying file to other qubes, not scanning file
oh, i see
hi, do you mind to share the script ?
to convert PDF to Qubesâ trusted PDF (bitmap) and to check PDFs for javascript.
I see here also got similar reference:
it a build-in qubes tool that i donât remember the name
I just open/edit all downloaded/incoming documents in DispVMs. In the case they would contain a rare Xen exploit and thus be able to compromise the machine, I donât have any confidence that an antivirus would detect that anyway. Also, ClavmAV has a worse detection rate than the normal well known commercial antivirus softwares.
just recently found this
After you edit a file, do you never send that file to anyone else?
Especially if that someone else considers emails from you as a trusted source.
Not expecting it to catch everything, nor relying on it catching everything, but I donât see that as a reason to actively avoid doing it.
âScanningâ is a bad idea. Normalizing/sanitizing data is the proper way.
Can you elaborate?
The idea of âantivirusâ, âmalware detectionâ etc is based on an illusion that you can enumerate âall bad codeâ or heuristically detect all code that could be âbadâ (which leads us to computational problems that are proven unsolvable). Sanitizing data to a known safe format keeps us within the bounds of a predictable state machine.
I donât know any one in AV who believes this.
Sanitising data is well and good, but for many people who interact
with corporate or âordinaryâ contacts, itâs not an option.
I work almost entirely in plain text - even so I have to interact
with contacts who use Office - whether MS or libre - and are part of an
ecosphere where that is the common currency. Or they use PDFs with
many Acrobat features.
In those cases, it makes sense to scan outgoing attachments with the
best tools available. I cant afford to do otherwise.
This is part of being a good neighbour.
All people I send files to use Windows with an AV, so they already automatically have the files scanned.
Plus, if the file is created by me on Qubes, the chances of it being infected are way smaller because of Qubes compartmentalization.
I also donât see it as actively avoiding doing it, since that is default on non-Windows systems. It would be actively doing it if I were to scan documents.
It is also not my responsibility that a receiver doesnât scan files received from me, because he deems it not necessary as he considers me trusted. The responsibility for that choice is theirs. If you receive a file from someone you trust, do you choose to not scan or otherwise not take security precautions before you open it?