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