Showing headlines posted by vitux

« Previous ( 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 34 ) Next »

Install Flameshot Screenshot Tool in Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 8, 2021 8:50 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Flameshot is an open-source screenshot and annotation tool designed for Linux, macOS, and Windows systems. In today’s article, we will be installing Flameshot on a Ubuntu 20.04 system.

How to Install XAMPP on your Ubuntu 20.04 LTS System

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 28, 2021 1:00 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
XAMPP stands for cross-platform(X), Apache(A) server, MariaDB(M), PHP(P) and Perl(P). It is built by Apache Friends and basically serves as a local host or a local server.

How to Install CMake on Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 25, 2021 1:17 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This article shows how to install CMake on Ubuntu through the UI and the command line as packages and how to compile latest CMake version.

How to deactivate or disable a user account in Ubuntu 20.04 LTS

If you want to disable any user to prevent that the user logs into his/her account on Ubuntu or lock the user’s account so he/she won’t be able to log in and access the privileged rights, you can do it in three ways through command line input (CLI). This article will explain and demonstrate these 3 ways through which you can perform the specified task.

How to install OBS Screen Recording Software on Debian 10

OBS stands for “Open Broadcast Software which is a screen recording and streaming tool”. This tutorial shows two alternative ways of installing OBS Studio, one using Debian packages and another one using snap.

How to take Screenshots on Debian Linux

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 17, 2021 4:16 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This article shows you how to take a screenshot of your Lock screen and login screen.

How to change the Hostname on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 16, 2021 5:58 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The hostname is also known as a computer, device, or domain name that is given to a computer when it connects with the internet. In this article, you will learn how to change the hostname of your system on CentOS 8 without going to restart the computer system.

How to Install Terraform IaaC Platform on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 13, 2021 11:26 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Terraform is a well-known Infrastructure as a Code (IaaC) platform. Terraform makes it easy to create and provision full-fledged data center infrastructures by using the HashiCorp Configuration Language (HCL). This article shows you how to install Terraform on Ubuntu 20.04.

How to Install and Use Nmap on Linux Mint 20

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 6, 2021 12:39 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Nmap is a very popular free and open-source network security tool and port scanner. In today’s tutorial, I will show you how to install and use Nmap on a Linux Mint 20 system and how to find which publicly accessible services are running on a remote system.

How to Install Mono on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 5, 2021 8:32 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Mono is the OpenSource implementation of the Microsoft .NET software stack. In this article, I will show you how to install the Mono Stack and c# language runtime on Ubuntu Linux. We will be using Ubuntu 20.04 system here.

How to Install R Programming Language Tools on Linux Mint 20

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 2, 2021 10:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
“R” is a programming language that was designed for statistical computing back in 1993. The best thing is that this language is still being used extensively especially for data analysis purposes during research. In today’s article, I will show you how to install the “R” Toolchain on Linux Mint 20.

How to change the MAC Address on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 26, 2021 8:53 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial, you will learn how to change the MAC address of a network card using two different methods and how to verify that new MAC address.

How to change the sudo password through command line on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 26, 2021 5:30 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows step-by-step how a root user or user with sudo priveliges is able to change the sudo password on centOS 8.

How to Install and Use Ansible on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 23, 2021 8:51 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article shows how to install Ansible on a Debian 10 system and how you can use it to manage systems remotely over a secure SSH connection.

Killing frozen applications in Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 23, 2021 3:10 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, I will show you 3 different ways of killing frozen applications on an Ubuntu 20.04 system using GUI as well as the command line.

How to Use GDB to Debug Programs in Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 19, 2021 3:41 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
GNU Debugger (GDB) is an open-source debugger for GNU Systems. The debugger is portable and can be used for multiple languages as C/C++ and Fortran. In this article, we explore how to debug C programs using GDB in Ubuntu 20.04 LTS (Focal Fossa).

How to Install Gradle Build-Tool on Ubuntu 20.04

Gradle is a well-known software build-tool that is mostly used for development in Java, C++, and Swift. By combining all of the best features of Ant and Maven, it brings the best development practices to its users.

How to Install Etcher USB Image Writing Tool on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 16, 2021 12:14 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Etcher is an open-source USB image writing tool that is extensively used all across the world. In this article, we will provide users a walkthrough of how to install Etcher on the Ubuntu 20.04 system.

How to Work with Tables (Select, Update, Delete, Create Table, Alter Table, Drop Table) in MySQL

MySQL is one of the most commonly used relational database management system (DBMS). It allows you to work very efficiently with large bulks of data. Therefore, today we will learn to work with tables in MySQL and MariaDB in Ubuntu 20.04.

How to Reset Forgotten Root Password in Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Feb 12, 2021 7:31 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, I will show you how to reset the root password on an Ubuntu 20.04 system by modifying the Grub boot loader configuration and booting Ubuntu into a rescue mode.

« Previous ( 1 ... 3 4 5 6 7 8 9 10 11 12 13 ... 34 ) Next »