#linux
Read more stories on Hashnode
Articles with this tag
What is swap? Swap space is the area on a hard disk. It is a part of your machine's Virtual Memory, which is a combination of accessible physical...
While doing the development or operational work like installation, and debugging, you are connected to your remote server using SSH and due to...
direnv is an extension of your shell. It augments the existing shell with a new feature that can load and unload environment variables depending on...
Create a symlink to the actual CSV file location ln -s /tmp/edx-s3/grades /edx/var/edxapp/media Update location blocks in the Nginx file of lms...