Vim is a text editor that allows to create and modify text files via command line. Vim is an improved version of the old Unix Vi text editor, which provides...
Go is a programming language developed by Google. It's an open-source, statically typed, compiled language which provides garbage collection, memory safety, and concurrency.
This tutorial explains how to install Go...
Most of the time, packages requires additional dependencies to work as intended. This tutorial demonstrates how to get package dependencies on Ubuntu.
Use apt-cache or apt command with depends argument...
Debian package (.deb) is an archive file that contains files such as executable files, documentation, configuration files, libraries, etc. The files are associated with an application which can be installed...
To get a list of installed packages can be useful in situations where want to reinstall a system or install the same packages on another system. This tutorial demonstrates how...
Debian package (.deb) is an archive file that consists of various files such as executable files, configuration files, libraries, documentation, etc. The files are associated with an application which can...
Debian package (.deb) is an archive file that contains a collection of files such as executable files, documentation, libraries, and configuration files associated with an application which can be installed...
The lshw is a command line tool for displaying detailed information about hardware components on a system. The tool enables to view details about CPU, RAM, network interfaces, USB controllers...
Ranger is a command line based file manager that allows to navigate directories, preview file content, open a file with an editor, and other features. Ranger provides a way to...
When thinking about reinstalling the Ubuntu system, you may want to determine how long ago the system was installed. This tutorial demonstrates how to get Ubuntu installation date and time...