Skip to content

Linux Partition Schemes : Recommend

Ajmal Aju edited this page Sep 24, 2018 · 1 revision

From: http://www.redhat.com/magazine/022aug06/features/webserver You can select automatic partitioning for your hard drive space, but it may not be ideal for this kind of deployment. Here is a suggested breakdown of your partitions, based on a computer with 1GB of RAM and a 160GB hard drive:

/boot 100MB / 10240MB swap 2048MB (this should be twice the system memory) /tmp 5120MB /var 133120MB (this is where the majority of your web content will be stored) /var/log 10240MB

When using the custom installer one should use the following recommended sizes:

minmum - avg folder type / location

100mb - 500mb /boot primary / beginning of disk

half ram /swap logical / end of disk

10gb - 50gb / primary / beginning of disk

rest of space /home primary / end of disk

Node Errors:-

Node Version Manager : Using brew

https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11

ENOSPC: System limit for the number of file watchers reached, watch

https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory

https://stackoverflow.com/questions/55097675/node-error-while-loading-shared-libraries-libicui18n-so-62-cannot-open-shared

Flutter HandTips : -

Form Fields Prefilling from an API Call, in a simple way (Small Delay Expected)

https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter

Django Workarounds

Query using subquery and distinct uniqueness overloaded (><)

https://stackoverflow.com/a/56333533/9301191

R for Debian

Installation and Updation

http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html

Clone this wiki locally