I wouldn't use veracrypt. Why not use a backup tool that has built-in encryption and versioning too? For 32G, something like duplicity should be fine, but there are many others.
If you want to...
Type: Posts; User: TheFu; Keyword(s):
I wouldn't use veracrypt. Why not use a backup tool that has built-in encryption and versioning too? For 32G, something like duplicity should be fine, but there are many others.
If you want to...
what is: ? Your idea and ours may not match.
lsb_release -a will say the exact version on a system.
Not enough information to guess anything else and I doubt the exact version of Ubuntu will...
192.168.1.140:/export/shared/mp3
shouldn't work. It isn't a valid export.
Did you change the exports file?
Perhaps I'm too close now. Some fresh eyes needed.
You could look through the installed packages for any with "18.04" in the package filename.
dpkg -l "*18.04*"
Sometimes old versions will be left behind. Be careful swapping in newer versions.
What does lsb_release -a say?
Anything else would be cosmetic, IMHO.
https://ubuntu.com/server/docs/samba-introduction
and
https://ubuntu.com/server/docs/samba-file-server
For Unix-to-Unix, NFS is generally best., but that has some added mandates. The server...
It is 15 seconds to try it and see if it works at all or not. If it doesn't work, that's important. If it does work, you can research how it gets done.
I was always cautious to keep work and personal things separate. Everything connected to the work PC/laptop/phone wasn't mine. It was property of the company. They'd used Bluecoat and MiTM certs to...
Does dmesg see the device inserted and removed? If that doesn't happen, there is little we can do.
192.168.1.140:/export
and
192.168.1.140:/export/shared
is nested. One is above the other. Nested. Disable one for now. Might change the order too in the exports file. It shouldn't matter,...
Is Windows set to disable fast startup and hibernation? Those can leave a file system open and Linux will refuse to access open file systems.
sdb is the whole disk.
sdb1 is the first partition...
VPNs are used by normal people all the time.
IMHO, better than putting a php web-app as complex as nextcloud on the internet when it is running inside your LAN. Mrs DH and the kids should...
Be careful where you find answers when you are new. While 90% of all Linux systems are similar, there are differences between releases and to get the best help, really should stay with places that...
What do you mean "my fstab line also doesn't work?" Be explicitly clear, please.
Start by showing the /etc/exports, exactly.
Then the /etc/fstab, exactly.
Finally, which file system is on the...
How do you mount it? Use the label in the fstab or via autofs?
Any other method would likely have terrible performance.
This is why I use OPNSense. I got tired of consumer routers losing support, so I spent the effort to end that for 10+ yrs at a time, by getting HW specifically designed to be a router,...
I have a BlacX duel dock with eSATA and USB2 connections https://www.amazon.com/Thermaltake-External-Enclosure-Docking-ST0014U-D/dp/B002MUYOLW/ . The eSATA requires an eSATA-pm card in the connected...
Try:
sudo mkdir /mnt/shared
fstab:
192.168.1.140:/export/shared /mnt/shared nfs proto=tcp,async 0 0
Bogus options cause lines to be ignored. Only use valid options, please. NFS...
Let's unpack this.
Based on the way you planned to put multiple high-risk webapps onto a single system. Systems architecture says a bunch about the team running the systems and their ability to...
I use it for reference - to learn exactly what I need to know "now", as it relates to bash. But as soon as any bash script gets over 1 page (25 lines, including comments), I'll switch to a better...
I said that it wouldn't be delivered from the manufacturer that way.
There are thousands of things that CAN be done on Linux. Almost always, using fat32 on storage over 32G is a really bad idea....
And let's not forget which packaging system is used can impact the amount of ram needed. By avoiding snaps and flatpaks, you can definitely reduce the amount of ram needed by the libraries at...
Fresh browser/tor/dns issue.
https://www.theregister.com/2021/02/22/in_brief_security/
Browsers are very complex and have bugs. Do not only trust the browser, if you want privacy. They routinely...
I don't think a DE is related at all to which software can be run when those thinks aren't specifically tied to the DE ... like some of the Gnome3 panels. I know Gimp works fine without any DE. I...