file-systems.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [file-systems]

www.codever.land/bookmarks/t/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...


What is the best way to upload and store pictures on the site?

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...


Guard

https://github.com/guard/guard

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


Guard::LiveReload

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

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


Listen

https://github.com/guard/listen

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


Rerun

https://github.com/alexch/rerun

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