<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Arquivos Virtual - Remontti</title>
	<atom:link href="https://blog.remontti.com.br/tag/virtual/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.remontti.com.br/tag/virtual</link>
	<description>rudimar@remontti</description>
	<lastBuildDate>Sat, 19 Oct 2024 00:58:58 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.remontti.com.br/wp-content/uploads/2024/09/icone-rr-80x80.png</url>
	<title>Arquivos Virtual - Remontti</title>
	<link>https://blog.remontti.com.br/tag/virtual</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Servidor de virtualização Web com Debian 11 bullseye + Virtualbox 7.0</title>
		<link>https://blog.remontti.com.br/7142</link>
					<comments>https://blog.remontti.com.br/7142#comments</comments>
		
		<dc:creator><![CDATA[Rudimar Remontti]]></dc:creator>
		<pubDate>Tue, 07 Feb 2023 16:21:03 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Bullseye]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 11]]></category>
		<category><![CDATA[debina bullseye]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[phpvirtualbox7]]></category>
		<category><![CDATA[vbox]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[virtualbo7]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualização]]></category>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=7142</guid>

					<description><![CDATA[<p>Com VirtualBox é possível executar diversos sistemas operacionais (Windows, Linux, UNIX, BSD) simultaneamente no mesmo hardware, que são chamados de máquinas virtuais. Uma das características é o mascaramento dos recursos físicos (incluindo processadores, quantidade&#46;&#46;&#46;</p>
<p>O post <a href="https://blog.remontti.com.br/7142">Servidor de virtualização Web com Debian 11 bullseye + Virtualbox 7.0</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div id="attachment_7150" style="width: 730px" class="wp-caption alignnone"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-7150" src="https://blog.remontti.com.br/wp-content/uploads/2023/02/phpvirtualbox7.0.jpg" alt="" width="720" height="340" class="size-full wp-image-7150" srcset="https://blog.remontti.com.br/wp-content/uploads/2023/02/phpvirtualbox7.0.jpg 720w, https://blog.remontti.com.br/wp-content/uploads/2023/02/phpvirtualbox7.0-300x142.jpg 300w, https://blog.remontti.com.br/wp-content/uploads/2023/02/phpvirtualbox7.0-520x245.jpg 520w" sizes="(max-width: 720px) 100vw, 720px" /><p id="caption-attachment-7150" class="wp-caption-text">CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 82</p></div><br />
Com VirtualBox é possível executar diversos sistemas operacionais (Windows, Linux, UNIX, BSD) simultaneamente no mesmo hardware, que são chamados de máquinas virtuais. Uma das características é o mascaramento dos recursos físicos (incluindo processadores, quantidade de memória, interfaces de rede), o que permite diminuir a administração de drivers nas máquinas virtuais, e transferir uma máquina virtual entre servidores físicos diferentes.</p>
<p>Existem várias ferramentas de virtualização disponíveis.</p>
<p><strong>Microsoft Virtual Server 2005 R2</strong> &#8211; disponível para plataforma x86 e x86_64 bits. Suporte: Somente Windows.<br />
<strong>Qemu</strong> &#8211; ferramenta de virtualização de código aberto disponível para windows, mac e Linux.<br />
<strong>Vmware </strong>&#8211; Disponível para Windows e Linux.<br />
<strong>VirtualBox </strong>&#8211; Aplicativo de código aberto disponível para Windows, Mac, Linux e Solaris.<br />
<strong>Xen </strong>&#8211; Suporta Windows, bem como distribuições Linux.</p>
<p>O <strong>VirtualBox </strong> inicialmente foi lançado sob licença proprietária, mas mais tarde (2007) a Oracle Corporation começou a lançá-lo sob GNU General Public License. Escrito completamente em C, C ++ e Assembly Language está disponível para Windows, OS X, Linux e Solaris.</p>
<p>Recomendo já baixar a ISO nonfree: <a href="https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/" target="_blank" rel="noopener noreferrer">https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/</a></p>
<h3>Requerimentos</h3>
<p>Debian 11 (Bullseye) 64 bits <strong><a href="https://blog.remontti.com.br/5792" rel="noopener" target="_blank">instalação mínima</a></strong> pronta</p>
<p>Acesse seu servidor e vire root.</p>
<pre class="remontti-code"># su - </pre>
<p>Certifique-se que seu repositório esteja usando os repositórios <strong>nonfree e contrib</strong>.</p>
<pre class="remontti-code"># vim /etc/apt/sources.list</pre>
<p>Ao final de cada linha verifique se consta:  <strong>nonfree e contrib</strong>, se não tiver adicione, ficando assim:</p>
<pre class="remontti-code">deb http://deb.debian.org/debian/ bullseye main contrib non-free
deb-src http://deb.debian.org/debian/ bullseye main contrib non-free

deb http://security.debian.org/debian-security bullseye/updates main contrib non-free
deb-src http://security.debian.org/debian-security bullseye/updates main contrib non-free

# bullseye-updates, previously known as &#039;volatile&#039;
deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free</pre>
<p>Atualize o repositório</p>
<pre class="remontti-code"># apt update
# apt install firmware-linux firmware-linux-free firmware-linux-nonfree</pre>
<p>Vamos fazer uns ajustes nas parametrizações do kernel para otimizar algumas coisas.</p>
<pre class="remontti-code"># echo &quot;vm.swappiness=10&quot; &gt;&gt; /etc/sysctl.conf
# echo &quot;vm.vfs_cache_pressure=50&quot; &gt;&gt; /etc/sysctl.conf
# echo &quot;vm.dirty_background_ratio = 5&quot; &gt;&gt; /etc/sysctl.conf
# echo &quot;vm.max_map_count=262144&quot; &gt;&gt; /etc/sysctl.d/70-vbox.conf
# echo &quot;fs.file-max=3263776&quot; &gt;&gt; /etc/sysctl.d/70-vbox.conf
# echo &quot;fs.aio-max-nr=3263776&quot; &gt;&gt; /etc/sysctl.d/70-vbox.conf

# cat &lt;&lt;EOF &gt;/etc/sysctl.d/60-net.conf
net.core.netdev_max_backlog=4096
net.core.rmem_default=262144
net.core.rmem_max=67108864
net.ipv4.udp_rmem_min=131072
net.ipv4.udp_mem=2097152 4194304 8388608
net.core.default_qdisc = fq
net.core.somaxconn = 16384
EOF</pre>
<p>Se desejar que seu servidor tenha os nomes de interfaces como: eth0 eth1&#8230; wlan0 wlan1&#8230; faça um ajuste no grub:<br />
OBS: Será necessário que você <a href="https://blog.remontti.com.br/5848" rel="noopener" target="_blank">reconfigure a placa de rede</a> (/etc/network/interfaces) </p>
<pre class="remontti-code"># vim /etc/default/grub</pre>
<p>Ajuste GRUB_CMDLINE_LINUX_DEFAULT</p>
<pre class="remontti-code-plain">GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet net.ifnames=0 biosdevname=0&quot;</pre>
<pre class="remontti-code"># update-grub</pre>
<p>Adicione o repositório do <a href="https://www.virtualbox.org/" target="_blank" rel="noopener noreferrer">virtualbox</a></p>
<pre class="remontti-code"># apt install wget vim apt-transport-https gnupg
# echo &#039;deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian bullseye contrib&#039; &gt; /etc/apt/sources.list.d/virtualbox.list
# wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | gpg --dearmor --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg</pre>
<p>Reinicia a máquina para carregar os novos módulos do kernel.</p>
<pre class="remontti-code"># apt update
# apt install virtualbox-7.0
# reboot</pre>
<p>Acesse seu servidor novamente e vire root.</p>
<pre class="remontti-code"># su - </pre>
<p>Faça download dos pacotes extras:</p>
<pre class="remontti-code"># cd /tmp/ 
# wget https://download.virtualbox.org/virtualbox/7.0.8/Oracle_VM_VirtualBox_Extension_Pack-7.0.8.vbox-extpack</pre>
<p>Caso esteja atualizando remova as versões mais antigas:</p>
<pre class="remontti-code"># VBoxManage extpack uninstall &quot;Oracle VM VirtualBox Extension Pack&quot;</pre>
<p>Instale os pacotes extras</p>
<pre class="remontti-code"># VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-7.0.8.vbox-extpack</pre>
<p>Responta Yes <strong>(y)</strong></p>
<p>Vamos executá-lo como o nosso usuário <strong>vbox</strong>, porque ele não precisa acessar o resto do seu sistema.</p>
<pre class="remontti-code"># useradd -d /home/vbox -m -g vboxusers -s /bin/bash vbox</pre>
<p>Defina uma senha para seu usuario vbox</p>
<pre class="remontti-code"># passwd vbox</pre>
<p>Diga ao seu sistema qual usuário vai executar o VirtualBox.</p>
<pre class="remontti-code"># echo &#039;VBOXWEB_USER=vbox&#039; &gt; /etc/default/virtualbox 
# echo &#039;VBOXWEB_HOST=127.0.0.1&#039; &gt;&gt; /etc/default/virtualbox</pre>
<p>Faça com que o vboxweb-service inicie no boot. Como dito acima nosso usuário não precisa ter acesso total ao sistema. Adicione no /etc/rc.local o comando para iniciar junto com o boot.</p>
<pre class="remontti-code"># vim /etc/rc.local</pre>
<p>Adicione</p>
<pre class="remontti-code">#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will &quot;exit 0&quot; on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#
# Solução para inicialização automatica:
# use o comando la listar as VMs criadas
# su - vbox --shell=/bin/bash -c &#039;VBoxManage list vms&#039;
# Colete as ID
# &quot;Debian&quot; {d288884d-a3d4-4903-b84e-5c6039af13b5}
# Pegue o &quot;ID&quot; da VM e use o Comando a baixo descomentando a linha:
#
# Adicione um sleep para aguardar 30seg para dar tempo do modulo do kernel ter tempo de iniciar
# sleep 30
# su - vbox --shell=/bin/bash -c &#039;VBoxHeadless -s d288884d-a3d4-4903-b84e-5c6039af13b5 &amp;&#039;
#
#
exit 0</pre>
<p>Alterare as permissões:</p>
<pre class="remontti-code"># chmod +x /etc/rc.local
# ln -s /lib/systemd/system/rc-local.service /etc/systemd/system/rc-local.service</pre>
<p>Vamos instalar o serviço web + php</p>
<p>Será necessário PHP8, Para isso adicione ao repositório:</p>
<pre class="remontti-code"># wget -qO - https://packages.sury.org/php/apt.gpg | apt-key add -
# echo &quot;deb https://packages.sury.org/php/ bullseye main&quot; | tee /etc/apt/sources.list.d/sury-php.list
# apt update</pre>
<p>Instale o Apache+PHP</p>
<pre class="remontti-code"># apt install apache2 libapache2-mod-php\
 php-cli php-bcmath php-gmp php-mbstring php-zip php-curl\
 php php-common php-soap php-gd unzip php-pear php-xml php-soap</pre>
<p>Por segurança recomendo remover a assinatura do servidor, para isso:</p>
<pre class="remontti-code"># sed -i &#039;s/ServerTokens OS/ServerTokens Prod/&#039; /etc/apache2/conf-available/security.conf
# sed -i &#039;s/ServerSignature On/ServerSignature Off/&#039; /etc/apache2/conf-available/security.conf</pre>
<p>Vamos também configurar nosso <a href="https://blog.remontti.com.br/3464" rel="noopener noreferrer" target="_blank">domínio virtual</a> para acessar o servidor via domínio (ex vbox.remontti.com.br) e restringir ele apenas para nossos IP de gerencia. </p>
<pre class="remontti-code"># vim /etc/apache2/sites-available/000-default.conf</pre>
<p>Faça as devidas alterações, não esqueça de alterar em <strong>Require ip</strong> para os IPs que você vai autorizar as conexões.</p>
<pre class="remontti-code">&lt;virtualhost *:80&gt;
        Protocols h2 http/1.1
        ServerName vm.remontti.com.br
        ServerAdmin noc@remontti.com.br
        ErrorDocument 403 http://www.remontti.com.br/
 
        DocumentRoot /var/www/html
 
        &lt;Directory /var/www/html/&gt;
                Options FollowSymLinks
                AllowOverride All
                Require ip 127.0.0.1 ::1 192.168.0.0/16 172.16.0.0/12 100.64.0.0/10 10.0.0.0/8 250.0.0.0/22 2000:000::/32
        &lt;/Directory&gt;
 
        LogLevel warn 
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
&lt;/virtualhost&gt;</pre>
<p>Habilite os módulos</p>
<pre class="remontti-code"># a2enmod http2
# systemctl restart apache2</pre>
<h3>phpVirtualbox</h3>
<p>O phpVirtualbox oficial até a data desta publicação (abril/2022) a versão 5.2, porém ela já não é mais instalável no Debian 11, então iremos utilizar um <a href="https://github.com/phpvirtualbox/phpvirtualbox/network/members" rel="noopener" target="_blank">fork</a> compatível com o phpVirtualbox 7.0</p>
<p>Vamos configurar o projeto <a href="https://github.com/BartekSz95/phpvirtualbox/releases/" target="_blank" rel="noopener noreferrer">phpvirtualbox</a> by <a href="https://github.com/BartekSz95/phpvirtualbox" rel="noopener" target="_blank">Bartek Sz.</a>, dentro do diretório padrão do apache.</p>
<pre class="remontti-code"># cd /var/www/
# mv /var/www/html/ /var/www/html_old
# wget https://github.com/BartekSz95/phpvirtualbox/archive/main.zip -O phpvirtualbox.zip
# apt install zip unzip
# unzip phpvirtualbox.zip
# mv phpvirtualbox-main html
# rm phpvirtualbox.zip
# chown vbox:vboxusers html  -R
# cd /var/www/html/
# cp config.php-example config.php
# vim config.php</pre>
<pre class="remontti-code"> // ... //
var $username = &#039;vbox&#039;;
var $password = &#039;pass&#039;;
// ... //
var $language = &#039;pt_br&#039;;
var $vrdeports = &#039;9000-9100&#039;;
var $vrdeaddress = &#039;0.0.0.0&#039;;
// ... //
var $enableAdvancedConfig = true; </pre>
<p>É altamente recomendado que você tenha um firewall em cima da range de portas 9000 a 9100, pois é onde será possível fazer acesso remoto, e recomendo que depois da instalação sempre desative o acesso remoto a VM, segue um exemplo de firewall com nftables que já é o padrão no Debian 11 substituindo o antigo iptables, no exemplo já irei proteger também a porta do SSH, lembre-se de deixar seus IPs na ACL de permissões.</p>
<pre class="remontti-code"># systemctl enable nftables</pre>
<p>Modelo fechando as portas do SSH [22] e a range de acesso remoto [9000-9100], você pode personalizar de acordo com sua instalação.</p>
<pre class="remontti-code"># vim /etc/nftables.conf</pre>
<pre class="remontti-code">#!/usr/sbin/nft -f
  
flush ruleset

table inet filter {
    # IPv4 que terao acesso 
    set acesso-total4 {
        type ipv4_addr
        flags interval
        elements = { 200.200.200.16/28, 200.200.200.0/28}
    }
    # IPv6 que terao acesso 
    set acesso-total6 {
        type ipv6_addr
        flags interval
        elements = { 2804:1234:bebe::48, 2804:4321:bebe::/48  }
    }
    chain input {
        type filter hook input priority 0;

        # Permite acesso SSH na porta 22
        ip saddr  @acesso-total4 tcp dport 22 counter accept
        ip6 saddr @acesso-total6 tcp dport 22 counter accept
        tcp dport 22 counter drop

        # Permite acesso tela remota portas padões Vbox
        ip saddr  @acesso-total4 tcp dport { 9000-9100 } counter accept
        ip6 saddr @acesso-total6 tcp dport { 9000-9100 } counter accept
        tcp dport { 9000-9100 } counter drop
        
        type filter hook input priority 0;
    }
    chain forward {
        type filter hook forward priority 0;
    }
    chain output {
        type filter hook output priority 0;
    }
}</pre>
<p>Reinicie o nftables e verifique se o mesmo foi carregado:</p>
<pre class="remontti-code"># systemctl restart nftables
# nft list ruleset</pre>
<p>Adicione o usuario vbox ao grupo, inicialize o servi web service e reinicie a máquina. </p>
<pre class="remontti-code"># usermod -a -G vboxusers vbox
# su - vbox --shell=/bin/bash -c &#039;vboxwebsrv &amp;&#039;
# reboot</pre>
<p>Agora acesse:<br />
<strong>https://DOMINIO/</strong><br />
<strong>Usuário:</strong> admin<br />
<strong>Senha: </strong>admin</p>
<p><a href="https://blog.remontti.com.br/wp-content/uploads/2023/02/vbox-web7.png" data-rel="lightbox-gallery-WaFT31JA" data-rl_title="" data-rl_caption="" title=""><img decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2023/02/vbox-web7.png" alt="" width="1123" height="557" class="alignnone size-full wp-image-7146" srcset="https://blog.remontti.com.br/wp-content/uploads/2023/02/vbox-web7.png 1123w, https://blog.remontti.com.br/wp-content/uploads/2023/02/vbox-web7-300x149.png 300w, https://blog.remontti.com.br/wp-content/uploads/2023/02/vbox-web7-1024x508.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2023/02/vbox-web7-768x381.png 768w" sizes="(max-width: 1123px) 100vw, 1123px" /></a></p>
<p><strong>Não esqueça de alterar a senha do usuário admin!</strong></p>
<p>O mais legal que você está usando quase nada do hardware da máquina para &#8220;subir&#8221; seu sistema de virtualização.</p>
<p><a href="https://blog.remontti.com.br/wp-content/uploads/2019/10/htop.png" data-rel="lightbox-gallery-WaFT31JA" data-rl_title="" data-rl_caption="" title=""><img decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2019/10/htop-1024x539.png" alt="" width="1024" height="539" class="alignnone size-large wp-image-3675" srcset="https://blog.remontti.com.br/wp-content/uploads/2019/10/htop-1024x539.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2019/10/htop-300x158.png 300w, https://blog.remontti.com.br/wp-content/uploads/2019/10/htop-768x404.png 768w, https://blog.remontti.com.br/wp-content/uploads/2019/10/htop.png 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>Virtulabox peca em não dar uma solução para inicialização automática, mas é muito fácil fazer isso incluindo no rc.local. Use o comando:</p>
<pre class="remontti-code">#  su - vbox --shell=/bin/bash -c &#039;VBoxManage list vms&#039;</pre>
<p>Vai ser listado os ID das suas VMs. Ex:<br />
<em>&#8220;DNS-SERVER&#8221; {d288884d-a3d4-4903-b84e-5c6039af13b5}<br />
&#8220;ZABBIX-SERVER&#8221; {a2893475-atd4-4973-b81e-6039af13bss5}</em></p>
<p>Agora que você ja tem as IDs adicione em <strong>/etc/rc.local:</strong> da seguinte forma, alterando pelas suas ID.</p>
<pre class="remontti-code">sleep 30 #  sleep para aguardar 30seg para dar tempo do modulo do kernel ter tempo de iniciar
su - vbox --shell=/bin/bash -c &#039;VBoxHeadless -s d288884d-a3d4-4903-b84e-5c6039af13b5 &amp;&#039;
su - vbox --shell=/bin/bash -c &#039;VBoxHeadless -s a2893475-atd4-4973-b81e-6039af13bss5 &amp;&#039;</pre>
<p>Agora quando o servidor reiniciar suas VMs vão iniciar automaticamente, (Não esqueça de quando for desligar o servidor fazer o processo de desligamento de cada VM)</p>
<p>Uma das vantagens deste servidor é que é o virtualbox é muito simples!!! Dentro de /home/vbox/ vão estar suas imagens sendo muito facil de fazer uma copia e migrada para algum outro servidor em caso de &#8220;pau&#8221;. É claro tenha sempre redundância de hardware em seu servidor, faça sempre pelo menos um RAID1 (espelhamento de disco) eu gosto de fazer RAID10 com pelo menos 5 SSDs, onde 1 dos SSDs eu instalo o sistema e os outros 4 (ou 6 ou 8 &#8230;) somo ex 2 (RAID0) e espelho nos outros 2 (RAID1) logo temos o RAID10.</p>
<p><strong>Acesso remoto</strong><br />
No windows você pode usar o famoso <strong>mstsc</strong> e informar seu IP:PORTA, no linux tem um pacote chamado <strong>vinagre</strong> basta instala-lo.<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote.png" alt="" width="1173" height="495" class="alignnone size-full wp-image-5460" srcset="https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote.png 1173w, https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote-300x127.png 300w, https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote-1024x432.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote-768x324.png 768w" sizes="auto, (max-width: 1173px) 100vw, 1173px" /><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote-a.png" alt="" width="1308" height="704" class="alignnone size-full wp-image-5461" srcset="https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote-a.png 1308w, https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote-a-300x161.png 300w, https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote-a-1024x551.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2019/10/vbox-remote-a-768x413.png 768w" sizes="auto, (max-width: 1308px) 100vw, 1308px" /></p>
<p><strong>Se quiser fazer uma doação para o café ficarei muito feliz pelo seu reconhecimento!</strong><br />
<a href="https://blog.remontti.com.br/doar"><img decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2019/07/quero-doar-remontti.png" /></a></p>
<p>Se não puder doar pode deixar seu agradecimento nos comentário também ficarei feliz em saber que ajudei. Se tiver qualquer pergunta deixe-a também. Se preferir entrar em Contato <a href="https://blog.remontti.com.br/meucontato" rel="noopener noreferrer" target="_blank">clique aqui.</a></p>
<p>Abraço!</p>
<p>BÔNUS COMANDOS TERMINAL</p>
<pre class="remontti-code">
# Listar todos os tipos de sistemas operacionais 
VBoxManage list ostypes

# Criar uma VM
VBoxManage createvm --name &quot;Debian&quot; --ostype Debian_64 --register

# Definir memória (RAM) e CPUs**:
VBoxManage modifyvm &quot;Debian&quot; --memory 2048
VBoxManage modifyvm &quot;Debian&quot; --cpus 4
VBoxManage modifyvm &quot;Debian&quot; --memory 2048 --cpus 4

# Criar um disco rígido virtual (VDI) de 80GB com controladora NVMe
# Primeiro, crie o disco:
VBoxManage createmedium disk --filename ~/VirtualBox\ VMs/Debian/DebianDisk.vdi --size 81920 --format VDI
# Em seguida, crie o controlador NVMe e anexe o disco a ele:
VBoxManage storagectl &quot;Debian&quot; --name &quot;SATAController&quot; --add sata --controller IntelAhci --portcount 1 --bootable on
VBoxManage storageattach &quot;Debian&quot; --storagectl &quot;SATAController&quot; --port 0 --device 0 --type hdd --medium ~/VirtualBox\ VMs/Debian/DebianDisk.vdi

# Configurar a placa de rede em modo bridge, utilizando eth0
VBoxManage modifyvm &quot;Debian&quot; --nic1 bridged --bridgeadapter1 eth0

# Adicionando mais interfaces
VBoxManage modifyvm &quot;Debian&quot; --nic2 bridged
VBoxManage modifyvm &quot;Debian&quot; --bridgeadapter2 eth0

# Desligar o áudio:
VBoxManage modifyvm &quot;Debian&quot; --audio none

# Define momoria de video:
VBoxManage modifyvm &quot;Debian&quot; --vram 16

# Alterar a controladora gráfica
VBoxManage modifyvm &quot;Debian&quot; --graphicscontroller vmsvga

# Listar VMS
VBoxManage list vms
&quot;Debian&quot; {941d837d-b357-4d19-bd06-b4a7750e321b}

# Iniciar VM
VBoxHeadless --startvm &quot;Debian&quot;
VBoxHeadless --startvm 9bee8518-37ab-492f-b8c5-4989e87bed9b

# Desligar VM
VBoxManage controlvm &quot;Debian&quot; acpipowerbutton
VBoxManage controlvm &quot;Debian&quot; poweroff

# Lista VMs ligadas
VBoxManage list runningvms

# Tirar um snapshot: 
VBoxManage snapshot &quot;Debian&quot; take &quot;nome_snap&quot;
VBoxManage snapshot &quot;Debian&quot; take `date +&#039;%Y-%m-%d_%H-%M-%S&#039;`

# Listar snapshots: 
VBoxManage snapshot &quot;Debian&quot; list
VBoxManage snapshot &quot;941d837d-b357-4d19-bd06-b4a7750e321b&quot; list 
   Name: 2024-02-14_09-54-25 (UUID: 23c1301a-7017-4763-aded-44516d9668b0)
      Name: 2024-02-14_09-54-59 (UUID: 70fc34e7-54dc-493f-af15-6b0858c1dadb)
         Name: 2024-02-14_09-55-09 (UUID: 19cf9f02-dc46-45fb-b22a-c133cfea9f78) *

# Restaurar um snapshot: 
VBoxManage snapshot &quot;Debian&quot; restore &quot;nome_snap&quot;
VBoxManage snapshot &quot;Debian&quot; restore &quot;2024-02-14_09-54-25&quot;

# Deletar um snapshot: 
VBoxManage snapshot &quot;Debian&quot; delete &quot;nome_snap&quot;
VBoxManage snapshot &quot;Debian&quot; delete &quot;2024-02-14_09-54-59&quot;

# Recuperando uma VM pelos arquivos (incluído os SNAPS, estrutura completa)
VBoxManage registervm ~/VirtualBox\ VMs/Debian.vbox

# Exportando (OVA)
VBoxManage export &quot;Debian_12&quot; -o /caminho/Debian_12.ova

# Mais comandos

# Exemplo bridged
VBoxManage modifyvm &quot;RouterOS&quot; --nic5 bridged
VBoxManage modifyvm &quot;RouterOS&quot; --bridgeadapter5 eth0

# Exemplo intnet
VBoxManage modifyvm &quot;RouterOS&quot; --nic5 intnet
VBoxManage modifyvm &quot;RouterOS&quot; --intnet5 &quot;switch_lab&quot;
VBoxManage modifyvm &quot;RouterOS&quot; --cableconnected5 on

# Modo Promíscuo
# deny: Não permite que a interface de rede opere em modo promíscuo.
# allow-vms: Permite que a interface de rede comunique com outras máquinas virtuais.
# allow-all: Permite que a interface de rede comunique com todas as máquinas virtuais e com 
VBoxManage modifyvm &quot;RouterOS&quot; --nicpromisc5 allow-all

# Definir o tipo de placa de rede para o quinto adaptador 
# Am79C970A: AMD PCNet PCI II (Am79C970A);
#  Am79C973: AMD PCNet FAST III (Am79C973, a opção padrão);
#   82540EM: Intel PRO/1000 MT Desktop (82540EM);
#   82543GC: Intel PRO/1000 T Server (82543GC);
#   82545EM: Intel PRO/1000 MT Server (82545EM);
#    virtio: Paravirtualized network adapter (virtio-net).

VBoxManage modifyvm &quot;RouterOS&quot; --nictype5 82543GC

# Definir um endereço MAC específico para o quinto adaptador
VBoxManage modifyvm &quot;RouterOS&quot; --macaddress5 0800000000A4

# Ver informações da VM por comando
VBoxManage showvminfo &quot;RouterOS&quot;
VBoxManage showvminfo &quot;RouterOS&quot; | grep &quot;NIC&quot; 

# Para adaptadores adicionais, substitua --nic5 por --nic6, --nic7, ou --nic8, conforme necessário. 

# Precisa mais que 8? Ativa 36 slot para interfaces.
VBoxManage modifyvm &quot;RouterOS&quot; --chipset ich9 --ioapic on

VBoxManage modifyvm &quot;RouterOS&quot; --nic9 intnet
VBoxManage modifyvm &quot;RouterOS&quot; --intnet9 &quot;switch_amarelo&quot;
VBoxManage modifyvm &quot;RouterOS&quot; --cableconnected9 on
VBoxManage modifyvm &quot;RouterOS&quot; --nictype9 82543GC
VBoxManage modifyvm &quot;RouterOS&quot; --macaddress9 0800000000B1

# Definir uma mac aleatório
VBoxManage modifyvm &quot;RouterOS&quot; --macaddress1 auto
VBoxManage modifyvm &quot;RouterOS&quot; --macaddress2 auto
VBoxManage modifyvm &quot;RouterOS&quot; --macaddress3 auto
</pre>
<p>O post <a href="https://blog.remontti.com.br/7142">Servidor de virtualização Web com Debian 11 bullseye + Virtualbox 7.0</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.remontti.com.br/7142/feed</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Instalação do Debian 11 Bullseye limpa passo-a-passo</title>
		<link>https://blog.remontti.com.br/5792</link>
					<comments>https://blog.remontti.com.br/5792#comments</comments>
		
		<dc:creator><![CDATA[Rudimar Remontti]]></dc:creator>
		<pubDate>Sat, 18 Sep 2021 15:14:26 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[Bullseye]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 11]]></category>
		<category><![CDATA[instalaçao]]></category>
		<category><![CDATA[non-free]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[virtualbox]]></category>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=5792</guid>

					<description><![CDATA[<p>Neste tutorial vamos aprender de forma simples fazer a instalação da distribuição Linux Debian 11 Bullseye. Primeiramente iremos precisar baixar imagem ISO do Debian, eu particularmente utilizo a ISO netinst, que durante a instalação&#46;&#46;&#46;</p>
<p>O post <a href="https://blog.remontti.com.br/5792">Instalação do Debian 11 Bullseye limpa passo-a-passo</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/debian11_instalacao_limpa.png" alt="" width="720" height="340" class="alignnone size-full wp-image-5854" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/debian11_instalacao_limpa.png 720w, https://blog.remontti.com.br/wp-content/uploads/2021/09/debian11_instalacao_limpa-300x142.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/debian11_instalacao_limpa-520x245.png 520w" sizes="auto, (max-width: 720px) 100vw, 720px" /><br />
Neste tutorial vamos aprender de forma simples fazer a instalação da distribuição Linux Debian 11 Bullseye. </p>
<p>Primeiramente iremos precisar baixar imagem ISO do Debian, eu particularmente utilizo a ISO netinst, que durante a instalação já faz a instalação dos pacotes mais recentes usando a internet, então é lógico que vamos precisar uma conexão com a internet durante a instalação.</p>
<p>Outro motivo para utilizar a versão netinst é que não irei instalar nenhum pacote pois a ideia aqui é fazer uma instalação limpa! E assim instalamos os pacotes que realmente ira precisar (nada de perfumarias).</p>
<p>Existe duas vertentes para o download da nossa ISO. E a primeira coisa que você precisa saber que o projeto Debian é totalmente open source, logo o mesmo não ira incluir na ISO drives proprietários ou não gratuitos (non-free), então se você foi instalar em um servidor ex.: que tem uma placa intel 10gb para você não sair procurando drivers e colocando em um pendrive recomendo baixar a versão non-free (que já vem com vários drivers) um outro exemplo seria com placas de videos nvidia. </p>
<p><strong><a href="https://wiki.debian.org/SourcesList" rel="noopener" target="_blank">https://wiki.debian.org/SourcesList</a></strong></p>
<p><strong>main</strong> Consiste em pacotes compatíveis com DFSG <em>(Debian Free Software Guidelines)</em>, que não dependem de software fora desta área para operar.<strong> Estes são os únicos pacotes considerados parte da distribuição Debian</strong>.</p>
<p><strong>contrib</strong> &#8211; Contêm software compatível com DFSG, mas não possuem dependências no principal (possivelmente empacotados para o Debian em não-livre).</p>
<p><strong>non-free</strong> Contém software que não está em conformidade com a DFSG, Exemplo drives proprietários, como o nome já diz não gratuitos. </p>
<p>&#8211; <a href="https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/" rel="noopener" target="_blank">Download Debian 11 Bullseye AMD64</a><br />
&#8211; <a href="https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/amd64/iso-cd/" rel="noopener" target="_blank">Download Debian 11 Bullseye Non-Free AMD64</a></p>
<p>OBS: <em>No exemplo minha rede pertence a classe 192.168.87.0/24 e possui DHCP ativa, porem explicarei como fazer para setar manualmente se caso desejar.</em></p>
<p>Para montar seu pendrive bootavél eu particularmente gosto do <a href="https://www.balena.io/etcher/" rel="noopener" target="_blank">Balena etcher</a>, mas use o da sua preferencia. </p>
<p>Iniciando o boot:</p>
<p>Selecione: <strong>Graphical Install</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-1.png" alt="" width="640" height="480" class="alignnone size-full wp-image-5795" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-1.png 640w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-1-300x225.png 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></p>
<p><strong>Portuguese (Brazil) – Portugues do Brasil</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-2.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5797" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-2.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-2-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-2-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Brasil</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-3.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5798" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-3.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-3-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-3-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Português Brasileiro</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-4.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5799" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-4.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-4-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-4-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Neste momento ele irá identificar sua conexão de rede, e receber seus IP automaticamente via DHCP.<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-6.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5801" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-6.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-6-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-6-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>No entanto se sua rede não estiver configurada para entregar IP automaticamente, ira apresentar uma mensagem dizendo que a configuração falhou:<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-6-a.png" alt="" width="808" height="127" class="alignnone size-full wp-image-5803" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-6-a.png 808w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-6-a-300x47.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-6-a-768x121.png 768w" sizes="auto, (max-width: 808px) 100vw, 808px" /></p>
<p>No entanto se você recebeu o IP automaticamente irá cair na tela de configuração do “Nome de Máquia:” então clique em <strong>Voltar</strong>.<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-7.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5802" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-7.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-7-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-7-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Configurar a rede manualmente</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-8.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5805" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-8.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-8-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-8-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Informe <strong>IP/PREFIX</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-9.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5806" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-9.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-9-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-9-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Gateway</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-10.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5807" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-10.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-10-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-10-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Servidores DNS</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-11.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5808" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-11.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-11-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-11-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>E agora voltamos a tela de <strong>Nome de Máquia</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-7.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5802" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-7.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-7-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-7-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Informe seu domínio se possuir, ou deixe em branco (Se você tiver o DNS reverso configurado ele já trará seu domínio)<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-12.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5809" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-12.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-12-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-12-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Defina <strong>Senha de root (administrador)</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-13.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5810" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-13.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-13-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-13-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Informe seu <strong>Nome completo</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-14.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5811" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-14.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-14-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-14-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Defina um <strong>nome de usuário</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-15.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5812" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-15.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-15-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-15-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Defina a <strong>senha deste usuário</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-15-a.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5815" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-15-a.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-15-a-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-15-a-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Selecione <strong>seu estado</strong> para a escolha do <strong>fuso horário</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-16.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5813" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-16.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-16-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-16-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Chegamos ao particionamento. Aqui vamos ter várias polemicas! Para mim é interessante particionar quando você sabe realmente o que está fazendo, exemplo possuir mais de um disco, ou porejetar que uma partição não destrua o sistema.<br />
Em VMs sempre instalo da forma automatica, não tem o porque está particionando uma máquina virtual (a não ser mais uma vez que você saiba o que quer), ou até mesmo estar fazendo algum tipo de RAID via software (Sou fã do RAID 10 espelhamento e performasse, mas quase sempre faremos isso lá na controladora, mas nada impede de fazer via software se seu servidor não possui uma controladora). Bom poderia falar um tempão aqui, mas em 90% o metodo &#8220;automático&#8221; resolve nossos problemas, então bora! </p>
<p>Selecione <strong>Assistido – usar o disco inteiro</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-17.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5819" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-17.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-17-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-17-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Selecione o Disco</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-18.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5820" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-18.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-18-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-18-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Selecione “<strong>Todos os arquivos em uma partição (para iniciantes)</strong>”, se você selecionar alguma das outras opções é muito importante que você realmente saiba oq está fazendo!<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-19.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5821" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-19.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-19-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-19-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Finalizar o particionamento e escrever as mudanças no disco</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-20.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5822" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-20.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-20-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-20-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Sim</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-21.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5823" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-21.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-21-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-21-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Aguarde&#8230;<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-22.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5824" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-22.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-22-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-22-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Não</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-23.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5825" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-23.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-23-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-23-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Brasil</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-24.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5826" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-24.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-24-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-24-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Eu gosto do <strong>deb.debian.org</strong> (mas pode selecionar outro se desejar)<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-25.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5827" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-25.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-25-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-25-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Deixe em branco</strong>. <em>Acredito que ninguém mais use proxy, mas se for seu caso informe seu usuário e senha da conexão HTTP.</em><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-26.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5828" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-26.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-26-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-26-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Aguarde enquanto os espelhos (repositórios são lidos) é <strong>fundamental ter internet</strong>, caso contrário irá apresentar erro, e prosseguir a instalação vai deixar seu sistema praticamente &#8220;quebrado&#8221;.<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-27.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5829" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-27.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-27-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-27-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Sim</strong>. É sempre importante ajudar a comunidade a saber quais pacotes estão sendo instalado, isso vai ajudar os desenvolvedores a serem visto pela comunidade Debian e quem sabe aquele pacote legal que você precisa compilar na próxima versão já esteja disponível via repositório.<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-28.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5830" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-28.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-28-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-28-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>ESSE É A PARTE MAIS IMPORTANTE PARA A INSTALAÇÃO LIMPA.</strong><br />
Pois não vamos instalar nenhum pacote, e sim apenas o sistema base. O único pacote que é bem provável que você irá precisar é do SSH para fazer o acesso a sua máquina.<br />
Essa instalação é recomendada para servidores! Agora se você está fazendo essa instalação com intuito de usar alguma interface gráfica faça sua escolha e prossiga.<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-29.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5831" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-29.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-29-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-29-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p><strong>Sim</strong><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-31.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5833" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-31.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-31-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-31-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Seleciona o disco qual sera configurado o GRUB (Sem ele o sistema não inicia! Normalmente /dev/sda)<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-32.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5834" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-32.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-32-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-32-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Aguarde a finalização<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-33.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5835" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-33.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-33-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-33-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Continuar para reiniciar<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-34.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5836" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-34.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-34-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-34-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Iremos ver nossa tela do GRUB (Aqui você pode selecionar um kernel anteiro instalado caso o atual apresentar algum problema&#8230;, entre recuperar até mesmo a senha de root)<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-35.png" alt="" width="640" height="480" class="alignnone size-full wp-image-5837" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-35.png 640w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-35-300x225.png 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></p>
<p>E por fim chegamos a tela de login. Nesta tela você pode logar com usuário root diretamente.<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-36.png" alt="" width="800" height="600" class="alignnone size-full wp-image-5838" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-36.png 800w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-36-300x225.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-36-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>Faça um SSH para o IP do seu servidor, se você não sabe qual o IP basta na tela anterior logar e digitar o comando: </p>
<pre class="remontti-code">ip address</pre>
<p>Perceba que estou logando com o usuário remontti e não root, por padrão (segurança) o SSH não permite que você logue com usuário root, então use o usuário &#8220;comum&#8221; da sua instalação para logar. OBS: Não seja **** de ir trocar as configurações do SSH e permitir o root logar<em> (Isso me deixa ***!)</em><br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-37.png" alt="" width="1245" height="503" class="alignnone size-full wp-image-5839" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-37.png 1245w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-37-300x121.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-37-1024x414.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-37-768x310.png 768w" sizes="auto, (max-width: 1245px) 100vw, 1245px" /></p>
<p>Se desejar configurar o <a href="https://wiki.debian.org/SourcesList" rel="noopener" target="_blank">repositório non-free e contrib</a>, para isso basta editar o arquivo /etc/apt/sources.list </p>
<pre class="remontti-code"># nano /etc/apt/sources.list</pre>
<p>Agora adicione ao final de cada repositório> <strong>contrib non-free</strong> como na imagem:<br />
<img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-apt.png" alt="" width="1906" height="1031" class="alignnone size-full wp-image-5851" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-apt.png 1906w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-apt-300x162.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-apt-1024x554.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-apt-768x415.png 768w, https://blog.remontti.com.br/wp-content/uploads/2021/09/Debian_11-apt-1536x831.png 1536w" sizes="auto, (max-width: 1906px) 100vw, 1906px" /><br />
Saia usando CRTL + X, em seguida atualize as informações do repositório com o comando:</p>
<pre class="remontti-code"># apt update</pre>
<p>Para atualizar (se disponível) os pacotes use:</p>
<pre class="remontti-code"># apt upgrade</pre>
<p>Ao usar o repositório non-free sempre recomendo a instalação dos pacotes: firmware-linux*</p>
<pre class="remontti-code"># apt search firmware-linux
firmware-linux/stable 20210315-3 all
  Binary firmware for various drivers in the Linux kernel (metapackage)

firmware-linux-free/stable,now 20200122-1 all [installed,automatic]
  firmware binário para vários drivers no núcleo Linux

firmware-linux-nonfree/stable 20210315-3 all
  Binary firmware for various drivers in the Linux kernel (metapackage)</pre>
<pre class="remontti-code"># apt install firmware-linux firmware-linux-free firmware-linux-nonfree</pre>
<p>Reinicie seu servidor para carregar os novos módulos do kernel</p>
<pre class="remontti-code"># reboot</pre>
<p>Curtiu o conteúdo? Quer me ajudar manter o blog? <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><strong>Se quiser fazer uma doação para o café ficarei muito feliz pelo seu reconhecimento!</strong><br />
<a href="https://blog.remontti.com.br/doar"><img decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2019/07/quero-doar-remontti.png" /></a></p>
<p>Participe do canal no <a href="https://t.me/blogremontti" rel="noopener noreferrer" target="_blank">telegram</a> para ficar atualizado sempre que publicar um novo tutorial. </p>
<p>Se não puder doar pode deixar seu agradecimento nos comentário também ficarei feliz em saber que ajudei. Se tiver qualquer pergunta deixe-a também. Se preferir entrar em Contato <a href="https://blog.remontti.com.br/meucontato" rel="noopener noreferrer" target="_blank">clique aqui.</a></p>
<p>Abraço!</p>
<p>O post <a href="https://blog.remontti.com.br/5792">Instalação do Debian 11 Bullseye limpa passo-a-passo</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.remontti.com.br/5792/feed</wfw:commentRss>
			<slash:comments>39</slash:comments>
		
		
			</item>
		<item>
		<title>Criando certificado grátis com  Let’s Encrypt para o Apache  no Debian 10</title>
		<link>https://blog.remontti.com.br/3548</link>
					<comments>https://blog.remontti.com.br/3548#comments</comments>
		
		<dc:creator><![CDATA[Rudimar Remontti]]></dc:creator>
		<pubDate>Tue, 17 Sep 2019 19:19:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[certificado]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Domínio]]></category>
		<category><![CDATA[Let’s Encrypt]]></category>
		<category><![CDATA[letsencrypt]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php7]]></category>
		<category><![CDATA[Virtual]]></category>
		<guid isPermaLink="false">https://blog.remontti.com.br/?p=3548</guid>

					<description><![CDATA[<p>Let’s Encrypt entrega certificados digitais que permite HTTPS (SSL/TLS) para sites gratuitamente, de maneira fácil. É um serviço fornecido pelo Internet Security Research Group Requisitos: Debian 10 Stretch / Instalação Limpa (Funciona no Deb9)&#46;&#46;&#46;</p>
<p>O post <a href="https://blog.remontti.com.br/3548">Criando certificado grátis com  Let’s Encrypt para o Apache  no Debian 10</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://letsencrypt.org" rel="noopener noreferrer" target="_blank">Let’s Encrypt</a> entrega certificados digitais que permite HTTPS (SSL/TLS) para sites gratuitamente, de maneira fácil. É um serviço fornecido pelo Internet Security Research Group</p>
<p>Requisitos:<br />
<a href="https://blog.remontti.com.br/2966" rel="noopener noreferrer" target="_blank">Debian 10 Stretch / Instalação Limpa</a><br />
<em>(Funciona no Deb9)</em></p>
<p>Let’s Encrypt apresentado, vamos a instalação.</p>
<pre class="remontti-code"># su - 
# apt update
# apt upgrade
# apt install letsencrypt python-certbot-apache</pre>
<p>Para nosso exemplo crie um domínio virtual nas configurações do apache.<br />
Lei mais em: <a href="https://blog.remontti.com.br/3464" rel="noopener noreferrer" target="_blank">Como ter diversos sub/domínios no mesmo servidor? (Domínios virtuais com Apache2)</a></p>
<p>Lembre de em seu servidor DNS ter configurado do host (no meu ex.: &#8220;blog&#8221;) apontando para o IP de seu servidor.</p>
<p>Criamos o arquivo que vai representar o host blog. Vou utilizar como base o diretório /var/www/blog que vamos criar em seguida.</p>
<pre class="remontti-code"># vim /etc/apache2/sites-available/cloud.conf</pre>
<pre class="remontti-code">&lt;virtualhost *:80&gt;
        ServerName blog.remontti.com.br
        ServerAdmin noc@remontti.com.br
 
        DocumentRoot /var/www/blog 
 
        &lt;directory /var/www/blog/ &gt;
                Options FollowSymLinks
                AllowOverride All
        &lt;/directory&gt; 
 
        LogLevel warn 
        ErrorLog ${APACHE_LOG_DIR}/error_cloud.log
        CustomLog ${APACHE_LOG_DIR}/access_cloud.log combined
&lt;/virtualhost&gt;</pre>
<p>Por segurança recomendo remover a assinatura do servidor, evitando os &#8220;espertinhos&#8221;</p>
<pre class="remontti-code"># sed -i &#039;s/ServerTokens OS/ServerTokens Prod/&#039; /etc/apache2/conf-available/security.conf
# sed -i &#039;s/ServerSignature On/ServerSignature Off/&#039; /etc/apache2/conf-available/security.conf</pre>
<p>Crie o diretório e uma uma index só para representar nosso &#8220;olá mundo&#8221;.</p>
<pre class="remontti-code"># mkdir /var/www/blog/
#  echo &#039;&lt;h1&gt;Hello world!&lt;/h1&gt;&#039; &gt; /var/www/blog/index.html</pre>
<p>Antes de gerar o certificado pare &#8220;blog.remontti.com.br&#8221;.</p>
<pre class="remontti-code"># systemctl stop apache2</pre>
<pre class="remontti-code"># letsencrypt --authenticator standalone --installer apache -d blog.remontti.com.br</pre>
<p>Responda como abaixo:</p>
<pre class="remontti-code">Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer apache
Enter email address (used for urgent renewal and security notices) (Enter &#039;c&#039; to
cancel): seu@email.com.br
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please read the Terms of Service at
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must
agree in order to register with the ACME server at
https://acme-v02.api.letsencrypt.org/directory
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(A)gree/(C)ancel: A
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Would you be willing to share your email address with the Electronic Frontier
Foundation, a founding partner of the Let&#039;s Encrypt project and the non-profit
organization that develops Certbot? We&#039;d like to send you email about our work
encrypting the web, EFF news, campaigns, and ways to support digital freedom.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o: N
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for blog.remontti.com.br
Waiting for verification...
Cleaning up challenges
Created an SSL vhost at /etc/apache2/sites-available/blog-le-ssl.conf
Enabled Apache socache_shmcb module
Enabled Apache ssl module
Deploying Certificate to VirtualHost /etc/apache2/sites-available/blog-le-ssl.conf
Enabling available site: /etc/apache2/sites-available/blog-le-ssl.conf
 
Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: No redirect - Make no further changes to the webserver configuration.
2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
new sites, or if you&#039;re confident your site works on HTTPS. You can undo this
change by editing your web server&#039;s configuration.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press &#039;c&#039; to cancel): 2
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Congratulations! You have successfully enabled https://blog.remontti.com.br
 
You should test your configuration at:
https://www.ssllabs.com/ssltest/analyze.html?d=blog.remontti.com.br
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/blog.remontti.com.br/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/blog.remontti.com.br/privkey.pem
   Your cert will expire on 2019-10-24. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot again
   with the &quot;certonly&quot; option. To non-interactively renew *all* of
   your certificates, run &quot;certbot renew&quot;
 - Your account credentials have been saved in your Certbot
   configuration directory at /etc/letsencrypt. You should make a
   secure backup of this folder now. This configuration directory will
   also contain certificates and private keys obtained by Certbot so
   making regular backups of this folder is ideal.
 - If you like Certbot, please consider supporting our work by:
 
   Donating to ISRG / Lets Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le</pre>
<p>Já pode acessar no navegador o domínio com HTTPS &#8220;blog.remontti.com.br&#8221;</p>
<p>Dica, se desejar desativar o TLS1.0 e TLS1.1 após criar um certificado um arquivo é criado /etc/letsencrypt/options-ssl-apache.conf, então edite e inclua no SSLProtocol TLSv1 -TLSv1.1</p>
<pre class="remontti-code"># vim /etc/letsencrypt/options-ssl-apache.conf</pre>
<p>Ficando</p>
<pre class="remontti-code">#SSLProtocol            all -SSLv2 -SSLv3
SSLProtocol             all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1</pre>
<p>Reinicie o Apache:</p>
<pre class="remontti-code"># systemctl restart apache2</pre>
<p>Para testar acesse: <a href="https://www.cdn77.com/tls-test/" rel="noopener" target="_blank">https://www.cdn77.com/tls-test/</a><br />
<a href="https://blog.remontti.com.br/wp-content/uploads/2021/10/tls_teste.png" data-rel="lightbox-gallery-j71tAbNd" data-rl_title="" data-rl_caption="" title=""><img loading="lazy" decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2021/10/tls_teste-300x182.png" alt="" width="300" height="182" class="alignnone size-medium wp-image-6158" srcset="https://blog.remontti.com.br/wp-content/uploads/2021/10/tls_teste-300x182.png 300w, https://blog.remontti.com.br/wp-content/uploads/2021/10/tls_teste-1024x620.png 1024w, https://blog.remontti.com.br/wp-content/uploads/2021/10/tls_teste-768x465.png 768w, https://blog.remontti.com.br/wp-content/uploads/2021/10/tls_teste.png 1099w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p>Para renovar automaticamente crie um script e adicione ao cron.</p>
<pre class="remontti-code"># vim  /etc/renova-cert.sh</pre>
<p>Adicione</p>
<pre class="remontti-code">#!/bin/bash
/usr/bin/systemctl stop apache2
/usr/bin/certbot -q renew
/usr/bin/systemctl start apache2</pre>
<p>Damos permissão para executar</p>
<pre class="remontti-code"># chmod +x /etc/renova-cert.sh</pre>
<p>Adicionamos ao Cron para toda meia noite renovar</p>
<pre class="remontti-code"># echo &#039;00 00   * * *   root    /etc/renova-cert.sh&#039; &gt;&gt; /etc/crontab
# systemctl restart cron</pre>
<p>Agora você já tem seu domínio com certificado! Esse certificado pode ser utilizado para outro serviços.</p>
<p><center><strong>Se quiser fazer uma doação para o café ficarei muito feliz pelo seu reconhecimento!</strong><br />
<a href="https://blog.remontti.com.br/doar"><img decoding="async" src="https://blog.remontti.com.br/wp-content/uploads/2019/07/quero-doar-remontti.png" /></a></center></p>
<p>Se não puder doar pode deixar seu agradecimento nos comentário também ficarei feliz em saber que ajudei. Se tiver qualquer pergunta deixe-a também. Se preferir entrar em Contato <a href="https://blog.remontti.com.br/meucontato" rel="noopener noreferrer" target="_blank">clique aqui.</a></p>
<p>Abraço!</p>
<p>O post <a href="https://blog.remontti.com.br/3548">Criando certificado grátis com  Let’s Encrypt para o Apache  no Debian 10</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.remontti.com.br/3548/feed</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
			</item>
		<item>
		<title>Debian 5.0.1 + VMware Server 2</title>
		<link>https://blog.remontti.com.br/436</link>
					<comments>https://blog.remontti.com.br/436#comments</comments>
		
		<dc:creator><![CDATA[Rudimar Remontti]]></dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:06:28 +0000</pubDate>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[virtualização]]></category>
		<category><![CDATA[vmware]]></category>
		<guid isPermaLink="false">http://www.remontti.com.br/blog/?p=436</guid>

					<description><![CDATA[<p>Hoje ao instalar o VMware Server 2 no Debian passei por umas dificuldades na instalação, pois ele não se entendia com a versão do gcc, então quero deixar aqui todos os comando que realizei&#46;&#46;&#46;</p>
<p>O post <a href="https://blog.remontti.com.br/436">Debian 5.0.1 + VMware Server 2</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hoje ao instalar o VMware Server 2 no Debian passei por umas dificuldades na instalação, pois ele não se entendia com a versão do gcc, então quero deixar aqui todos os comando que realizei para que chegasse ao final da instalação com sucesso, não irei entrar em detalhe. qualquer dúvida postem ai!</p>
<p>Com o Debian 5.0.1 apenas com sistema básico instalado e mais nada.</p>
<p>Instalarei o pacote ssh para fazer o acesso da minha máquina, utilizo o software (SSH Secure Shell Client) para o acesso, o mesmo tem opção para enviar arquivos facilitando na hora de enviar os arquivos do VMware-server. Sem mais vamos aos comandos.<br />
<span id="more-436"></span><br />
<span style="color: #ff6600;"># aptitude install ssh<br />
# aptitude install linux-headers-`uname -r`<br />
# aptitude install build-essential apache2 php5 psmisc<br />
# mkdir /home/vmware</span> (Vou colocar minhas maquinas neste diretorio)</p>
<p>Faça download do VMware Server, você precisa criar uma conta, depois na página de download veja que bem acima tem um serial anote ele, vai ser solicitado no final da instalacao.<br />
<a href="http://www.vmware.com/download/server/" target="_blank">http://www.vmware.com/download/server/</a><br />
Envie o mesmo para seu servidor</p>
<p>Antes o pulo do gato!<br />
<span style="color: #ff6600;"># export CC=/usr/bin/gcc-4.1<br />
# ln -s -f /usr/bin/gcc-4.1 /usr/bin/gcc<br />
# cd /usr/src/<br />
# ln -s linux-headers-2.6.26-2-686 linux</span></p>
<p>Descompactando e instalando&#8230;</p>
<p><span style="color: #ff6600;"># tar -zxvf VMware-server-2.0.1-156745.i386.tar.gz<br />
# cd vmware-server-distrib<br />
# ./vmware-install.pl</span></p>
<p>Creating a new VMware Server installer database using the tar4 format.</p>
<p>Installing VMware Server.</p>
<p>In which directory do you want to install the binary files?<br />
[/usr/bin] <strong>(ENTER)</strong></p>
<p>What is the directory that contains the init directories (rc0.d/ to rc6.d/)?<br />
[/etc] <strong>(ENTER)</strong></p>
<p>What is the directory that contains the init scripts?<br />
[/etc/init.d] <strong>(ENTER)</strong></p>
<p>In which directory do you want to install the daemon files?<br />
[/usr/sbin] <strong>(ENTER)</strong></p>
<p>In which directory do you want to install the library files?<br />
[/usr/lib/vmware] <strong>(ENTER)</strong></p>
<p>The path &#8220;/usr/lib/vmware&#8221; does not exist currently. This program is going to<br />
create it, including needed parent directories. Is this what you want?<br />
[yes] <strong>(ENTER)</strong></p>
<p>In which directory do you want to install the manual files?<br />
[/usr/share/man] <strong>(ENTER)</strong></p>
<p>In which directory do you want to install the documentation files?<br />
[/usr/share/doc/vmware] <strong>(ENTER)</strong></p>
<p>The path &#8220;/usr/share/doc/vmware&#8221; does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes] <strong>(ENTER)</strong></p>
<p>The installation of VMware Server 2.0.1 build-156745 for Linux completed<br />
successfully. You can decide to remove this software from your system at any<br />
time by invoking the following command: &#8220;/usr/bin/vmware-uninstall.pl&#8221;.</p>
<p>Before running VMware Server for the first time, you need to configure it by<br />
invoking the following command: &#8220;/usr/bin/vmware-config.pl&#8221;. Do you want this<br />
program to invoke the command for you now? [yes] <strong>(ENTER)</strong></p>
<p>Making sure services for VMware Server are stopped.</p>
<p>Stopping VMware autostart virtual machines:<br />
Virtual machines                                                   failed<br />
Stopping VMware management services:<br />
VMware Virtual Infrastructure Web Access<br />
VMware Server Host Agent                                           failed<br />
Stopping VMware services:<br />
VMware Authentication Daemon                                        done<br />
Virtual machine monitor                                             done</p>
<p>You must read and accept the End User License Agreement to continue.<br />
Press enter to display it. <strong>(ENTER)</strong></p>
<p>&#8230;.</p>
<p><em>LICENÇA</em></p>
<p><span style="color: #ff0000;">q </span><strong>(ENTER)</strong></p>
<p>&#8230;.<br />
Do you accept? (yes/no) <span style="color: #ff0000;">yes </span><strong>(ENTER)</strong></p>
<p>Thank you.</p>
<p>None of the pre-built vmmon modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vmmon module for<br />
your system (you need to have a C compiler installed on your system)? [yes] <strong>(ENTER)</strong></p>
<p>Using compiler &#8220;/usr/bin/gcc-4.1&#8221;. Use environment variable CC to override.</p>
<p>What is the location of the directory of C header files that match your running<br />
kernel? [/lib/modules/2.6.26-2-686/build/include]  <strong>(ENTER)</strong></p>
<p>Extracting the sources of the vmmon module.</p>
<p>Building the vmmon module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entrando no diretÃ³rio `/tmp/vmware-config0/vmmon-only&#8217;<br />
make -C /lib/modules/2.6.26-2-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entrando no diretÃ³rio `/usr/src/linux-headers-2.6.26-2-686&#8242;<br />
CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/linux/driverLog.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/hashFunc.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o<br />
CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o<br />
LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o<br />
LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko<br />
make[1]: Saindo do diretÃ³rio `/usr/src/linux-headers-2.6.26-2-686&#8242;<br />
cp -f vmmon.ko ./../vmmon.o<br />
make: Saindo do diretÃ³rio `/tmp/vmware-config0/vmmon-only&#8217;<br />
The vmmon module loads perfectly into the running kernel.</p>
<p>None of the pre-built vmci modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vmci module for<br />
your system (you need to have a C compiler installed on your system)? [yes] <strong>(ENTER)</strong></p>
<p>Extracting the sources of the vmci module.</p>
<p>Building the vmci module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entrando no diretÃ³rio `/tmp/vmware-config0/vmci-only&#8217;<br />
make -C /lib/modules/2.6.26-2-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entrando no diretÃ³rio `/usr/src/linux-headers-2.6.26-2-686&#8242;<br />
CC [M]  /tmp/vmware-config0/vmci-only/linux/driver.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/linux/driverLog.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciContext.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDatagram.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDriver.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDs.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciEvent.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciGroup.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciHashtable.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciProcess.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/common/vmciResource.o<br />
LD [M]  /tmp/vmware-config0/vmci-only/vmci.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmci-only/vmci.mod.o<br />
LD [M]  /tmp/vmware-config0/vmci-only/vmci.ko<br />
make[1]: Saindo do diretÃ³rio `/usr/src/linux-headers-2.6.26-2-686&#8242;<br />
cp -f vmci.ko ./../vmci.o<br />
make: Saindo do diretÃ³rio `/tmp/vmware-config0/vmci-only&#8217;<br />
The vmci module loads perfectly into the running kernel.</p>
<p>None of the pre-built vsock modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vsock module for<br />
your system (you need to have a C compiler installed on your system)? [yes] <strong>(ENTER)</strong></p>
<p>Extracting the sources of the vsock module.</p>
<p>Building the vsock module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entrando no diretÃ³rio `/tmp/vmware-config0/vsock-only&#8217;<br />
make -C /lib/modules/2.6.26-2-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entrando no diretÃ³rio `/usr/src/linux-headers-2.6.26-2-686&#8242;<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/af_vsock.o<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/driverLog.o<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/util.o<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/vsockAddr.o<br />
LD [M]  /tmp/vmware-config0/vsock-only/vsock.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
WARNING: &#8220;VMCIDatagram_CreateHnd&#8221; [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: &#8220;VMCIDatagram_DestroyHnd&#8221; [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: &#8220;VMCI_GetContextID&#8221; [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: &#8220;VMCIDatagram_Send&#8221; [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
CC      /tmp/vmware-config0/vsock-only/vsock.mod.o<br />
LD [M]  /tmp/vmware-config0/vsock-only/vsock.ko<br />
make[1]: Saindo do diretÃ³rio `/usr/src/linux-headers-2.6.26-2-686&#8242;<br />
cp -f vsock.ko ./../vsock.o<br />
make: Saindo do diretÃ³rio `/tmp/vmware-config0/vsock-only&#8217;<br />
Unable to make a vsock module that can be loaded in the running kernel:<br />
insmod: error inserting &#8216;/tmp/vmware-config0/vsock.o&#8217;: -1 Unknown symbol in module<br />
There is probably a slight difference in the kernel configuration between the<br />
set of C header files you specified and your running kernel.  You may want to<br />
rebuild a kernel based on that directory, or specify another directory.</p>
<p>The VM communication interface socket family is used in conjunction with the VM<br />
communication interface to provide a new communication path among guests and<br />
host.  The rest of this software provided by VMware Server is designed to work<br />
independently of this feature.  If you wish to have the VSOCK feature  you can<br />
install the driver by running vmware-config.pl again after making sure that<br />
gcc, binutils, make and the kernel sources for your running kernel are<br />
installed on your machine. These packages are available on your distribution&#8217;s<br />
installation CD.<br />
[ Press the Enter key to continue.]</p>
<p>Do you want networking for your virtual machines? (yes/no/help) [yes] <strong>(ENTER)</strong></p>
<p>Configuring a bridged network for vmnet0.</p>
<p>Please specify a name for this network.<br />
[Bridged] <strong>(ENTER)</strong></p>
<p>The following bridged networks have been defined:</p>
<p>. vmnet0 is bridged to eth0</p>
<p><span style="color: #ff0000;"><em>Se voce tiver mais que uma interface lhe será feito uma pergunta, informe qual vai usar.</em></span></p>
<p>All your ethernet interfaces are already bridged.</p>
<p>Do you want to be able to use NAT networking in your virtual machines? (yes/no)<br />
[yes] <span style="color: #ff0000;">no</span> <strong>(ENTER)</strong></p>
<p>Do you want to be able to use host-only networking in your virtual machines?<br />
[no] <strong>(ENTER)</strong></p>
<p>None of the pre-built vmnet modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vmnet module for<br />
your system (you need to have a C compiler installed on your system)? [yes] <strong>(ENTER)</strong></p>
<p>Extracting the sources of the vmnet module.</p>
<p>Building the vmnet module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entrando no diretÃ³rio `/tmp/vmware-config1/vmnet-only&#8217;<br />
make -C /lib/modules/2.6.26-2-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entrando no diretÃ³rio `/usr/src/linux-headers-2.6.26-2-686&#8242;<br />
CC [M]  /tmp/vmware-config1/vmnet-only/driver.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/hub.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/userif.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/netif.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/bridge.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/filter.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/procfs.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/smac_compat.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/smac.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/vnetEvent.o<br />
CC [M]  /tmp/vmware-config1/vmnet-only/vnetUserListener.o<br />
LD [M]  /tmp/vmware-config1/vmnet-only/vmnet.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config1/vmnet-only/vmnet.mod.o<br />
LD [M]  /tmp/vmware-config1/vmnet-only/vmnet.ko<br />
make[1]: Saindo do diretÃ³rio `/usr/src/linux-headers-2.6.26-2-686&#8242;<br />
cp -f vmnet.ko ./../vmnet.o<br />
make: Saindo do diretÃ³rio `/tmp/vmware-config1/vmnet-only&#8217;<br />
The vmnet module loads perfectly into the running kernel.</p>
<p>Please specify a port for remote connections to use [902] <strong>(ENTER)</strong></p>
<p>Please specify a port for standard http connections to use [8222] <strong>(ENTER)</strong></p>
<p>Please specify a port for secure http (https) connections to use [8333] <strong>(ENTER)</strong></p>
<p>The current administrative user for VMware Server  is &#8221;.  Would you like to<br />
specify a different administrator? [no] <strong>(ENTER)</strong></p>
<p>Using root as the VMware Server administrator.</p>
<p>In which directory do you want to keep your virtual machine files?<br />
[/var/lib/vmware/Virtual Machines] <span style="color: #ff0000;">/<strong>home/vmware</strong></span> <strong>(ENTER) </strong><em>Local onde ficaram seus arquivos</em><strong><br />
</strong></p>
<p>Please enter your 20-character serial number.</p>
<p>Type XXXXX-XXXXX-XXXXX-XXXXX or &#8216;Enter&#8217; to cancel:  <strong><span style="color: #ff0000;">USE O SERIAL QUE LHE FOI INFORMADO NA TELA DE DOWNLOAD</span></strong> <strong>(ENTER)</strong></p>
<p>Creating a new VMware VIX API installer database using the tar4 format.</p>
<p>Installing VMware VIX API.</p>
<p>In which directory do you want to install the VMware VIX API binary files?<br />
[/usr/bin] <strong>(ENTER)</strong></p>
<p>In which directory do you want to install the VMware VIX API library files?<br />
[/usr/lib/vmware-vix/lib] <strong>(ENTER)</strong></p>
<p>The path &#8220;/usr/lib/vmware-vix/lib&#8221; does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes] <strong>(ENTER)</strong></p>
<p>In which directory do you want to install the VMware VIX API document pages?<br />
[/usr/share/doc/vmware-vix] <strong>(ENTER)</strong></p>
<p>The path &#8220;/usr/share/doc/vmware-vix&#8221; does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes] <strong>(ENTER)</strong></p>
<p>The installation of VMware VIX API 1.6.2 build-156745 for Linux completed<br />
successfully. You can decide to remove this software from your system at any<br />
time by invoking the following command: &#8220;/usr/bin/vmware-uninstall-vix.pl&#8221;.</p>
<p>Enjoy,</p>
<p>&#8211;the VMware team</p>
<p>Starting VMware services:<br />
Virtual machine monitor                                             done<br />
Virtual machine communication interface                             done<br />
Virtual ethernet                                                    done<br />
Bridged networking on /dev/vmnet0                                   done<br />
VMware Server Authentication Daemon (background)                    done<br />
Shared Memory Available                                             done<br />
Starting VMware management services:<br />
VMware Server Host Agent (background)                               done<br />
VMware Virtual Infrastructure Web Access<br />
Starting VMware autostart virtual machines:<br />
Virtual machines                                                    done</p>
<p>The configuration of VMware Server 2.0.1 build-156745 for Linux for this<br />
running kernel completed successfully.<br />
Mole não? Parace windows Next &gt;&gt; Next &gt;&gt; Next &gt;&gt; hehehe</p>
<p><span style="color: #ff6600;"># reboot</span></p>
<p>Agora acesse via web http://ipdoserver:8222<br />
Aceite o certificado entre com o user root e sua senha.<br />
Agora é só criar suas máquinas virtuais, para quem usou o VMware Workstation é a mesma coisa, Só que via web.</p>
<p>Abraço!</p>
<p>O post <a href="https://blog.remontti.com.br/436">Debian 5.0.1 + VMware Server 2</a> apareceu primeiro em <a href="https://blog.remontti.com.br">Remontti</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.remontti.com.br/436/feed</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
	</channel>
</rss>
