I’ve got this error when getting remote IP in Django. code: This happened when using ‘request’ to get remote IP in Django 2.0 because “has_key” has been removed in Python 3. The correct code:
Month: July 2019
Linux Troubleshooting tool – VMStat
Today we’re here to talk about vmstat which is performance tool for Unix/Linux operating system. the version in this article is for CentOS-based. vmstate is used by system administrators and anyone who is interested in the overall health of the system. it’s a coarse view. To run it, you run vmstat in the command line, […]