Ficando Um Pouco Doente De zmeu

Parece que todos os arquivos de log de todos os servidores HTTP que eu administro têm seus logs de erros repletos de erros HTTP 404 nos últimos dias. E de onde exatamente estão todos esses erros? Aparentemente, eles vêm de crianças de script que procuram assumir os bancos de dados SQL para o lulz. O QUE É

Ficando Um Pouco Doente De zmeu Read Post »

Install Apache2, MariaDB And PHP 7.2 With PhpMyAdmin On Ubuntu 16.04 | 18.04 | 18.10 (LAMP + PhpMyAdmin)

This brief tutorial shows students and new users how to install LAMP + phpMyAdmin on Ubuntu 16.04 | 18.04 | 18.10 servers…. LAMP is an acronym for Linux (Ubuntu), Apache2 HTTP Server, MariaDB or MySQL Database Server and PHP Scripting Language… It is a group of open source software and building blocks of many of the web applications and majority of the content management systems

Install Apache2, MariaDB And PHP 7.2 With PhpMyAdmin On Ubuntu 16.04 | 18.04 | 18.10 (LAMP + PhpMyAdmin) Read Post »

Como visualizar o uso do espaço em disco no Linux

Você pode encontrar na Internet um monte de ferramentas que visualizam o uso do espaço em disco no Linux. Nem precisava. O próprio sistema operacional já apresenta uma solução robusta chamadadf. O comando “df” significa “disk filesystem” e pode ser facilmente utilizada para avaliar o espaço em disco no sistema de arquivos do Linux. Vamos estudar agora dez pontos

Como visualizar o uso do espaço em disco no Linux Read Post »

Forçar Tráfego Torrent através da VPN Split Tunnel

Nós mostramos a você como configurar o Split Tunnel da VPN no Ubuntu Server 14.04 LTS , agora trazemos a próxima seqüência nos guias do túnel dividido: o guia VPN Split Tunnel para sistemas systemd como o Debian 8 e o Ubuntu 16.04. Neste guia, mostraremos como configurar o Split Tunnel no Ubuntu Server 16.04 LTS , Debian 8,  Minibian  e Raspbian

Forçar Tráfego Torrent através da VPN Split Tunnel Read Post »

Seedbox installation

rtinst 1. Introduction Seedbox installation rtorrent, rutorrent, nginx, vsftpd, and autodl-irssi will be installed and configured. It takes about 10 minutes to run, depending on your server setup. After you have run the script and everything is working, I suggest a reboot, the script does not automate this reboot, you need to do it manually

Seedbox installation Read Post »

VÁRIOS SERVIÇOS DE ARMAZENAMENTO NAS NUVENS COM RCLONE-BROWSER

Se você possui contas Google Drive, Dropbox, OneDrive e outras opções, veja como fazer para usar vários serviços de armazenamento na nuvem com RcloneBrowser no Ubuntu, Arch Linux e derivados. RcloneBrowser é uma interface gráfica de usuário para o Rclone, disponível para Linux, Mac e Windows. Já o Rclone, é uma ferramenta de linha de comando para sincronizar arquivos

VÁRIOS SERVIÇOS DE ARMAZENAMENTO NAS NUVENS COM RCLONE-BROWSER Read Post »

Linux Virtual Memory Management

Se você usa Linux, alguma vez já notou uma lentidão extrema – a ponto de algumas vezes deixar o sistema irresponsivo – ao copiar arquivos grandes, de alguns gigabytes, para mídias lentas, como pendrives USB (especialmente aqueles “genéricos”, que oferecem baixa performance)? Se o seu computador é 64 bits e tem bastante memória RAM (8

Linux Virtual Memory Management Read Post »

Netplan configuration examples

Below are a collection of example netplan configurations for common scenarios. If you see a scenario missing or have one to contribute, please file a bug against this documentation with the example using the links at the bottom of this page. Thank you! Configuration To configure netplan, save configuration files under /etc/netplan/ with a .yamlextension (e.g. /etc/netplan/config.yaml), then run sudo

Netplan configuration examples Read Post »

Inotify watches exhausted

The Instant Scan depends on the inotify watches system, provided by the Linux Kernel. Every Linux installation has a specific amount of inotify watches set by default. If you want to know how many inotify watches your system has, execute the next command: # cat /proc/sys/fs/inotify/max_user_watches You will need one inotify watch per watched directory. Thus, the

Inotify watches exhausted Read Post »

Configurando um endereço IP estático com Netplan

Abaixo seguem as etapas para configurar um endereço IP estático com o Netplan. Os arquivos de configuração do Netplan estão localizados no diretório /etc/netplan/. O padrão do arquivo de configuração é /etc/netplan/01-netcfg.yaml. Abra o arquivo de configuração com um editor: sudo nano /etc/netplan/01-netcfg.yaml A sintaxe de configuração é na linguagem de programação Python (formato .yaml), de modo que a

Configurando um endereço IP estático com Netplan Read Post »

CONFIGURANDO O APACHE PARA DEIXAR DOIS SERVIDORES WEB NO MESMO LINK

CONFIGURANDO O APACHE2 DO PRIMEIRO SERVIDOR Vamos começar instalando o apache2 e algumas libs:  sudo apt-get install apache2 php7.2 libapache2-mod-php7.2 $ sudo apt-get install libapache2-mod-auth-mysql php7.2-mysql $ sudo apt-get install apache2-prefork-dev Habilitando os módulos do apache para o redirecionamento e para o proxy pass:  sudo a2enmod env proxy_ajp proxy_balancer proxy proxy_connect proxy_http rewrite ssl headers

CONFIGURANDO O APACHE PARA DEIXAR DOIS SERVIDORES WEB NO MESMO LINK 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 »

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 »

Rolar para cima