Every browser has its own default stylesheet in case those parameters are not mentioned and customized in the page code. […]
LAMP (Linux, Apache, MySQL, PHP) and Web Services
LAMP is a very common acronym for a Server (Linux) that runs a Web Server (Apache) with Database (MySQL) and […]
Running Commands Periodically or Scheduled in Linux
You have one command or one program that you want it to be executed automatically in one specific moment, like […]
Running Python Programs in Linux Console
If you are discovering or studying Python you may stay in the Interpreter environment to perform all the tasks you […]
Working with Lists in Python
Lists and Arrays are a very powerful type of variable that can store big volumes of data. After storing, the […]
Why Linux?
The list of reasons to use Linux instead of Windows is huge and can disagree, but even not agreeing the […]
Working with Strings in Python
Follow some examples of how to print information friendly in tab layout: last, first = input(“Enter your last and first […]
How to Use Docker and Docker Swarm
Docker is by far the most popular application container solution, and Docker Swarm is an integrated functionality of Docker Engine […]
Simple ASCII Art in Python
This program can convert one name, word or even one phrase from a single line into a composition of ASCII […]
Introduction to Python
Python is just one more programming language. So, what is in it that everyone is talking about? That is a […]