|

Monitor Network Traffic and Bandwidth Usage In Real Time

If you want to monitor network throughput on the command line interface, use nload application. It is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in and outgoing traffic using two graphs and provides additional info like total amount of transferred data and min/max network usage.

|

Kompiuterio išjungimas automatiškai [linux]

Būna situacijų kai norime kad kompiuteris išsijungtų automatiškai, nustatytą valandą. Šiuo atveju yra įvairių sprendimo būdų. Pateiksiu kelis variantus, jų yra žymiai daugiau. 1. Panaudosime cron. cron – If you want to shutdown Linux box automatically everyday 8 pm then you need to use cron instead of at command (see below for examples). Useful to…