Author: Lucas

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Isolating Bootstrap from CSS and avoiding conflicts

CSS conflicts are common when using a bootstrap. within an existing page with other styles already defined. You can isolate your CSS bootstrap so that it acts from a specific DIV, as in the example below: <div class=”bootstrap-iso”> <!– A partir daqui sua página será estilizada com seu Bootstrap CSS –> </div> How do I

Standard

Linux: Read-only partition (Solving)

When we start Linux in recovery mode, for example, the root partition will be mounted read-only. How to remount the root partition in Read / Write mode ? After booting Linux, run the command below to remount in Read and Write mode: mount -o remount,rw / OK, now the root partition has been remounted in

Standard

Installing and Configuring ZFS on Debian 9 Stretch

Installing ZFS on Debian 9 Stretch is a simple process that doesn’t require many steps. Let’s go! First make sure that your “sources.list” repository contains the “contrib” repositories: deb http://deb.debian.org/debian stretch main contrib non-free deb-src http://deb.debian.org/debian stretch main contrib non-free deb http://deb.debian.org/debian stretch-updates main contrib non-free deb-src http://deb.debian.org/debian stretch-updates main contrib non-free Kernel Headers must

Latest news

Latest news directly from our blog.