netstat: command not found

This simply means that the relevant package net-tools which includes netstat executable is not installed, thus missing. The package net-tools may not be installed on your system by default so you need to install it manually. The package also includes aditional utilisties such as arp, ifconfig, netstat, rarp, nameif and route. To make netstat available on your system simply install the net-tools package using the bellow command: # apt-get install …

Continue reading ‘netstat: command not found’ »

VirtualBox – общая папка

Разработчиками VirtualBox добавлена возможность создания “Общей папки”, которая будет доступна для обмена файлами между обеими операционными системами. Для того, чтобы получить доступ к Общей папке из VirtualBox нужно сделать: 1. Установить пакет дополнений VirtualBoxAdditions. 2. Далее в основной операционной системе Windows создаём папку с произвольным названием (например – «tmp») 3. В VirtualBox нажимаем настройку выбранной виртуальной операционной …

Continue reading ‘VirtualBox – общая папка’ »