Linux

How To Use Winston to Log Node.js Applications on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Winston to Log Node.js Applications on Ubuntu 20.04

Winston is a versatile logging library and a popular logging solution available for Node.js applications. Winston’s features include support for multiple storage options, log levels, log queries, and a built-in profiler. In this tutorial, you will use Winston to log a Node/Express application that you’ll create as part of this process. You’ll also see how to combine Winston with Morgan, another popular HTTP request middleware logger for Node.js.

Read more
How To Write a Simple Shell Script on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Write a Simple Shell Script on a VPS

This tutorial is aimed at teaching you how to write shell scripts for the most variety of purposes. Shell scripts can be used to run multiple commands, a single command with difficult and extensive arguments, or more user friendly interfaces for distributing your work.

Read more
Initial Server Setup with Debian 8 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Debian 8

When you first create a new Debian 8 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid foundation for subsequent actions.

Read more
Установка Apache Tomcat 9 в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Apache Tomcat 9 в Ubuntu 18.04

Apache Tomcat — это веб-сервер и контейнер сервлетов, используемый для обслуживания приложений Java. Tomcat представляет собой реализацию технологий Java Servlet и JavaServer Pages с открытым исходным кодом, разработанную Apache Software Foundation. В настоящем руководстве…

Read more
Как установить Linux, Apache, MySQL, PHP (LAMP) в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Linux, Apache, MySQL, PHP (LAMP) в Ubuntu 18.04

Предыдущая версия руководства была написана Бреннаном Бернсом. Стек LAMP – это набор программного обеспечения с открытым исходным кодом, которой обычно устанавливается на сервер для отображения динамических веб-сайтов и…

Read more
CHAT