diff --git a/Website/blog/2024-05-24-binaries-code-signing/index.md b/Website/blog/2024-05-24-introducing-code-signing/index.md similarity index 87% rename from Website/blog/2024-05-24-binaries-code-signing/index.md rename to Website/blog/2024-05-24-introducing-code-signing/index.md index d38faf16e9..095dde8c64 100644 --- a/Website/blog/2024-05-24-binaries-code-signing/index.md +++ b/Website/blog/2024-05-24-introducing-code-signing/index.md @@ -1,6 +1,6 @@ --- -slug: binaries-are-now-signed-with-a-code-signing-certificate -title: Binaries are now signed with a code signing certificate +slug: introducing-code-signing +title: Indroducing Code Signing authors: [borntoberoot] tags: [code-signing, binaries, installer] --- diff --git a/Website/blog/2025-09-06-hosts-file-editor/hosts-file-editor.gif b/Website/blog/2025-09-06-hosts-file-editor/hosts-file-editor.gif new file mode 100644 index 0000000000..b9ae2aea08 Binary files /dev/null and b/Website/blog/2025-09-06-hosts-file-editor/hosts-file-editor.gif differ diff --git a/Website/blog/2025-09-06-hosts-file-editor/index.md b/Website/blog/2025-09-06-hosts-file-editor/index.md new file mode 100644 index 0000000000..bb009cd150 --- /dev/null +++ b/Website/blog/2025-09-06-hosts-file-editor/index.md @@ -0,0 +1,32 @@ +--- +slug: hosts-file-editor +title: Hosts File Editor +authors: [borntoberoot] +tags: [hosts file, dns, new feature] +--- + +NETworkManager 2025.8.10.0 introduced a new feature, the `Hosts File Editor`. You can now easily manage and edit your system's hosts file in a user-friendly interface. + +As a sysadmin or developer, you often need to modify the hosts file in order to override DNS settings for specific domains, redirect traffic, or test websites locally. + + + +![Hosts File Editor](./hosts-file-editor.gif) + +The hosts file is a plain text file used by the operating system to map hostnames to IP addresses. It is typically located at: + +- Windows: `C:\Windows\System32\drivers\etc\hosts` +- Linux: `/etc/hosts` + +Editing this file usually requires administrative privileges and can be cumbersome using traditional text editors. +With the new Hosts File Editor in NETworkManager, you can now easily add, edit, enable, disable, or delete entries +in your hosts file without needing to manually open and edit the file. + +A daily backup (up to 5 versions) of the hosts file is created automatically before any changes are applied, +allowing you to restore previous versions if needed. + +Upgrade now to the [latest version of NETworkManager](https://borntoberoot.net/NETworkManager/download) to use this feature. + +More information is available in the [official documentation](https://borntoberoot.net/NETworkManager/download/docs/application/hosts-file-editor). + +If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues):