Blog

Cómo usar journalctl

How to use journalctl

Hello! Let’s see how to use journalctl, but first let’s see a little more information about what it is. What is journalctl? Journalctl is a command-line tool used on Linux-based …

How to install dbeaver on Linux

Install dbeaver on Linux

Tabla de contenido1 What is DBeaver?2 Installing DBeaver2.1 Installation on Debian / Ubuntu2.2 Installation on Arch Linux2.3 Installation in Fedora In this article we will see how to install DBeaver …

Cómo empezar a programar en GO

How to start programming in GO

Tabla de contenido1 Introduction to Go Programming2 How to create my first program in GO lang3 Variables4 Loops5 Conditionals6 Matrices, Lists and Dictionaries7 Module Installation8 Code Compilation and Execution9 Compilation …

Cómo usar tmux

How to use tmux

Tabla de contenido1 What is TMUX?1.1 But what is a terminal multiplexer?2 Installation of tmux3 Start a tmux session3.1 Launch a session with a custom name4 Getting started with tmux5 …