[Linux Tutorial] Kompozer in Debian 9 64bit amd

Source: debianforum tried with Ubuntu 17.04 and Debian 9 “Stretch” sudo apt update sudo apt upgrade -y sudo apt install libatk1.0-0 libc6 libcairo2 libfontconfig1 libfreetype6 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk2.0-0 libnspr4 libnss3 libpango1.0-0 libstdc++6 libx11-6 libxft2 libxinerama1 libxrender1 libxt6 zlib1g wget https://launchpad.net/ubuntu/+archive/primary/+files/kompozer-data_0.8%7Eb3.dfsg.1-0.1ubuntu2_all.deb wget https://launchpad.net/ubuntu/+archive/primary/+files/kompozer_0.8%7Eb3.dfsg.1-0.1ubuntu2_amd64.deb wget https://launchpad.net/ubuntu/+archive/primary/+files/libidl0_0.8.14-1_amd64.deb wget https://launchpad.net/ubuntu/+archive/primary/+files/libpng12-0_1.2.54-1ubuntu1_amd64.deb cd /home/user sudo dpkg…

Continue reading

[Tutorial] Automatically enable HTTPS on your website with EFF’s Certbot

Source: Here Note: Certbot is meant to be run on the server where your website is hosted. If you don’t have administrative shell access to your webserver or you’re not familiar with command line server administration, you should check if your hosting provider has built-in Let’s Encrypt support by contacting them…

Continue reading

[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…

Continue reading

[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:…

Continue reading

[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…

Continue reading