Blog Tag: Ubuntu

How To Install Nginx on Ubuntu and Ubuntu-based Distribution

OverviewSome 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...

Check Our Ebook for This Online Course

Advanced topics are covered in this ebook with many examples.

Can't execute jar- file: "no main manifest attribute"
Have you ever encountered a Java “No Main Manifest Attribute” error? You’re not by...
Python Advanced: What is the Zip method in Python
Zip Methods in PythonThis chapter of our Python training covers the fantastic and incredibly practical...
How to convert String to Int in Python
Convert a string to integer or floatYou can use the ‘int()‘ function to convert a string...