Blog Tag: OS

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.

Linux: How to use the Text-Fu Command in Linux
Text-Fu is a command-line tool available in Linux that is primarily used for manipulating text. It provides...
Python reading from 'stdin'
How to read from ‘stdin’In Python, you can read from standard input (stdin) using the...
How to access (get or set) an object attribute in Python given the string that corresponds to the attribute's name?
Object Attributes in PythonIn Python, an object attribute is a type of variable that gets bound...