The Teclado Blog
  • Start Learning Python
  • Courses

Understanding the Console

A collection of 6 posts

All Posts • Coding Interview Problems • Flask • GUI Development • Learn Python Programming • Python Snippets • REST APIs • Understanding the Console • Web Development
Connecting to Linux servers
Understanding the Console

Connecting to Linux servers

I’ve mentioned before how if you are deploying your application to a server, it will most likely be Linux. It is therefore important that you are able to connect to your Linux

    Jose Salvatierra
    2 min read · Sep 2
Contents of files and introduction to Vi
Understanding the Console

Contents of files and introduction to Vi

Let’s talk about reading and modifying files. This post is part of the "what is sudo?" series, which aims to help understand Linux and text consoles. The cat command Using the cat

    Jose Salvatierra
    1 min read · Sep 2
A word on programs
Understanding the Console

A word on programs

A common misconception is that things like mkdir, rm or adduser are different from things you install in your system (e.g. postgresql, or mongod). They are not. All of them are programs.

    Jose Salvatierra
    1 min read · Sep 2
Basic Linux console commands
Understanding the Console

Basic Linux console commands

Just like navigating a desktop, it is important to be able to navigate a console. This post is part of the "what is sudo?" series, which aims to help understand Linux and text

    Jose Salvatierra
    2 min read · Sep 2
Why would you want to use a console?
Understanding the Console

Why would you want to use a console?

You probably have a desk. You can put things on the desk, or move things, or pile things on top of one another. You have a folder in which you put important documents.

    Jose Salvatierra
    2 min read · Sep 2
The Linux Console
Understanding the Console

The Linux Console

In my online courses I talk a lot about programming, design, and databases. Lately I’ve been saying more about Linux. Normally when you deploy an application to a web server, this server

    Jose Salvatierra
    1 min read · Sep 2
The Teclado Blog © 2025
Privacy Policy