Skip to content

Phils Blog and Stuff

TELECOMS. VIRTUALIZATION. IT. CODING. and more…

Menu
  • Home
  • Resources
    • Subnet Mask Cheat Sheet
    • Easy Dmarc+Email
    • MX Tool Box
    • LOAD BALANCING & SRE
  • SHOP
  • SOLUTIONS
  • SERVICES
  • Contact Me
Menu

Category: Little Guides

Adding a OpenVPN client on ubuntu 10.04…

Posted on 07/05/201208/03/2023 by Phil

First the certificate (key) should be created on the server. cd /etc/openvpn/easy-rsa/ source vars ./pkitool hostname Copy the certificate files to the client * /etc/openvpn/ca.crt * /etc/openvpn/easy-rsa/keys/hostname.crt * /etc/openvpn/easy-rsa/keys/hostname.key Then the client should be setup apt-get install openvpn cd /etc/openvpn cp /usr/share/doc/openvpn/examples/sample-config/client.conf client.conf Edit the client.conf file (edit all that you need to fit your…

Read more

How To setup SSH Key Authentication on Linux

Posted on 04/05/201208/03/2023 by Phil

This short tutorial explains how to setup SSH to use key based authentication, by default on CentOS this is disabled. To start with follow our guide on how to generate SSH key pairs and copy the key over. Configure SSH to enable Public Key Based Authentication Open up /etc/sshd_config in vi and find the following…

Read more

How to install WordPress on Ubuntu 12.04 LTS

Posted on 01/05/201208/03/2023 by Phil

The articles explains how to install WordPress on Ubuntu 12.04, to instructions are step by step and I use the latest version of WordPress using the .dpkg package from apt. To start off with install install the Ubuntu WordPress package with: apt-get install wordpress php5-gd This should pull down and install everything you need to…

Read more

OpenVPN to a VPS… Secure communications…

Posted on 01/05/201208/03/2023 by Phil

There are several potential benefits to setting up a VPN to your Asterisk server. All traffic is encrypted and you don’t need to open lots of ports in the firewall. Also there are no issues with SIP and NAT as traffic is routed over the VPN tunnel. This is a pretty advanced setup but here…

Read more

Creating an OpenVPN Tunnel…

Posted on 28/04/201208/03/2023 by Phil

OpenVPN OpenVPN uses Public Key Infrastructure (PKI) to encrypt VPN traffic between nodes. A simple way of setting up a VPN with OpenVPN is to connect the clients through a bridge interface on the VPN server. This guide will assume that one VPN node, the server in this case, has a bridge interface configured. For…

Read more

Asterisk UK Ring Tone Settings

Posted on 25/04/201208/03/2023 by Phil

To Setup Asterisk with UK Ring tones and various other UK ringing tones such as engaged tone and other BT ring tones add / modify your existing indications.conf Personally I comment out the existing UK section and add the following UK section in indications.conf: [general] country=uk [uk] description = United Kingdom ringcadence = 400,200,400,2000 ;…

Read more

Ubuntu 12.04 Release Date

Posted on 25/04/201208/03/2023 by Phil

With the Ubuntu 12.04 release date just around the corner and the release in final beta we should be expecting a release date any day now, the estimated release date for 12.04 Precise Pangolin is the 26th of April 2012. Until then you might want to download Ubuntu 12.04 using our instructions, just so long…

Read more

How To Upgrade to Ubuntu 12.04 for Desktops & Servers running 10.04 or 11.10

Posted on 25/04/201208/03/2023 by Phil

This post contains full instructions on how to upgrade to Ubuntu 12.04 from 10.04 or 11.10 for servers and desktops I have included both GUI and command line upgrade instructions for Ubuntu 12.04 updates. If you have any 3rd party propriatory graphics card drivers installed it is recommended you remove them prior to the upgrade…

Read more

Rasberry Pi Debian Download Image Link

Posted on 22/04/201208/03/2023 by Phil

How to download Rasberry Pi Debian image both directly and via high speed torrents. The Debian Squeeze image is recommended if you are just starting out using Rasberry Pi and need a working Linux system and contains LCDE, dev tools and some example source code to sink your teeth into. Rasberry Pi Debian Squeeze Download…

Read more

CentOS 6 LAMP Install (Apache MySQL & PHP) via YUM

Posted on 22/04/201208/03/2023 by Phil

This tutorial will walk you through the process of installing a CentOS 6 LAMP server, LAMP stands for Linux Apache MySQL PHP and is often refereed to as a “LAMP Stack“. CentOS is a popular choice for web servers as it’s based on RHEL (Redhat Linux), this tutorial will use YUM to install the required packages. This…

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

POSTS

  • Home Assistant. Add water meter with PHP+MQTT+YML.
  • Automating your home with Home Assistant. Initial install and config (Hyper-V).
  • The importance of setting up email security correctly.
  • Automate Debian installations with Seed, DHCP and Nginx.
  • A simple link shortener.. Fun little project…

WORD CLOUD

3CX 3CX Phone System Apache Asterisk Cacti CentOS CRM DHCP DNS Email Fail over Failover File System Firewall FreeBSD FreeNAS FXO IAX install IP IP PBX Linux M0n0wall Nottingham Open Source PBX PFSense PHP Router Server SIP snom SSH TrixBox ubuntu VLAN Voice VoIP VPN vyatta WAN Website WiFi yealink ZFS

© 2025 Phils Blog and Stuff | Powered by Superbs Personal Blog theme