Showing headlines posted by linuxize

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

How to Install Slack on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on May 8, 2019 10:39 AM EDT)
  • Story Type: Tutorial
Slack is one of the most popular collaboration platforms in the world that brings all your communication together. Conversations in Slack are organized in channels. You can create channels for your teams, projects, topics, or any other purpose to keep information and conversations organized. You can search through everything that’s been posted in channels or your messages. Slack also allows you to talk with your teammates over audio or video calls and share documents, images, videos, and other files.

Linux Xargs Command with Examples

  • linuxize.com; By linuxize (Posted by linuxize on May 7, 2019 7:58 AM EDT)
  • Groups: GNU, Linux
The xargs utility allows you to build and execute commands from standard input.

Configure Automatic Updates with yum-cron on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on May 5, 2019 11:01 PM EDT)
  • Groups: Yellow Dog
Regularly updating your CentOS system is one of the most important aspects of overall system security. If you don’t update your operating system’s packages with the latest security patches, you are leaving your machine vulnerable to attacks.

How to Compare Strings in Bash

  • linuxize.com; By linuxize (Posted by linuxize on May 4, 2019 10:54 PM EDT)
  • Groups: GNU, Linux
When writing Bash scripts you will often need to compare two strings to check if they are equal or not. Two strings are equal when they have the same length and contain the same sequence of characters.

How to Clear the DNS Cache

  • linuxize.com; By linuxize (Posted by linuxize on May 3, 2019 7:35 AM EDT)
  • Story Type: Tutorial
DNS cache is a temporary database that stores information about previous DNS lookups. In other words, whenever you visit a website your OS and web browser will keep a record for the domain and the corresponding IP address. This eliminates the need for repetitive queries to the remote DNS servers and allows your OS or browser to quickly resolve the website’s URL.

How to Copy Files and Directories in Linux

  • linuxize.com; By linuxize (Posted by linuxize on May 2, 2019 4:30 AM EDT)
  • Groups: GNU, Linux
Copying files and directories is one of the most common tasks you’ll perform when working on the command line. In Linux, there are several commands for copying files with cp and rsync being the most popular.

How to Install Memcached on Ubuntu 18.04

  • linuxize.com; By linuxize (Posted by linuxize on May 1, 2019 2:53 PM EDT)
  • Groups: Ubuntu
Memcached is a free and open-source high-performance in-memory key-value data store. It is most commonly used to speed up applications by caching various objects from results of database calls.

How to Install Flask on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Apr 30, 2019 8:10 AM EDT)
  • Groups: Python
Flask is a free and open source micro web framework for Python designed to help developers build secure, scalable and maintainable web applications.

How to Install TensorFlow on Debian 9

TensorFlow is a free and open source platform for machine learning built by Google.

How to Install Elasticsearch on Debian 9

  • Linuxize.com; By Linuxize (Posted by linuxize on Apr 28, 2019 8:19 PM EDT)
  • Groups: Debian
Elasticsearch is an open source distributed full-text search and analytics engine. It supports RESTful operations and allows you to store, search, and analyze big volumes of data in real time.

How to Install Apache Cassandra on Debian 9

  • Linuxize.com; By Linuxize (Posted by linuxize on Apr 27, 2019 11:21 PM EDT)
  • Groups: Apache, Debian
Apache Cassandra is a free and open source NoSQL database with no single point of failure. It provides linear scalability and high availability without compromising performance.

How To Install and Configure Gogs on Ubuntu 18.04

Gogs is a self-hosted open source git server written in Go. It includes a repository file editor, project issue tracking, and a built-in wiki. This tutorial covers the steps to install and configure Gogs on Ubuntu 18.04. The same instructions apply for Ubuntu 16.04 and any other Ubuntu-based distribution.

Linux cd Command

  • linuxize.com; By linuxize (Posted by linuxize on Apr 25, 2019 3:41 PM EDT)
  • Groups: GNU, Linux
The cd command is one of the most basic and frequently used commands when working on the Linux command line. The cd command, which stands for “change directory” is used to change the current working directory in Linux and other Unix-like operating systems.

How to Mount an exFAT Drive on Ubuntu Linux

exFAT (Extended File Allocation Table) is a proprietary Microsoft file system optimized for flash memory devices such as SD cards and USB flash drives. It was designed to replace the old 32bit FAT32 file system that cannot store files larger than 4 GB.

Linux Head Command

  • linuxize.com; By linuxize (Posted by linuxize on Apr 23, 2019 6:39 AM EDT)
  • Groups: GNU
The head command prints the first lines (10 lines by default) of one or more files or piped data to standard output.

Nginx Commands You Should Know

  • linuxize.com; By linuxize (Posted by linuxize on Apr 22, 2019 2:50 AM EDT)
  • Story Type: Tutorial
In this guide, we will go over the most important and frequently used Nginx commands including starting, stopping, and restarting Nginx.

How to Install Tor Browser on Ubuntu 18.04

  • linuxize.com; By linuxize (Posted by linuxize on Apr 20, 2019 10:44 PM EDT)
  • Groups: Ubuntu
Tor Browser routes your web traffic through the Tor network, making it private and anonymous. When you use Tor Browser the connection to the website you are viewing is encrypted and protected from network surveillance and traffic analysis.

Creating a Self-Signed SSL Certificate

  • linuxize.com; By linuxize (Posted by linuxize on Apr 19, 2019 3:58 PM EDT)
A self-signed SSL certificate is a certificate that is signed by the person who created it rather than a trusted certificate authority. Self-signed certificates can have the same level of encryption as the trusted CA-signed SSL certificate.

Echo Command in Linux with Examples

  • linuxize.com; By linuxize (Posted by linuxize on Apr 19, 2019 4:17 AM EDT)
  • Groups: GNU, Linux
The echo command is one of the most basic and frequently used commands in Linux. It prints the strings that are passed as arguments to the standard output.

Determine Your Current Working Directory

  • linuxize.com; By linuxize (Posted by linuxize on Apr 17, 2019 8:12 AM EDT)
  • Groups: GNU, Linux
In this tutorial, we will show you how to use the pwd command to determine your current working directory.

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