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...
Type: Posts; User: TheFu; Keyword(s):
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...
Check out
KdenLive
Shotcut
OpenShot
for the F/LOSS options. There are some paid, closed source, editors from commercial vendors. These are used mostly by professionals in movie studios...
The only automatic DNS encryption that we get is from default settings in Firefox which ignore your local DNS settings for that browser. If you are able to hit internal LAN servers that are not...
Just a guess, but I don't think you can use NetworkManager
renderer: NetworkManager
should be
renderer: networkd
Examples; https://netplan.io/examples/#configuring-interface-bonding The...
Perhaps check that the USB settings in the BIOS are set to "Legacy"? That's all I got.
I use a 4-port KVM switch too. About once every 5 minutes, it sends a "resync" signal to the keyboard. I...
Try a fresh install.
My first 20.04 install was with the Mate DE and I selected ZFS (experimental). Everything took minutes. After fighting with it for about 30 minutes, I did another fresh...
I haven't any clue but ....
mount only allows 1 -o in the command line. When multiple option are needed, they must be grouped together, comma separated, NO SPACES!!! Assuming that is the only...
Please understand that we don't know what you are doing, what you know, what you don't know, and how strong you are in anything. If you don't tell us exactly what you are doing, we don't know.
Can...
That is not my experience. Can I get a non-snap version of lxd? Please?
I used apt to install lxd, this is what happened ....
sudo apt install lxd
==> Installing the LXD snap from the 4.0...