Como automatizar suas implantações Node.js para produção com o Shipit no CentOS 7
O autor selecionou a Fundação Electronic Frontier para receber uma doação como parte do programa Write for DOnations. O Shipit é…
O autor selecionou a Fundação Electronic Frontier para receber uma doação como parte do programa Write for DOnations. O Shipit é…
### Introdução O controle de versão tornou-se uma ferramenta indispensável no desenvolvimento de software moderno. Os sistemas de controle de versão permitem que você mantenha o controle do seu software no nível do código-fonte. Você pode acompanhar as alterações, reverter para os estágios…
In this the cloud provider article, we go through two good ways of deploying an absolutely solid CherryPy based web application – along with managing its dependencies using pip.
Get ready to install Zend Server 6 on a CentOS 6.4 VPS.
FFMpeg is a popular program for converting and manipulating audio/video files. Learn how to use it on CentOS 6.
WordPress is a CMS that can be used to set up blogs and websites quickly and easily. In this guide, we’ll set up WordPress with Caddy. Caddy is a new web server quickly gaining popularity for its wide array of unique features, like HTTP/2 support and automatic TLS encryption with Let’s Encrypt, a popular free certificate provider.
RainLoop is a free email client that can access any IMAP/SMTP emails, including Ajenti V’s built-in email. It supports multiple accounts, social logins (log in with Twitter, Facebook, etc.), two factor authentication, and more. RainLoop is a great program to install with Ajenti V because the Ajenti V platform itself has no default webmail. At the end of this tutorial we will have RainLoop installed with IMAP/SMTP access to mailboxes.
This article will go over how to enable SSH authentication using an OATH-TOTP app in addition to an SSH key. Logging into your server via SSH will then require two factors across two channels, thereby making it more secure than a password or SSH key alone.
HTTP-сервер Apache — самый широко используемый веб-сервер в мире. Он имеет множество мощных функций, включая динамически загружаемые модули, надежную поддержку различных медиа-форматов и интеграцию с другим популярным программным обеспечением. В…
Django is a powerful framework for writing Python web applications. Using a full-featured framework like Django allows you to get your applications and sites up and running quicker without having to worry about the common structural code to tie it together. Frameworks let…