Miscellaneous

How To Enable SFTP Without Shell Access on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Enable SFTP Without Shell Access on Ubuntu 16.04

SFTP stands for SSH File Transfer Protocol. As its name suggests, it’s a secure way of transferring files to a server using an encrypted SSH connection. In a standard configuration, the SSH server grants file transfer access and terminal shell access to all users with an account on the system. In this tutorial, we’ll set up the SSH daemon to limit SFTP access to one directory with no SSH access allowed on per user basis.

Read more
Como instalar e configurar a VNC no Debian 9 — step-by-step Linux tutorial on Progressive Robot

Como instalar e configurar a VNC no Debian 9

O Virtual Network Computing, ou VNC, é um sistema de conexão que permite que você use seu teclado e mouse para interagir com um ambiente gráfico da área de trabalho em um servidor remoto. Isso facilita o gerenciamento de arquivos, software e configurações em um servidor remoto…

Read more
How To Install and Set Up OpenERP 7.0 on a Debian 7/Ubuntu 13.10 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Set Up OpenERP 7.0 on a Debian 7/Ubuntu 13.10 VPS

OpenERP is probably the most well-known open-source ERP solution that exists today. With over 3,000 modules, its capabilities are vast – and so are possible benefits it brings for businesses and organizations. Thanks to its release under the terms of GNU Affero General Public License (AGPLv3), OpenERP is **free** to use and share. This tutorial will demonstrate how easy it is to have a running copy of OpenERP 7.0 in less than 15 minutes on a Debian/Ubuntu VPS.

Read more
How to Install MemSQL on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Install MemSQL on Ubuntu 14.04

MemSQL is a type of in-memory database that can serve faster reads and writes than a traditional database. Even though it is a new technology, it speaks the MySQL protocol, so it feels very familiar to work with.

Read more
How To Run A Meteor App Securely With Sandstorm on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Run A Meteor App Securely With Sandstorm on Ubuntu 14.04

Meteor is a framework for JavaScript that allows web developers to write JavaScript code once and reuse it both client- and server-side. Sandstorm is an open source platform for personal servers, which means that it can be used to install many different apps on one server with a very easy to use interface. In this tutorial, you’ll see how to install the app and then create multiple app instances.

Read more
Getting Started with LXC on an Ubuntu 13.04 VPS — step-by-step Linux tutorial on Progressive Robot

Getting Started with LXC on an Ubuntu 13.04 VPS

LXC, or Linux Containers, is a system built upon a number of features included in modern Linux kernels that allows for creation and management of many virtualized Linux systems on a single parent host system. However, unlike some virtualization solutions, no hardware emulation is used and the container shares the kernel with the host, which makes LXC incredibly lightweight and easy to use.

Read more
How To Enable SFTP Without Shell Access on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Enable SFTP Without Shell Access on Ubuntu 18.04

In a standard configuration, the SSH server grants file transfer access and terminal shell access to all users with an account on the system. In this tutorial, we’ll set up the SSH daemon to limit SFTP access to one directory with no SSH access allowed on per user basis on an Ubuntu 18.04 server.

Read more
CHAT