Showing headlines posted by vitux

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

Add and Manage User Accounts in Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on May 26, 2021 6:55 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This article covers user and group management procedures, both from the user interface and from the command line, that you can perform with very simple steps.

How to Speed Up Package Downloads and Updates with apt-fast on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on May 22, 2021 1:22 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, I will show you how to install and configure apt-fast to speed up the package update and download process in Ubuntu. We use Ubuntu 20.04 LTS for the description of the procedure mentioned in this article.

How to remotely copy files over SSH without entering a password

  • vitux.com; By Karim Buzdar (Posted by vitux on May 21, 2021 5:43 AM EDT)
  • Story Type: Tutorial; Groups: Linux
SSH (Secure Shell) is an encrypted protocol to connect with the remote device. By default, it works on TCP port 22. There are two methods to connect with the remote server using SSH, one is by using password authentication, and another way is to authenticate is by public key. In this tutorial, you will learn how to generate an SSH key and copy files over SSH (SCP) without entering a password in CentOS8.

How to Create a File in Linux Using Terminal

  • vitux.com; By Karim Buzdar (Posted by vitux on May 18, 2021 12:05 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial shows how to create a file using the Linux command line in 3 different ways using the touch command, the cat command, and the redirect operator.

How to Sort Files in Ubuntu (GUI and Shell)

  • vitux.com; By Karim Buzdar (Posted by vitux on May 18, 2021 7:42 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, I will explain how to sort files in a Ubuntu system using the Nautilus File Manager (the GUI) and the ls command (the command line).

How to Install and Configure VNC Server on Ubuntu 20.04 LTS

  • vitux.com; By Muhammad Arul (Posted by vitux on May 13, 2021 12:20 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this tutorial, we will guide you step-by-step through setting up the VNC server on Ubuntu 20.04. We will install a Linux desktop XFCE on the server, then install and configure the VNC server using TightVNC.

How to Install the Latest VLC Player in Ubuntu 20.04 LTS

In this article we will show you several ways to install the VLC media player, depending on whether you choose the graphical interface or the command line of your Ubuntu system. We have run the commands and procedures mentioned in this article on an Ubuntu 20.04 LTS system.

How to Enable/Disable Automatic Login in Ubuntu 20.04 LTS

  • vitux.com; By Karim Buzdar (Posted by vitux on May 12, 2021 5:52 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will show you two ways to enable/disable automatic login to your Ubuntu system, using the command-line and using the GUI.

Linux Beginners: Manage files using the terminal on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on May 11, 2021 4:02 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, you will learn how to manage files using commands like ls, cd, rm, etc., and how to install the Midnight Commander file manager on CentOS 8.

How to customize Bash Terminal prompt on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on May 7, 2021 1:13 AM EDT)
  • Story Type: Tutorial; Groups: Debian
The bash Linux shell provides many customization options for the prompt that you can use not only to incorporate various features in the prompt but also to differentiate them through different colors. This tutorial shows you how to customize bash prompt.

Uninstall or remove a package using the terminal on CentOS

  • vitux.com; By Karim Buzdar (Posted by vitux on May 5, 2021 12:08 PM EDT)
  • Story Type: Tutorial; Groups: Linux
It is necessary to uninstall the extra software packages from the system because these packages take a lot of space and slow down the speed of your system. In this article, we will explore how to remove or uninstall packages from your system CentOS 8.0 using the terminal.

How to install Android Studio on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 27, 2021 4:44 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, I will explain the installation of Android Studio on a CentOS 8 Desktop system. I will show you two installation methods, first using the snap installer and then using the official Android Studio installer from Google.

How to Install ProFTPD with TLS on Ubuntu 20.04 LTS

  • vitux.com; By Muhammad Arul (Posted by vitux on Apr 27, 2021 8:16 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
ProFTPD is a popular and versatile FTP server that is available as open-source software and supports TLS (SSL) for secure connections. This article describes how to configure proftpd with TLS on Ubuntu server 20.04 LTS.

How to clear Bash history on Linux

  • faqforge.com; By Till Brehm (Posted by vitux on Apr 24, 2021 4:42 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This article shows you where the Bash history is located on your Linux system and how to fully or partially remove commands from Bash history and how to prevent that Bash writes a history of commands.

How to install the LAMP Stack on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 21, 2021 1:02 PM EDT)
  • Story Type: Tutorial; Groups: Linux
LAMP is an acronym of Linux, Apache, MySQL, and PHP. In this tutorial, we will learn how to install a LAMP Server on CentOS 8.

How to chmod files only on Linux

  • faqforge.com; By Till Brehm (Posted by vitux on Apr 19, 2021 9:13 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Sometimes, you might want to apply a chmod to files only and not directories. This guide shows you three different ways to achieve that goal on the Linux command line.

How to Install IDLE Python IDE on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 16, 2021 10:30 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
IDLE stands for Integrated Development Environment. In this article, we will be installing IDLE through the Ubuntu command line and show you how to launch IDLE and use it to write and run a simple Python script.

How to enable Large Indexes in MariaDB 10 on Debian 10

  • vitux.com; By Till Brehm (Posted by vitux on Apr 13, 2021 3:50 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial shows you how to enable large indexes in MariaDB 10 on Debian 10. This refers to the innodb_large_prefix option which exists in MariaDB and MySQL.

How to install VMware tools in Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Apr 12, 2021 11:27 PM EDT)
  • Story Type: Tutorial; Groups: Debian
VMware tools enable the integration between the host and the guest operating systems. In this article, we will explain how to install VMware tools in Debian using two different methods.

How to install Gradle build automation tool on CentOS 8

Developed in Java, Kotlin, and Groovy, Gradle is an open-source build automation tool that is used mostly in Java projects. It automates the building process of applications which includes compiling, linking, and packaging of code without manual input.

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