Blog Tag: Ubuntu

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.

How Processes in Two different Hosts Communicate
When two processes are running in the same host, the Operating System of the host facilitates the communication....
Python Random Choices Method
Random.choice() ‘random.choice()‘ is a function in the ‘random‘ module in Python....
GUI Programming In Java - PART THREE
We can get an event. We can paint graphics. But can we paint graphics when we get an event? Every time...