Showing headlines posted by vitux

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

How to Install Thunderbird Email Client on Debian and Setup your GMail account in Thunderbird

  • vitux.com; By Karim Buzdar (Posted by vitux on Aug 2, 2020 6:41 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will explain installing Thunderbird both through the Debian UI and the command line. We will then explain how to launch the application and use it to set up Thunderbird to access and use your already existing Email account (GMail) on your Debian.

How to Install MATE Desktop on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Aug 1, 2020 9:53 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This article will show you how to quickly install the Mate Desktop Environment on the Debian 10 buster using the command line.

List Harddisk partitions on Linux

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 30, 2020 1:51 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will explain four ways to list the partition table in a Linux OS using various commands. We will use the command-line Terminal in order to run these commands.

6 Ways to generate a secure password on Debian

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 29, 2020 2:34 PM EDT)
  • Story Type: Tutorial; Groups: Debian
We all know the importance of a secure password in our system, services, online account, and other critical applications. In this article, we will be discussing some tools in Linux through which you can generate such secure and strong passwords.

3 Ways to install Opera Browser on Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 28, 2020 12:24 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Opera may not be as famous as Google Chrome and like other today’s browsers, but it offers fast browsing and many other useful features. This article will guide you about the installation of the Opera browser on Ubuntu 20.04.

Transcode Videos on Debian Linux using HandBrake

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 25, 2020 3:10 AM EDT)
  • Story Type: Tutorial; Groups: Debian
If you are looking for a transcoder that is free, open-source and cross-platform and perfectly converts your common media files from one format to another, HandBrake is the right solution for you.

How to setup NTP server and client on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 20, 2020 10:11 PM EDT)
  • Story Type: Tutorial; Groups: Debian
NTP stands for Network Time Protocol. It is a protocol or service which is used to synchronize the clock of your client machines with the clock of a server. In this article, I am going to show how you can set up an NTP server in your environment.

Install and Configure Webmin with free Let’s Encrypt SSL Certificate on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 19, 2020 10:32 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Webmin is a web-based remote management application for system administration that simplifies the process of managing Unix like systems. In this article, we will guide you step-by-step to install Webmin on Debian 10 OS. We will also discuss how to configure and access Webmin with a domain name and how to secure it by using a free Let's Encrypt SSL certificate.

Check which Virtualization Technology is supported by your CPU on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 17, 2020 11:08 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Virtualization Technology enables your processor to act as a number of independent computer systems. This enables several operating systems to be running on the same machine at the same time. Whenever you want to install virtualization applications on your Debian system such as KVM, VirtualBox, etc., you should first verify if your system supports virtualization and if it is enabled.

Installing and Configuring Ruby on Rails on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 14, 2020 8:45 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will provide step-by-step instructions for installing and configuring Ruby on Rails with all its requirements. Then we will explain how to install and configure the PostgreSQL database to create your first Rails project. Finally, we’ll also create a simple CRUD interface to make your application more interactive and useful.

How to Install Windows Applications on Debian 10 using PlayOnLinux

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 12, 2020 1:30 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will learn how you can install Windows Applications on Linux using the PlayOnLinux. First, we will describe how you can install PlayOnLinux on Debian 10 both through the command line and the graphical user interface. Then, we will describe how you can use the PlayOnLinux for installing a Windows application

How to manage files from the Linux terminal

In this article, we will explain how to manage files and directories using the Linux Terminal. We have used Debian 10 for describing the procedure mentioned in this article.

How to use htop to monitor system processes in Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 8, 2020 4:31 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain the htop command-line utility and how users can use it to manage or monitor system processes with top on Ubuntu 20.04.

Three internet radio clients for the Debian 10 terminal

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 6, 2020 10:08 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article we will explain three different utilities that allow you to listen to online radio stations directly from your Linux command line. We will explain how to install and use each of these utilities, and how to remove them from your system if necessary.

How to Install Dropbox and Dropbox-cli on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 4, 2020 9:16 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will explain how you can install and sync Dropbox on a Debian OS both using the command-line and Graphical user interface. We have used Debian 10 for describing the procedure mentioned in this article.

How to install custom Fonts in Debian

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 2, 2020 5:37 AM EDT)
  • Story Type: Tutorial; Groups: Debian
All operating systems come with a large set of fonts already installed in them. However, sometimes, you may need a new font that is not available in the preinstalled fonts. In that case, you will need to manually download and install that font in your system.

How to Install IDLE Python IDE on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jul 1, 2020 10:03 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will show you how to install IDLE Python IDE in your Linux system using the command line. We have used Debian 10 OS for running the commands and procedure mentioned in this article.

How to Specify Time Limit for a Sudo Session in Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 29, 2020 5:40 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain how to specify a time limit for the sudo session. Please note that the commands and processes discussed in this article have been tested on the Ubuntu 20.04 LTS (Focal Fossa).

How to install Android Studio on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 27, 2020 2:08 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Android Studio is the most widely used software for android mobile application development. In this article, we will show you how to install Android Studio on Ubuntu 20.04.

How to Create a Detailed Battery Usage Report in Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 26, 2020 5:18 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will show you three different tools that you can use to create a detailed battery usage report in Ubuntu 20.04.

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