1
0
mirror of https://github.com/nbeaver/why-linux-is-better.git synced 2025-08-28 16:19:55 +02:00

Added a to-do list and some NTFS remarks.

This commit is contained in:
Nathaniel Beaver
2014-04-18 23:27:31 -05:00
parent be23816b16
commit dc176a4607
2 changed files with 8 additions and 0 deletions

3
TODO.txt Normal file
View File

@@ -0,0 +1,3 @@
Make it a complete reStructuredText document.
Look for similar projects.
Decide if some arguments are too subjective.

View File

@@ -14,6 +14,11 @@ http://www.codinghorror.com/blog/2006/11/filesystem-paths-how-long-is-too-long.h
On Windows, you can Ctrl-C when a error window pops up to copy the error message.
On Linux, you can attach gdb to a running process, start a logfile that catches all output to stderr, and run a backtrace when the program fails.
-- NTFS on Windows cannot be case sensitive because Windows is not case sensitive, though it is case-preserving
http://support.microsoft.com/kb/100625
http://www.sevenforums.com/general-discussion/278918-making-windows-7-case-sensitive-possible.html
http://en.wikipedia.org/wiki/Case_preservation
Configuration deficiencies
--------------------------