Tag: linux

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

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

Standard

Installing and configuring NFS server on Debian 8 Jessie

NFS is a file system that can be shared by several hosts. In this tutorial, we’ll explain how to install and configure an NFS server on Debian 8 Jessie. Installing and configuring an NFS server First, we use the command below to install the NFS server: apt-get install nfs-kernel-server Our folder to be shared will

Latest news

Latest news directly from our blog.