Spring Boot Secured By Let’s Encrypt

In this article, we want to know how we can (1) generate a valid certificate for free; (2) configure a Spring Boot app with it; and lastly (3) how to renew it when it expires. In my previous blog post, we became familiar with configuration of an Spring Boot Application with a self-signed certificate. Self-signed certificates are good

Spring Boot Secured By Let’s Encrypt Read Post »

How to Setup OpenVZ 7 on CentOS 7

OpenVZ is a free open source software that provides container-based virtualization solution for Linux. OpenVZ 7 is the latest version of OpenVZ out there and it comes with Red Hat Enterprise Linux 3.10 kernel. This post is all about how to setup OpenVZ 7 on CentOS 7.x servers. One Kernel, Many VM’s OpenVZ creates multiple secure,

How to Setup OpenVZ 7 on CentOS 7 Read Post »

[Tutorial] Criando um VPS – OpenVZ

Vamos lá: Primeiro quero dizer que nesse tutorial vamos usar o OpenVZ que tem suporte á todos os sistemas de linux! Download VPS Linux Debian Digite os seguintes comandos para fazer o download do Debian Linux: # cd /vz/template/cache # wget https://download.openvz.org/template/precreated/debian-8.0-x86_64.tar.gz Criar VPS

[Tutorial] Criando um VPS – OpenVZ Read Post »

WIFI NÃO FUNCIONA APÓS O SUSPEND [RESOLVIDO]

UMA PEQUENA INTRODUÇÃO   O Linux utiliza um mecanismo de gerencia o as funções de hardware. Este mecanismo conversa com o hardware do computador por uma camada de abstração chamada HAL (Hardware Abstraction Layer), que é parte componente dos subsistemas do Linux. As ferramentas pm-utils (Power Manager Utils) e systemd (System and Service Manager) fazem parte do conjunto de softwares da freedesktop.org e são as

WIFI NÃO FUNCIONA APÓS O SUSPEND [RESOLVIDO] Read Post »

ClamAV – no Linux

3.6.1 ClamAV Objectivo Instalação do pacote anti-vírus ClamAV. Este pode posteriormente ser integrado num sistema de filtragem de emails ou ficheiros. Instalação root@server:~# aptitude install clamav clamav-docs clamav-daemon clamav-freshclam Para que o ClamAV possa verificar ficheiros compactados, devem ser também instalados alguns pacotes para descompactar ficheiros: root@server:~# aptitude install arc arj bzip2 cabextract lzop nomarch p7zip pax tnef unrar-free

ClamAV – no Linux Read Post »

Rolar para cima