Nice! I’m glad this exists outside of Oracle Cloud. Thanks for sharing that.
partial_accumen
- 0 Posts
- 6 Comments
Having gone through this hard journey before, I was surprised to see the alternative to NFSv4 /w encryption (via the traditional Kerberos path ) in Oracle Cloud. Its built into their guest environment agent in their prebacked Linux images and can be added to any other modern Linux. It does the encryption-in-transit via TLS v1.3 and the agent dynamically creates an stunnel upon request to the file system. This is really slick for a number of different reasons including not having to set up or maintain Kerberos for it, but it also means that encryption-in-transit works on NFSv3!
Mount command works the same as before with the exception of the -t argument:
sudo mount -t oci-fss 10.x.x.x:/fs-export-path /mnt/yourmountpoint
I haven’t looked to see if there is a non Oracle Cloud implementation of this method by some other open source project or vendor though. I understand that the compatibility is dependent on the backend support which your Synology NAS likely doesn’t support. I thought I’d share this for other folks that do enterprise stuff that have been through your pain before. Lots of us are dealing with legacy systems and still need to reach compliance goals to pass regulatory audits.
partial_accumen@lemmy.worldto Linux@lemmy.world•Underclocking on Lenovo X1 Yoga using Linux Mint 22English4·4 months agoCPU thermal throttling - any idea on how to test (or even fix) this?
Check for tons of pet hair stuck in the fans or the vent paths. Seriously.
I want to see desktop
Some kind of VNC setup
For a Windows user RDP is familiar and fairly high performance experience. I’m a fan xRDP for Linux desktop users accessing graphical desktop in Linux. Its not hard to set up in Linux either which is nice.
partial_accumen@lemmy.worldto Android@lemmy.world•Looking for suggestions on a phone that will lastEnglish8·1 year agoHow about a ruggedized industrial Android phone?
Cat S42 H+
Has:
- 3.5mm jack
- microSD card slot
- IP68
- MIL SPEC 810H
- Dual SIM
I see price on Amazon US is $168
If you want really fancy features, the higher end model has a FLIR thermal camera built into it.
When you say IP spoofing, do you mean via NAT or port redirection in a router through to the NFS host on the backend?