Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.68 KB

file-systems.md

File metadata and controls

49 lines (40 loc) · 2.68 KB

Bookmarks tagged [file-systems]

https://kb.iu.edu/d/aibc

A hard link is essentially a label or name assigned to a file. Conventionally, we think of a file as consisting of a set of information that has a single name. However, it is possible to create a numb...


https://stackoverflow.com/questions/8922056/what-is-the-best-way-to-upload-and-store-pictures-on-the...

All big websites don't save pictures to the database they store them in the disk. They save a reference to the picture's position in a table. And then link from there.

Why? Performance.

Pulling heav...


https://github.com/guard/guard

A command line tool to easily handle events on file system modifications.


https://github.com/guard/guard-livereload

Automatically reload your browser when 'view' files are modified.


https://github.com/guard/listen

The Listen gem listens to file modifications and notifies you about the changes.


https://github.com/alexch/rerun

Restarts an app when the filesystem changes. Uses growl and FSEventStream if on OS X.