Showing headlines posted by vitux

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

How to sync system time with Internet time servers on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 23, 2020 3:15 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article, we will explain how to sync your Ubuntu system time with internet time servers both through the command line and the GUI.

4 Ways to install Opera Browser in Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 23, 2020 11:13 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains the installation of the Opera browser on Debian Linux. We will describe both the command line and the GUI ways of installing the Opera browser in your system.

How to Install Grub Customizer on Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 18, 2020 5:09 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Grub Customizer is a great GUI tool for changing the default configurations of the grub bootloader. With this tool you can add, remove and rearrange boot menu entries via the GUI. It also allows you to edit kernel parameters to change the time delay at boot time.

Disable Touchpad when Mouse is connected to your Debian 10 System

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 17, 2020 3:13 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article, we will describe two ways for Debian users to configure their laptop’s touchpad in a way that it is automatically disabled whenever they plug in an external mouse.

How to install Java (JDK and JRE) on Ubuntu 20.04 LTS

Java is the most widely used programming language. It can be used to create server and desktop applications and Java runs on almost all operating systems like Mac OS, Windows, and Linux. This article will show the installation of Java 8 and Java 11 JDK and JRE on Ubuntu 20.04 using the terminal and how to switch between these two versions.

Activate Two-Finger Touchpad Scrolling in Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 15, 2020 5:22 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article we will explain how to enable and disable scrolling with the two-finger touchpad on your Debian touchpad. You can emulate the procedure described in this article on a Debian 10 (Buster) system.

Use Ctrl+Alt+Delete for shutting down instead of logging out on Debian

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 12, 2020 6:17 AM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article we will explain how to use the Ctrl+Alt+Del key combination for the same old function, i.e. to shut down your Debian system. This includes the following steps: disable the Ctrl+Alt+Del shortcut for logging out and then create a custom shortcut for shutting down.

How to use htop to monitor system processes in CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Jun 9, 2020 8:41 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Htop is an enhanced version of top command. It displays all processes running on the system by PID plus uptime, load average, memory utilization, and other important statistics. It shows the information in a well-organized manner, which allows the users to find the system matrics easily.

How to Install Yarn NPM Client on Debian and Manage Dependencies through it

In this article, we will explain how to install Yarn on a Debian system via its official APT repository. We will also learn how to manage package dependencies through Yarn.

Configure Mouse Settings on a Debian System

  • vitux.com; By Karim Buzdar (Posted by vitux on May 27, 2020 6:12 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Debian lets you make a lot of configurations to even the smallest of the system modules, because it is an open source OS. One thing that you can configure, among these, is the way you want to use your external USB mouse. In this article, we will describe how to configure your Mouse in detail on Debian 10.

Just for fun: Show gif files as text in Debian Terminal

  • vitux.com; By Karim Buzdar (Posted by vitux on May 22, 2020 8:08 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article we will explain how to install the GIF for CLI tool on your Debian and view gifs via this tool in the terminal.

Do Math on Linux Command Line with expr command

The Linux terminal (shell) allows you to perform mathematical calculations including addition, subtraction, multiplication, division, increment, and comparison of multiple numbers easily. This tutorial will show you various examples of basic mathematical calculations using expr command.

Automatically Empty Trash on Debian through Autotrash CLI

  • vitux.com; By Karim Buzdar (Posted by vitux on May 20, 2020 11:19 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Autotrash is a utility that searches a trash folder on FreeDesktop.org for information about its contents and then deletes part of the trash depending on the options you specify. This article explains how to install the Autotrash utility, find help, and use it. We’ll explain the procedure with some examples that will help you understand the widely used features of this utility.

How to password protect files in Vim editor

  • vitux.com; By Karim Buzdar (Posted by vitux on May 19, 2020 10:41 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will be going to discuss how you can password protect your files in Vim editor. We have used Debian 10 OS for explaining the procedure mentioned in this article.

How to install multiple Java versions on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on May 19, 2020 6:24 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Java is one of the most widely used high-level programming languages and was originally developed by Sun Microsystems. In this article, we will learn how to install different Java versions on CentOS 8.

How to set up an FTP Server on CentOS 8 using VSFTPD

  • vitux.com; By Karim Buzdar (Posted by vitux on May 19, 2020 3:55 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial, we will learn how to set up and configure VSFTPD. It is very secure and stable and available in the CentOS 8 package repository.

How to connect to CentOS 8 Desktop from Windows using RDP protocol

XRDP is an open-source implementation of the Microsoft Remote Desktop (RDP) that allows you to graphically control your system. In this tutorial, we will look at how to set up the Remote desktop Connection on CentOS 8.

How to install Webmin Server Control Panel on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on May 13, 2020 8:08 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Webmin is an Open Source server control panel for easy Linux System Administration. In this tutorial, we will learn how to setup Webmin on CentOS 8.

How to Write and Run a C program in Debian 10

  • vitux.com; By Karim Buzdar (Posted by vitux on May 13, 2020 1:59 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this article we will explain how to write, compile and run a simple C program in Debian. This will serve as a basis for you to move on to more complicated and useful C programs that you can write and run on Linux.

How to install and use Yarn Node.js Package Manager on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on May 12, 2020 5:25 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, you will learn how to install Yarn and manage NodeJS dependencies on CentOS 8 using the command line.

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