Debian

How To Setup a DavMail Exchange Gateway on a Debian 7 VPS — step-by-step Linux tutorial on Progressive Robot

How To Setup a DavMail Exchange Gateway on a Debian 7 VPS

If your workplace or school uses Microsoft Exchange for E-mail, you may wish to access your Exchange E-mail account from E-mail clients that do not support the Exchange protocol. DavMail provides a solution, translating Microsoft Exchange to open protocols like POP, IMAP, SMTP, Caldav, Carddav, and LDAP.

Read more
How To Use RVM to Manage Ruby Installations and Environments on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Use RVM to Manage Ruby Installations and Environments on a VPS

RVM, the Ruby Version Manager, is an excellent tool for configuring and installing independent Ruby environments on a single machine. You can use this utility to compartmentalize Ruby installations and their associated software in order to develop in a clean environment. This guide will cover the basic usage of RVM on a Linux VPS.

Read more
How To Create Temporary and Permanent Redirects with Nginx — step-by-step Linux tutorial on Progressive Robot

How To Create Temporary and Permanent Redirects with Nginx

HTTP redirection is a way to point one domain or address to another. There are a few different kinds of redirects (301 Moved Permanently and 302 Found), each of which mean something different to the client browser. You can add a redirect with `rewrite ^/$ http://www.domain2.com redirect;` or `rewrite ^/$ http://www.domain2.com permanent;` in your server configuration. This guide will cover a more in depth explanation of how to implement each kind of redirect in Nginx.

Read more
How to Install and Configure VNC on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure VNC on Debian 10

Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. It makes managing files, software, and settings on a remote server easier for users who are not yet…

Read more
How To Install and Use PostgreSQL 9.4 on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL 9.4 on Debian 8

Relational databases are the cornerstone of data organization for a multitude of needs. They power everything from online shopping to rocket launches. A database that is both venerable but very much still in the game is PostgreSQL. PostgreSQL follows most of the SQL standard, has ACID transactions, has support for foreign keys and views, and is still in active development.

Read more
How To Install Go on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install Go on Debian 10

This tutorial will guide you through downloading and installing Go, as well as compiling and executing a traditional “Hello, World!” program, on a Debian 10 server.

Read more
How To Manually Install Oracle Java on a Debian or Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Manually Install Oracle Java on a Debian or Ubuntu VPS

Java is a programming technology originally developed by Sun Microsystems and later acquired by Oracle. Oracle Java is a proprietary implementation for Java that is free to download and use for commercial use, but not to redistribute, therefore it is not included in a officially maintained repository.

Read more
CHAT