Showing headlines posted by linuxize

« Previous ( 1 ... 28 29 30 31 32 33 34 35 36 37 38 ... 39 ) Next »

How To Set Up Nginx Server Blocks on Debian 9

  • linuxize.com; By linuxize (Posted by linuxize on Oct 6, 2018 4:58 PM EDT)
  • Groups: Debian
Nginx Server Blocks allows you to run more than one website on a single machine. With Server Blocks, you can specify the site document root (the directory which contains the website files), create a separate security policy for each site, use different SSL certificates for each site and much more.

How to Install and Configure VNC on Debian 9

  • linuxize.com; By linuxize (Posted by linuxize on Oct 4, 2018 9:50 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial describes how to install and configure VNC server on a Debian 9 system. We will also show you how to create an SSH tunnel and securely connect to the VNC server.

How to install Yarn on CentOS 7

Yarn is a JavaScript package manager compatible with npm. It was created to solve a set of problems with the npm such as speeding up the packages installation process by parallelizing operations and reducing errors related to network connectivity. In this tutorial we will guide you on how to install Yarn on a CentOS 7 system from the Yarn RPM package repository. The official Yarn repository is consistently maintained and provides the most up-to-date version.

How to Install PyCharm on Ubuntu 18.04

  • linuxize.com; By linuxize (Posted by linuxize on Oct 1, 2018 6:15 PM EDT)
  • Groups: Ubuntu
PyCharm is available in two editions, Community and Professional. In this tutorial we’ll cover how to install PyCharm Community Edition on Ubuntu 18.04.

How to Use Linux FTP Command to Transfer Files

  • linuxize.com; By linuxize (Posted by linuxize on Sep 30, 2018 8:38 PM EDT)
  • Story Type: Tutorial
FTP (File Transfer Protocol) is a standard network protocol used to transfer files to and from a remote network. In this tutorial, we will show you how to use the linux ftp command through practical examples.

How to Install R on Debian 9

  • linuxize.com; By linuxize (Posted by linuxize on Sep 29, 2018 11:40 PM EDT)
  • Groups: Debian
R is a fast growing open source programming language and environment that specializes in statistical computing and graphics representation. It is supported by the R Foundation for Statistical Computing and mainly used by statisticians and data miners for developing statistical software and performing data analysis.

How to Create MySQL Users Accounts and Grant Privileges

  • linuxize.com; By linuxize (Posted by linuxize on Sep 28, 2018 4:41 PM EDT)
  • Groups: MySQL
This tutorial describes how to create MySQL user accounts and grant privileges.

How To Install and Use Composer on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Sep 26, 2018 8:40 PM EDT)
  • Groups: PHP
Composer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you.

How to Install MongoDB on Debian 9

  • linuxize.com; By linuxize (Posted by linuxize on Sep 26, 2018 2:35 PM EDT)
  • Story Type: Tutorial; Groups: Debian
In this tutorial, we will show you how to install and configure the latest version of MongoDB Community Edition on a Debian 9 systems from the official MongoDB repositories.

How To Set Up Nginx Server Blocks on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Sep 25, 2018 10:41 PM EDT)
Nginx Server Blocks allows you to run more than one website on a single machine. This is extremely useful, because for each site you can specify the site document root (the directory which contains the website files), create a separate security policy, use different SSL certificates and much more.

How To Install and Use Docker Compose on Ubuntu 18.04

Docker Compose is a tool that allows you to define and manage multi-container Docker applications. It uses a YAML file to configure the application's services, networks and volumes.

How to Set Up SSH Keys on Ubuntu 18.04

  • linuxize.com; By linuxize (Posted by linuxize on Sep 22, 2018 10:07 PM EDT)
  • Groups: Ubuntu
In this tutorial we will walk through how to generate SSH keys on Ubuntu 18.04 machines. We will also show you how to setup a SSH key-based authentication and connect to your remote Linux servers without entering a password.

How To Install Ruby on Debian 9

  • linuxize.com; By linuxize (Posted by linuxize on Sep 22, 2018 2:36 AM EDT)
  • Groups: Debian, Ruby
Ruby is one of the most popular languages today. It has an elegant syntax and it is the language behind the powerful Ruby on Rails framework. This tutorial will walk you through the steps of installing Ruby on a Debian 9 system.

How To Install Jenkins on CentOS 7

Jenkins is an open source, Java-based automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pipeline. This tutorial will walk you through the steps of installing Jenkins on a CentOS 7 system using the official Jenkins repository.

How to Use SCP Command to Securely Transfer Files

SCP (secure copy) is a command line utility that allows you to securely copy files and directories between two locations.

How to Create Python Virtual Environments on Ubuntu 18.04

In this tutorial, we’ll provide a step by step instructions about how to create Python virtual environments on Ubuntu 18.04.

How To Install Asterisk on Debian 9

  • linuxize.com; By linuxize (Posted by linuxize on Sep 18, 2018 5:08 AM EDT)
  • Story Type: Tutorial; Groups: Debian
Asterisk is the most popular and widely adopted open source framework for building communications applications. It is used by individuals, small businesses, large enterprises and governments worldwide.

How to Install and Configure VNC on CentOS 7

  • linuxize.com; By linuxize (Posted by linuxize on Sep 16, 2018 6:42 PM EDT)
  • Story Type: Tutorial
In this tutorial, we will walk you through the steps for installing and configuring a VNC server on a CentOS 7 system. We will also show you how to securely connect to the VNC server through an SSH tunnel.

Getting started with Tmux

  • linuxize.com; By linuxize (Posted by linuxize on Sep 16, 2018 1:21 AM EDT)
  • Story Type: Tutorial
Tmux is a terminal multiplexer an alternative to GNU Screen. In other words, it means that you can start a Tmux session and then open multiple windows ( virtual terminals ) inside that session. Each window occupies the entire screen and can be splitted into rectangular panes (pseudo terminals).

How To Install Visual Studio Code on Ubuntu 18.04

  • linuxize.com; By linuxize (Posted by linuxize on Sep 15, 2018 12:01 PM EDT)
  • Groups: Ubuntu
Visual Studio Code is an open source cross-platform code editor developed by Microsoft. It has a built-in debugging support, embedded Git control, syntax highlighting, code completion, integrated terminal, code refactoring and snippets.

« Previous ( 1 ... 28 29 30 31 32 33 34 35 36 37 38 ... 39 ) Next »