Author: Lucas

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Monitoring monthly bandwidth on Linux

How much monthly bandwidth is your Linux server using? To answer this question, we’ll use the “vnstat” utility. Installing and using vnstat Install vnstat: apt-get install vnstat Configure the network interface you want to monitor (in our example we used the “eth0” interface): vnstat -u -i eth0 From now on, just wait a few minutes

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

Latest news

Latest news directly from our blog.