In this tutorial, we’ll show you how to install the Webmin control panel on an Ubuntu 16.04 server. You most likely already know what Webmin is, so we’ll skip the introductions.
How to Install iproute2 software package in Ubuntu 17.04 (Zesty Zapus). Iproute2 software package provides networking and traffic control tools, you can install. Feb 15, 2017 - iproute2 4.9.0-1ubuntu1 source package in Ubuntu. Pick them from the source directory * debian/iproute2.install: Install the bash completion. Here you'll find instructions on how to install and uninstall software from the following linux releases. Installion: How To Install iproute On Ubuntu 15.04 Installion.co.uk.
Webmin is a pretty lightweight control panel. The requirements are:
The installation is pretty easy. But before we start installing Webmin, you’ll need to update your VPS:
Then, if you don’t already have them installed, install nano and wget with the following command:
Now, onto our Webmin installation.
We’ll be using the DEB repository to install Webmin.
First, open the apt sources list:
and add the following line at the bottom of the file:
Next, add the Webmin key with the following commands:
Update the package list again so it includes the Webmin package:
And now you can finally install Webmin with:
The installation should take a few minutes. After it’s done, you can access webmin by using your IP address and port 10000:
https://your:ip:adress:10000
You can login with the username ‘root’ and your root password. You can change all these settings later on.
That’s it. We’re all done. It was that simple.
Jump to navigationJump to searchOriginal author(s) | Alexey Kuznetsov |
---|---|
Developer(s) | Stephen Hemminger |
Stable release | |
Repository | |
Written in | C |
Operating system | Linux |
Type | Networking |
License | GPLv2 |
Website | wiki.linuxfoundation.org/networking/iproute2 |
iproute2
is a collection of userspace utilities for controlling and monitoring various aspects of networking in the Linux kernel, including routing, network interfaces, tunnels, traffic control, and network-related device drivers.
iproute2 is an open-source project released under the terms of version 2 of the GNU General Public License. Its development is closely tied to the development of networking components of the Linux kernel. As of December 2013, iproute2 is maintained by Stephen Hemminger. The original author, Alexey Kuznetsov, was responsible for the quality of service (QoS) implementation in the Linux kernel.[2]
iproute2 collection contains the following command-line utilities: ip
, ss
, bridge
, rtacct
, rtmon
, tc
, ctstat
, lnstat
, nstat
, routef
, routel
, rtstat
, tipc
, arpd
and devlink
.[3]tc
is used for traffic control. iproute2 utilities communicate with the Linux kernel using the netlink protocol. Some of the iproute2 utilities are often recommended over now-obsolete net-tools
utilities that provide the same functionality.[4][5] Below is a table of obsolete utilities and their iproute2 replacements.
Legacy utility | Obsoleted by | Note |
---|---|---|
ifconfig | ip addr , ip link , ip -s | Address and link configuration |
route | ip route | Routing tables |
arp | ip neigh | Neighbors |
iptunnel | ip tunnel | Tunnels |
nameif | ifrename , ip link set name | Rename network interfaces |
ipmaddr | ip maddr | Multicast |
netstat | ip -s , ss , ip route | Show various networking statistics |