Showing headlines posted by linuxize

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

How to Change a Git Commit Message

  • Linuxize.com; By Linuxize (Posted by linuxize on Oct 4, 2019 6:33 PM EDT)
  • Story Type: Tutorial
When working with Git, you might encounter a situation where you need to edit a commit message. There are number of reasons why you would want to make the change, such as fixing a typo, removing sensitive information, or adding additional information.

Writing Comments in Bash Scripts

  • Linuxize.com; By Linuxize (Posted by linuxize on Oct 3, 2019 5:16 PM EDT)
  • Story Type: Tutorial
In Bash, everything after the hash mark (#) and until the end of the line is considered to be a comment.

How to Install Java on CentOS 8

Java is one of the most popular programming languages used to build different types of applications and systems. In this tutorial, we will explain how to install one or more Java (OpenJDK) versions on CentOS 8 and how to set the default Java via alternatives.

How to Setup a Git Server

When it comes to Git hosting you have a number of options available. GitHub, Gitlab and Bitbucket are popular solutions, but running your own Git server is an alternative worth considering. In this guide, we explain how to set up a bare Git server on Linux.

How to Configure MySQL (MariaDB) Master-Slave Replication on Debian 10

MySQL replication is a process of copying data from one database server (master) to one or more servers (slaves). MySQL supports several replication topologies with Master/Slave topology being one of the most well-known topologies in which one database server acts as the master, while one or more servers act as slaves. By default, the replication is asynchronous where the master sends events that describe database modifications to its binary log and slaves request the events when they are ready.

How to Mount an exFAT Drive on Debian

exFAT is a proprietary Microsoft file system optimized for flash memory devices such as SD cards and USB flash drives. In this tutorial, we’ll show you how to enable exFAT support on Debian Linux.

Redirect HTTP to HTTPS in Nginx

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 28, 2019 8:53 PM EDT)
  • Story Type: Tutorial
If you are developer or system administrator chances are that you're dealing with Nginx on a regular basis. One of the most common tasks you'll likely perform is redirecting the HTTP traffic to the secured (HTTPS) version of your website.

How to Format USB Drives and SD Cards on Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 26, 2019 8:55 AM EDT)
  • Story Type: Tutorial
Before you can use an SD card or USB drive, it needs to be formatted and partitioned. Typically most USB drives and SD cards come preformatted using the FAT file system and do not need to be formatted out of the box. However, in some cases, you may need to format the drive.

How to Extract Tar Bz2 File

Bzip2 is one of the most popular algorithms for compressing tar files. In this tutorial, we will explain how to extract (or unzip) tar.bz2 and tbz2 archives using the tar command.

How to Connect to MySQL through SSH Tunnel

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 24, 2019 9:06 AM EDT)
  • Groups: MySQL
In this guide, we will explain how to create an SSH tunnel and connect to the MySQL server from remote clients.

Paste Command in Linux

paste is a command that allows you to merge lines of files horizontally. It outputs lines consisting of the sequentially corresponding lines of each file specified as an argument, separated by tabs. In this tutorial, we will explain how to use the paste command.

Pushd and Popd Commands in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 22, 2019 3:24 AM EDT)
  • Groups: GNU
pushd and popd are commands that allow you to work with directory stack and change the current working directory in Linux and other Unix-like operating systems. Although pushd and popd are very powerful and useful commands, they are underrated and rarely used.

How to Install Go on Debian 10

  • Linuxize.com (Posted by linuxize on Sep 21, 2019 11:01 PM EDT)
  • Groups: Debian
Go is a modern open-source programming language created by Google, used to build reliable, simple, fast, and efficient software. Many popular applications, such as Kubernetes, Docker, Terraform, and Rancher, are written in Go.

How to Install Minecraft Server on Raspberry Pi

Minecraft is one of the most popular games of all time. It is a sandbox video game, which allows its players to explore infinite worlds and build everything from simple houses to massive skyscrapers. In this tutorial, we will walk you through the process of installing and configuring Minecraft Server on Raspberry Pi 3 or 4.

Whereis Command in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 19, 2019 2:37 PM EDT)
  • Groups: GNU
whereis is a command-line utility that allows you to find the location of the binary, source, and manual page files for a given command.

Su Command in Linux

The su (short for substitute or switch user) utility allows you to run commands with the privileges of another user, by default the root user. Using su is the simplest way to switch to the administrative account in the current login session. This is especially handy when the root user is not allowed to log in to the system through ssh or using the GUI display manager. In this tutorial, we will explain how to use the su command.

Chmod Command in Linux

In Linux, access to the files is managed through the file permissions, attributes, and ownership. This ensures that only authorized users and processes can access files and directories. This tutorial covers how to use the `chmod` command to change the access permissions of files and directories.

How To Install Webmin on Debian 10

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 16, 2019 3:22 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Webmin is an open-source web control panel for administering Linux servers. It allows you to manage the system users, groups, disk quotas as well as install and configure web, ssh, ftp, email and database servers. With Webmin, you can configure almost every aspect of the system. In this tutorial, we'll show you how to install Webmin on Debian 10, Buster.

Gunzip Command in Linux

Gunzip is a command-line tool for decompressing Gzip files. Gzip is one of the most popular compression algorithms that reduce the size of a file and keep the original file mode, ownership, and timestamp. By convention, files compressed with Gzip are given either the .gz or .z extension. In this tutorial, we will explain how to use the gunzip command.

How to Truncate (Empty) Files in Linux

  • Linuxize.com; By Linuxize (Posted by linuxize on Sep 13, 2019 2:42 PM EDT)
  • Groups: GNU
This tutorial explains how to truncate files to zero size in Linux systems using shell redirection and the truncate command.

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