Showing headlines posted by linuxize

« Previous ( 1 ... 12 13 14 15 16 17 18 19 20 21 22 ... 39 ) Next »

How to Allow Remote Connections to MySQL Database Server

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 12, 2019 3:10 PM EDT)
  • Groups: MySQL
By default, the MySQL server listens for connections only from localhost, which means it can be accessed only by applications running on the same host.

How to Show Line Numbers in Vim / Vi

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 10, 2019 9:51 PM EDT)
  • Story Type: Tutorial
By default, Vim doesn’t show line numbers, but they can be easily turned on. Vim supports three modes of line numbering that helps you navigate through the files. In addition to the standard absolute line numbering, Vim also supports relative and hybrid line numbering modes.

How to Install and Use Curl on Debian 10 Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 10, 2019 2:25 PM EDT)
  • Groups: Debian
Curl is a command-line utility for transferring data from or to a remote server.

How to Install Arch Linux on Raspberry Pi 3

Installing Arch Linux is as simple as creating two partitions and copying the OS files to the SD card.

How to Install Slack on Debian 10 Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 7, 2019 12:58 PM EDT)
  • Groups: Debian
Slack is one of the most popular collaboration platforms in the world that brings all your communication together.

How to Remove Symbolic Links in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 6, 2019 12:23 PM EDT)
  • Groups: GNU
In this guide, we will show you how to remove (delete) symbolic links in Linux/UNIX systems using the rm, unlink, and find commands.

Chgrp Command in Linux

In Linux, each file is associated with an owner and a group and has permissions that determine which users may read, write, or execute the file. The chgrp command changes the group ownership of given files. This guide explains how to use chgrp.

Gzip Command in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 4, 2019 12:33 PM EDT)
  • Groups: GNU
Gzip is one of the most popular compression algorithms that allow you to reduce the size of a file and keep the original file mode, ownership and timestamp

How to Install GCC Compiler on Debian 10

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 3, 2019 9:17 AM EDT)
  • Groups: Debian, GNU
The GNU Compiler Collection (GCC) is an open-source collection of compilers and libraries supporting C, C++, Objective-C, Fortran, Ada, Go, and D programming languages. The Linux kernel, the GNU utilities, and many other projects are compiled with GCC.

Rm Command in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 2, 2019 9:22 AM EDT)
  • Groups: GNU
rm is a command-line utility for removing files and directories. It is one of the essential commands that every Linux user should be familiar with.

How to Uninstall Software Packages on Ubuntu

  • Linuxize.com (Posted by linuxize on Sep 1, 2019 2:30 PM EDT)
  • Groups: Ubuntu
Knowing how to remove packages is an essential part of Linux system administration.

How to Change the Swappiness Value in Linux

Swappiness is a Linux kernel property that sets the balance between swapping out pages from the physical memory to the swap space and removing pages from the page cache. It basically defines how often the system will use the swap space.

How To Install VirtualBox on Debian Linux 10 Linux

VirtualBox is an open-source cross-platform virtualization software which allows you to run multiple guest operating systems (virtual machines) simultaneously. This tutorial explains how to install the latest VirtualBox on Debian 10, Buster.

Unlink Command in Linux

unlink is a command-line utility for removing a single file. In this article, we will show you how to remove a file in GNU/Linux systems using the unlink command.

How to Install Google Chrome Web Browser on Debian 10 Linux

Google Chrome is the most popular web browser in the world. It is fast, intuitive, and secure browser built for the modern web. Chrome is not an open source browser, and it is not included in the Debian repositories. It is based on Chromium, an open-source browser that is available in the default Debian Buster repositories. In this tutorial, we will go through the steps of installing Google Chrome web browser on Debian 10 Linux.

How To Add Apt Repository In Ubuntu

When installing packages using the Ubuntu Software Center or the command line utilities such as `apt` or `apt-get` the packages are downloaded from one or more apt software repositories. An APT repository is a network server or a local directory containing deb packages and metadata files that are readable by the APT tools.

How to Check Python Version

  • Linuxize.com; By Linuxize (Posted by linuxize on Aug 26, 2019 7:01 AM EDT)
  • Groups: Python
Python is one of the most popular programming languages in the world. It is used for developing websites, writing scripts, machine learning, analyzing data and more.

How to Mount an NFS Share in Linux

  • Linuxize.com (Posted by linuxize on Aug 25, 2019 7:35 PM EDT)
  • Groups: Linux
On Linux and UNIX operating systems, you can use the `mount` command to mount a shared NFS directory on a particular mount point in the local directory tree.

How to Add User to Sudoers in Ubuntu

sudo is a command-line program that allows trusted users to execute commands as root or another user. We will show you two ways to grant sudo privileges to a user. The first one is to add the user to the sudoers file. This file contains information that controls which users and groups are granted with sudo privileges as well as the level of the privileges.

How to Delete MySQL Users Accounts

MySQL allows you to create multiple user accounts and grant appropriate privileges so that users can connect and manage databases. If the user account is no longer needed, it is a good idea to either remove the user privileges or to completely delete the user account. This tutorial explains how to delete MySQL/MariaDB user accounts.

« Previous ( 1 ... 12 13 14 15 16 17 18 19 20 21 22 ... 39 ) Next »