Showing headlines posted by vitux

« Previous ( 1 ... 6 7 8 9 10 11 12 13 14 15 16 ... 34 ) Next »

How to use the history command on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 28, 2020 10:09 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The ‘history’ command is used to display the terminal history. It keeps the history of all terminal commands executed on your system and allows users to replay or reuse previously executed commands on the terminal without having to type them all again.

How to add/remove PPA repositories in Debian

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 27, 2020 10:21 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will explain how you can use the Debian command line and GUI to manage PPA repositories in your system. We will explain in detail how to add, view, and remove a PPA repository.

How to set Timers, Alarms, and Stopwatches on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 26, 2020 7:21 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, I will show you how to set timers, alarms, and stopwatches on your CentOS 8 system. We will perform these actions using two different ways. First, using the graphical user interface and then using the terminal.

How to install Arduino IDE on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 23, 2020 2:23 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Arduino IDE stands for the “Arduino Integrated Development Environment”. Arduino IDE contains an editor that is used for writing and uploading programs to the Arduino board. In this article, we will learn how to install the latest Arduino IDE on CentOS 8.

Installing PHP 8 on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 21, 2020 1:27 PM EDT)
  • Story Type: Tutorial; Groups: Debian, PHP
In this article, we will explain how to install PHP 8, PHP 7.4, and PHP 5.6 on Debian. After you have installed the multiple PHP versions, we will also explain how to disable one version and choose a default version on the system.

How to install TensorFlow Python Machine Learning Library on CentOS 8

In this article, you will learn how to install the popular python machine learning library TensorFlow on CentOS 8 using a python virtual environment.

How to install latest LibreOffice version on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 17, 2020 12:50 AM EDT)
  • Story Type: Tutorial; Groups: Debian
LibreOffice is a free and open-source office-suite productivity software. It is a free alternative for Microsoft Office. For this particular article, I am going to install the latest LibreOffice version 6.4.

How to create and run a shell script in Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 14, 2020 6:15 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
A Shell script helps a user with writing and executing multiple commands at the same time. In this article, we will see how to execute shell scripts through command line input.

How to Install YakYak Google Hangouts Client on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 10, 2020 2:04 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will show you 3 different ways to install the YakYak Google Hangouts client on Ubuntu 20.04.

Run Commands with a Time Limit in Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 9, 2020 1:55 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In today’s article, we will try to learn the different methods of running the commands with a time limit in Ubuntu 20.04.

How to Manage Startup Applications in Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 8, 2020 12:59 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain how to manage startup applications in the Ubuntu system. This article will cover the following topics: Adding programs to the startup application list, Delaying startup applications and preventing applications from running at boot.

How to enable Dark Mode in Ubuntu 20.04 LTS

In this tutorial, we will show you how to enable dark mode throughout the entire Linux Ubuntu Desktop.

Rescue and Emergency Modes in Linux Mint 20 and Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 5, 2020 8:05 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Rescue mode in the Linux operating system is used in situations where your system is e.g. damaged due to malware or you have forgotten your password, which prevents you from accessing your system. This mode allows you to troubleshoot and fix these problems so that you can usually boot in standard mode afterwards.

How to show a Calendar in the Debian Terminal

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 29, 2020 7:03 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will explain how you can display standard and customized calendars in the Debian Terminal. We have run the commands and procedures mentioned in this article on a Debian 10 Buster system.

How to Install Putty SSH Client on Ubuntu 20.04 LTS

Putty is the most widely used SSH and telnet client for Microsoft Windows operating systems. It is used to remotely access and configure devices such as servers, switches, and routers. Putty, being a free and open-source utility, is also popular among Linux users. In this article, we will explain how to install Putty on Ubuntu 20.04 LTS system.

How to use a USB Drive on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 24, 2020 5:35 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will explain how you can use a USB device in your Debian system by manually mounting in your system. We will also explain how to unmount it after you are finished using the device.

How to install TensorFlow Machine Learning System on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 22, 2020 1:36 AM EDT)
  • Story Type: Tutorial; Groups: Python
TensorFlow is an open-source machine learning library written in Python and built by Google. This article will show you how to install the TensorFlow library in a Python virtual environment using the command line application on Ubuntu 20.04.

How to Install Memcached on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 20, 2020 11:42 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Memcached is a Linux in-memory cache application. It works as a key-value store that stores the information in-memory only to speed up applications. In this article, we will learn how to install Memcached on Debian 10.

How to install Mono on CentOS 8

In this article, we will describe how to install Mono on CentOS 8 and how to write and compile your first C# program on Linux.

How to Install and Use Wireshark on Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 15, 2020 11:11 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Wireshark is an open-source network protocol analyzer. In this article, we will explain how to install Wireshark on the Ubuntu system. The installation procedures have been tested on Ubuntu 20.04 LTS.

« Previous ( 1 ... 6 7 8 9 10 11 12 13 14 15 16 ... 34 ) Next »