Uncategorized
Category: Uncategorized
-
How To: Check Disk Space In Linux
How much space do you have free on your Linux drive? Managing disk space on a Linux server is an important task. For example, package manager applications notify you how much disk space will be required for an installation. For that information to be meaningful, you should know how much space your system has available. In this…
-
The Ultimate Django Cheat Sheet
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. Django’s online documentation is a great source…