Tag: debian
[Tutorial] How To Set Up Apache Virtual Hosts on Ubuntu 16.04
Source: Here By Brennen Bearnes Introduction The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on the internet and is extremely powerful and flexible. Apache breaks its functionality and components into individual units…
[Tutorial] How to add multiple IP addresses using single network interface on Debian/Ubuntu server
Source: Here Important Notes 1.) Before making any changes to your network configuration, please make sure you obtain any relevant information such as Gateway, Subnet and allocated IP Block details to ensure no mistakes are made! 2.) Make a backup of your existing configuration in case you need to fall…
[Tutorial] Set Up EchoLink Proxy in Ubuntu 16.04
Running an Echolink proxy in Ubuntu 16.04 is relatively easy. This tutorial assumes that you’re planning on setting this up via the command line. Prerequisites: A Java Runtime Environment (JRE). If you don’t have one installed already, you can do so using apt. $ sudo apt-get install openjdk-9-jre-headless Get started:…
[Tutorial] Installing aprsc
Installing aprsc aprsc is “officially” “supported” on the following platforms: Debian stable (8.0, “jessie”): i386, x86_64 Debian oldstable (7.0, “wheezy”): i386, x86_64, armhf Raspberry Pi (armv6l) Ubuntu LTS (14.04, 16.04): i386 and x86_64 CentOS 6: i386 and x86_64 CentOS 7: x86_64 The i386 builds actually require an i686 (Pentium 2…
[Tutorial] Webmin
Installing on Debian If you are using the DEB version of webmin, first download the file from the downloads page , or run the command : wget http://prdownloads.sourceforge.net/webadmin/webmin_1.900_all.deb then run the command : dpkg –install webmin_1.900_all.deb The install will be done automatically to /usr/share/webmin, the administration username set to root…