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 »

Como selecionar que processos serão iniciados ao boot – sysv-rc-conf

Do que se trata? O sysv-rc-conf é uma interface de fácil e de uso intuitivo para o gerenciamento de processos para /etc/rc(run_level).d.Poderemos, com esta ferramenta, dizer ao sistema que processos deverão ser iniciados ao carregá-lo, dependente do runlevel que você entrou. Instalando o sysv-rc-conf Para ficar mais fácil ainda, ele encontra-se na árvore stable do Debian. Outras distribuições

Como selecionar que processos serão iniciados ao boot – sysv-rc-conf Read Post »

Rolar para cima