Viewing posts tagged Linux system administration
In this Django Tutorial I will describe how you can move a PHP based wordpress blog to a Python 3 based Django blog via the Linux command line.
Read More
In my last Shell Scripting tutorial, I used "inotifywait" along with rsync to create a real time file syncing script called backup.
Read More
In my earlier post on linux memory management, I showed you how you can get the exact memory usage of your script by using py_mem.py.
This script, without any options will run once and give you the current memory usage of the system.
But what if you wanted real time memory usage?, In other words, if a program which was using up memory did not run when you ran the script py_mem.py, you would not know about it right?