Conhecendo o DNS

Getting to Know DNS

What is DNS DNS stands for Domain Name System (Sistema de Nomes e Domínios in Portuguese), which converts the website domain names people type into web browsers into IP numbers. … Read more

Ubuntu no Windows Active Directory

Ubuntu in Windows Active Directory

Integrating an Ubuntu machine into a Windows Active Directory domain requires, in short: pointing the client’s DNS to the domain controller, setting a consistent hostname in /etc/hostname and /etc/hosts, and having the domain name and an account with … Read more

Instalando Gogs no Ubuntu

Installing Gogs on Ubuntu

Gogs is a self-hosted Git server written in Go: one binary, no Ruby, no Node, no queue, no Redis. Put the file on the server, point it at a database, and you have an interface similar to GitHub’s … Read more

500 comandos Linux: guia por tarefa e PDF

500 Linux commands: task-based guide and PDF

Note (2026): originally published on 2017, this guide has been revised for current reference; the archive PDF remains identified as historical material. You don't need to memorize hundreds of commands: you need to recognize the task, find the tool, and check what … Read more

Hospedagem de Sites com ISPConfig

Website Hosting with ISPConfig

Setting up hosting on Linux is still the same craft: DNS, websites, email, SSL, backups. What changed is the shortcut. The official autoinstaller deploys Apache or Nginx, MariaDB, Postfix, Dovecot, Rspamd, and the panel on port 8080. You no longer … Read more