Showing headlines posted by linuxize

« Previous ( 1 ... 17 18 19 20 21 22 23 24 25 26 27 ... 39 ) Next »

How to Reboot Linux Using the Command Line

  • Linuxize.com; By Linuxize (Posted by linuxize on May 31, 2019 3:30 PM EDT)
  • Groups: Linux
Sometimes when debugging an issue or updating the kernel you may need to reboot your Linux system. If you have a headless server you need to know how to restart the system from the command line.

Apache Commands You Should Know

  • Linuxize.com; By Linuxize (Posted by linuxize on May 30, 2019 2:48 PM EDT)
  • Groups: Apache
Apache HTTP server is the most popular web server in the world. It is a free, open-source and cross-platform HTTP server providing powerful features which can be extended by a wide variety of modules.

Bash if..else Statement

  • Linuxize.com; By Linuxize (Posted by linuxize on May 29, 2019 1:49 PM EDT)
  • Groups: GNU, Linux
In this tutorial, we will walk you through the basics of the Bash if statements and show you how to use them in your shell scripts.

Bash Arrays

  • linuxize.com; By linuxize (Posted by linuxize on May 28, 2019 4:22 AM EDT)
  • Groups: GNU, Linux
In this article, we’ll discuss Bash arrays, and how to use them in your Bash scripts with the help of examples.

How To Install Plex Media Server on Raspberry Pi

Raspberry Pi can be used in many different projects. One of the Raspberry Pi’s most popular use case is to turn Raspberry Pi into a home media center. Plex is a popular streaming media server that lets you organize your video, music, and photo collections and stream them to all of your devices at any time and from anywhere.

How to Create Bootable CentOS 7 USB Stick on Linux

  • linuxize.com; By linuxize (Posted by linuxize on May 26, 2019 1:05 PM EDT)
  • Story Type: Tutorial
In this tutorial, we will explain how to create a bootable CentOS USB stick from the Linux terminal.

How to Check if a File or Directory Exists in Python

  • linuxize.com; By linuxize (Posted by linuxize on May 25, 2019 8:26 AM EDT)
  • Groups: Python
When writing Python scripts, you may want to perform a certain action only if a file or directory exists or not. For example, you may want to read or write data to a configuration file or to create the file only if it already doesn't exist.

How to Install VLC Media Player on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on May 23, 2019 9:30 AM EDT)
  • Story Type: Tutorial
VLC is a popular open source multimedia player and streaming media server.

How to Build Docker Images with Dockerfile

  • linuxize.com; By linuxize (Posted by linuxize on May 22, 2019 11:12 AM EDT)
  • Story Type: Tutorial
In this tutorial, we will explain what Dockerfile is, how to create one and how to build a Docker image with Dockerfile.

How to Install Skype on Debian 9

  • linuxize.com; By linuxize (Posted by linuxize on May 21, 2019 6:52 AM EDT)
  • Groups: Debian
Skype is one of the most popular communication applications in the world that allows you to make free online audio and video calls, and affordable international calling to mobiles and landlines worldwide.

How to Install Memcached on CentOS 7

Memcached is a free and open-source high-performance in-memory key-value data store. It is mainly used as a caching system to speed up applications by caching various objects from the results of database calls. In this tutorial, we will explain how to install and configure Memcached on CentOS 7.

Linux Wc Command

  • linuxize.com; By linuxize (Posted by linuxize on May 18, 2019 2:49 PM EDT)
  • Groups: GNU, Linux
On Linux and Unix-like operating systems, the wc command allows you to count the number of lines, words, and bytes of each specified file or standard input and print the result.

How to Read a File Line By Line in Bash

  • linuxize.com; By linuxize (Posted by linuxize on May 17, 2019 10:59 AM EDT)
  • Groups: GNU, Linux
When writing Bash scripts, you will sometimes find yourself in situations where you need to read a file line by line. For example, you may have a text file containing data that should be processed by the script.

How to Enable SSH on Raspberry Pi

Secure Shell (SSH) is a cryptographic network protocol used for a secure connection between a client and a server. In the recent versions of Raspbian, the SSH access is disabled by default but it can be easily enabled.

How to Use the Linux Sleep Command to Pause a Bash Script

  • linuxize.com; By linuxize (Posted by linuxize on May 14, 2019 12:42 PM EDT)
  • Groups: GNU, Linux
Sleep is a command line utility that allows you to suspends the calling process for a specified time. In other words, the sleep command pauses the execution on the next command for a given number of seconds.

How to use SSHFS to Mount Remote Directories over SSH

  • linuxize.com; By linuxize (Posted by linuxize on May 13, 2019 6:18 AM EDT)
  • Story Type: Tutorial
SSHFS (SSH Filesystem) is a filesystem client based on FUSE for mounting remote directories over an SSH connection. SSHFS is using the SFTP protocol, which is a subsystem of SSH and it is enabled by default on most SSH servers.

How to Install Raspbian on Raspberry Pi

The Raspberry Pi is the most popular single-board computer of all times. It can be used for various purposes such as desktop PC, home media center, smart WiFi router, automation system, and game server. The use cases are endless.

How to Create a File in Linux

  • linuxize.com; By linuxize (Posted by linuxize on May 11, 2019 9:25 PM EDT)
  • Groups: GNU, Linux
In this tutorial, we’ll show you various ways to quickly create a new file in Linux using the command line.

Bash Heredoc

  • linuxize.com; By linuxize (Posted by linuxize on May 10, 2019 6:30 AM EDT)
  • Groups: GNU, Linux
Here document (Heredoc) is a type of redirection that allows you to pass multiple lines of input to a command.

How to Install TensorFlow on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on May 9, 2019 1:29 PM EDT)
  • Groups: Python
TensorFlow is a free and open source platform for building machine learning models developed by Google. It is used by a number of organizations including Twitter, PayPal, Intel, Lenovo, and Airbus.

« Previous ( 1 ... 17 18 19 20 21 22 23 24 25 26 27 ... 39 ) Next »