How to View System Log Files on Ubuntu

View System Log Files on Ubuntu Linux

A Linux Administrator should be able to read and understand the various types of messages generated by all Linux systems to troubleshoot an issue. These messages, named logs, are initiated by Linux and the applications running on it. Linux continuously creates, stores, and recycles these logs through various configuration files, programs, commands, and daemons. If … Read more

How to execute .bin and .run files in Debian

Make downloaded files executable on Debian

Before explaining how to execute .bin and .run files on your Debian, let us first define what exactly these file extensions are: Bin File: A Binary or BIN file in Debian refers to installation packages, mostly self-extracting executables for installing software on your system. Although most software can be installed through the Debian Software Manager, … Read more

How to Check for Open Ports on Debian

Debian Open Port Check

Checking ports is very important to determine which ports on your system are open and being listened to. Listening services can be a gateway for hackers who can exploit vulnerabilities in systems to gain access or compromise a system. It is not recommended to leave a service running when you are not using it. Besides, … Read more

6 Ways to get Debian version information

Debian Version

We may need to know which version of the Debian operating system we have installed on our computer. This can be useful in various situations, such as when we need to download a software build for a particular version of our current operating system or when we need to access online support or deal with … Read more

How to Install CMake on Ubuntu 22.04 LTS

Install Cmake on Ubuntu 22.04

CMake is an open-source, cross-platform family of tools designed to build, test, and package software. CMake is used to control the software compilation process using simple platform and compiler-independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. Kitware created the suite of CMake tools … Read more

How to Install SysPass Password Manager on Ubuntu 22.04

Ubuntu SysPass

SysPass is an open-source password manager written in PHP with AES-256 CTR encryption. It is designed for centralized and collaborative password management. It offers advanced profile management, multiuser with user, group, and profile management. Supports multiple authentication methods via MySQL/MariaDB and OpenLDAP Active Directory. SysPass provides an API that allows you to integrate other applications. … Read more