Blog Tag: Server

How To Install Nginx on Ubuntu and Ubuntu-based Distribution

Overview Some of the biggest and busiest websites on the internet are hosted by Nginx, one of the most well-known web servers in the world. It’s a simple option...

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

Linux: How to Change File Permission in Linux
File Permissions Linux allows several users to access the system. As a result, it must protect the safety...
How to Sort List of Dictionaries in Python
Sorting a list of dictionaries by a value In Python, you can sort a list of dictionaries by a value using...
Python Basic - While Loop in the Control Structure in Python
While Loop in Control Structure of Python In some previous sections, we have seen how a code block can...