I remember when you could edit files in an editor to make the UI whatever you want. Add your bookmarks menu the the context menu, add a “save session” button to your toolbar.
It was truly customizable.
I remember when you could edit files in an editor to make the UI whatever you want. Add your bookmarks menu the the context menu, add a “save session” button to your toolbar.
It was truly customizable.
From a technical standpoint, the windows NTFS filesystem is designed inherently case sensitive, just windows doesn’t allow creating case sensitive files.
Connecting an NTFS drive to linux, you can create two separate files readme.txt and Readme.txt.
Using windows, you can see both files in the filesystem, but chances are most (if not all) software will struggle accessing both files, opening readme.txt might instead open Readme.txt or vice versa.