Urgent.News

What's breaking now, across thousands of outlets.

Tech

How to Setup NFS Sharing on Debian 13 and Mount on macOS, Linux, and Windows (with Performance Tuning)

Network File System (NFS) allows you to share directories between systems over a local network. This guide covers setting up an NFS server on Debian 13, mounting it across macOS, Linux, and Windows, and optimizing read/write speeds. Part 1: NFS Server Setup (Debian 13) Install NFS Kernel Server Update package lists and install the NFS server package: sudo apt update sudo apt install…

This guide provides a step-by-step process for setting up Network File System (NFS) sharing on Debian 13 and mounting it on macOS, Linux, and Windows systems, while also offering performance tuning tips. The NFS server is installed on Debian 13, and directory permissions are configured to ensure smooth operations without permission issues.

The exports configuration file is edited to specify which directories are shared and with which clients. The guide then provides instructions for mounting the NFS share on various systems, including macOS, Linux, and Windows, with specific optimizations for each. Lastly, it offers performance tuning suggestions such as increasing buffer sizes and ensuring the use of TCP protocol for improved network throughput and file transfer speeds.

Brief written by urgent.news from Dev.to's own syndicated text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at dev.to →

More in Tech

Portable Agent Governance at Solo-Developer Scale: A Four-Domain Case Study

Portable Agent Governance at Solo-Developer Scale: A Four-Domain Case Study Summary This is about a file-based execution protocol, maintained by hand across four independent, real production projects (a crypto trading system, an e-commerce web app, an AI decision system, and an agent infrastructure layer).

What I Learned Writing Assembly After Only Knowing Java and JavaScript

Before this semester, the lowest-level language I'd written was Java, with some JavaScript on top. Then my computer architecture course threw RISC-V assembly at me, and it completely changed how I…

  • Learned RISC-V assembly after Java, JavaScript knowledge
  • Direct manipulation of registers, explicit instructions
  • Appreciated high-level languages' automation, performance

A lint that crashes before it asserts is worse than no lint

A lint that crashes before it asserts is worse than no lint We recently found a CI gate that had been reporting green for weeks without ever actually checking anything. The guard was a small Python test that enumerated tracked files with git ls-files before running a set of per-file assertions.

More from Sunday 2 August →