Install Odoo 10 on CentOS 7

The following commands run as the root user logged into a CentOS 7 (RHEL 7) based host will install the pre-req’s of Odoo 10 (latest nightly build) and then Odoo 10 itself.

Install and activate the EPEL Repository

yum install epel-release

Install, configure and start PostgreSQL DB Server

yum install -y postgresql-server
postgresql-setup initdb
systemctl enable postgresql
systemctl start postgresql

Install and activate the Odoo 10 Nightly Repository

yum install yum-utils
yum-config-manager --add-repo=https://nightly.odoo.com/10.0/nightly/rpm/odoo.repo

Install Odoo 10 itself

yum -y install odoo

After the first start of Odoo, you can configure your Admin Password in the /etc/odoo/openerp-server.conf file:

admin_passwd = PASSWORDTEXT

Restart Odoo after configuring the admin password:

systemctl restart odoo

This will deliver the basic and initial Odoo Install available on the local server.

FYI and regards,
Richard.

Posted in Network Presence, Sales | Tagged , , | Comments Off on Install Odoo 10 on CentOS 7

New 10Gbps Internet Link coming online for Network Presence in Sydney

For the last few weeks we’ve been testing and proving a new 10Gbps fiber based link for us in the Equinix SY1 Data Centre in Mascot, Sydney.

These tests & trialing have all gone well and this new 10Gpbs link will come online soon for most customers.

This new fiber optic link in Sydney has better and lower latency Internet hops and routers to both the domestic and International Internet than we’ve had before and locally (domestic Internet access) this includes direct Sydney (and all capital cities) hand-off to Telstra’s network, so we’re now very “close” to Telstra ISP & mobile network end-users nationwide!

Customers will be using this link more and more over the coming weeks and months and it’ll have a redundant path coming online for this same 10Gbps uplink later in 2017.

Regards,
Richard.

Posted in Network Presence, Sales | Tagged , , , | Comments Off on New 10Gbps Internet Link coming online for Network Presence in Sydney

Data Centre, Network & POP Maintenance Notice – Wed evening & Thu morning, June 14/15th 2017

During the evening of Wednesday, June 14th from 9pm that night (through to 6am on Thursday morning) we will be performing upgrades to selected hosting server platforms of Network Presence in Sydney, Australia.

Customers with services (VPS) on the hosting platforms to be upgraded may be emailed advisory notices shortly, and this is a general notice related to other ancillary upgrades and Infrastructure Maintenance being performed during this scheduled window of time.

This Maintenance Window starts from 9pm Sydney time on the evening of Wednesday, June 14th 2017 through to 6am on the Thursday morning, and I’ll be personally contactable by phone & online during and after these works in-case there’s any issues that arise. During this Maintenance Window, selected network or server equipment will be worked on, upgraded and restarted. Works will be completed as quickly as possible (and where possible, timing information will be in emails to affected customers) and restarts are short service interruptions only, while upgrades may incur longer service interruptions.

This will incur outages to selected hosting services of Network Presence in Australia during this off-peak scheduled works period.
In addition, there may be some impact (short 5-10 minute periods) to the general Internet Connectivity of portions of Network Presence in Sydney during these works, though redundant routing will be utilised during these works.

Progress updates during the works will be posted to our Operations Twitter Feed at https://twitter.com/netpresops

FYI and regards,
Richard.

Posted in Network Presence | Comments Off on Data Centre, Network & POP Maintenance Notice – Wed evening & Thu morning, June 14/15th 2017

Data Centre, Network & POP Maintenance Notice – Friday evening & Saturday morning, April 21st/22nd 2017

During the evening of Friday, April 21st from 9pm that night (through to 6am on Saturday morning) we will be performing upgrades to selected hosting server platforms of Network Presence in Sydney, Australia.

Customers with services (VPS) on the hosting platforms to be upgraded may be emailed advisory notices shortly, and this is a general notice related to other ancillary upgrades and Infrastructure Maintenance being performed during this scheduled window of time.

This Maintenance Window starts from 9pm Sydney time on the evening of Friday, April 21st 2017 through to 6am on the Saturday morning, and I’ll be personally contactable by phone & online during and after these works in-case there’s any issues that arise. During this Maintenance Window, selected network or server equipment will be worked on, upgraded and restarted. Works will be completed as quickly as possible (where possible, timing information will be in emails to affected customers) and restarts are short service interruptions only, while upgrades may incur longer service interruptions.

This will incur outages to selected hosting services of Network Presence in Australia during this off-peak scheduled works period.
In addition, there may be some impact (short 5-10 minute periods) to the general Internet Connectivity of portions of Network Presence in Sydney during these works, though redundant routing will be utilised during these works.

Progress updates during the works will be posted to our Operations Twitter Feed at https://twitter.com/netpresops

FYI and regards,
Richard.

Posted in Network Presence | Comments Off on Data Centre, Network & POP Maintenance Notice – Friday evening & Saturday morning, April 21st/22nd 2017

Monitoring & Tuning Linux Network Stack for Sending Data

An excellent foray into the depths of the Linux Networking Stack and s/ware at https://blog.packagecloud.io/eng/2017/02/06/monitoring-tuning-linux-networking-stack-sending-data/

Posted in Network Presence | Comments Off on Monitoring & Tuning Linux Network Stack for Sending Data

Data Centre, Network & POP Maintenance Notice – Wed evening & Thu morning, February 22nd/23rd 2017

During the evening of Wednesday, February 22nd from 9pm that night (through to 6am on Thursday morning) we will be performing upgrades to selected hosting server platforms of Network Presence in Sydney, Australia.

Customers with services (VPS) on the hosting platforms to be upgraded may be emailed advisory notices shortly, and this is a general notice related to other ancillary upgrades and Infrastructure Maintenance being performed during this scheduled window of time.

This Maintenance Window starts from 9pm Sydney time on the evening of Wednesday, February 22nd 2017 through to 6am on the Thursday morning, and I’ll be personally contactable by phone & online during and after these works in-case there’s any issues that arise. During this Maintenance Window, selected network or server equipment will be worked on, upgraded and restarted. Works will be completed as quickly as possible (where possible, timing information will be in emails to affected customers) and restarts are short service interruptions only, while upgrades may incur longer service interruptions.

This will incur outages to selected hosting services of Network Presence in Australia during this off-peak scheduled works period.
In addition, there may be some impact (short 5-10 minute periods) to the general Internet Connectivity of portions of Network Presence in Sydney during these works, though redundant routing will be utilised during these works.

Progress updates during the works will be posted to our Operations Twitter Feed at https://twitter.com/netpresops

FYI and regards,
Richard.

Posted in Network Presence | Comments Off on Data Centre, Network & POP Maintenance Notice – Wed evening & Thu morning, February 22nd/23rd 2017

Generating Multi-Domain SSL CSR and Key files

A compound SSL Certificate product available from some Registrars currently is the “Multi-Domain” Certificate, for up to 3 x domains by default, with more available from there.

To generate the required Key and CSR files to obtain those multi-domain Certificates, OpenSSL command lines like the following can be used:

openssl req -new -newkey rsa:2048 -sha256 -nodes -keyout FILENAME.key -out FILENAME.csr -subj '/C=XX/ST=STATE/L=LOCATION/O=ORGANISATION/OU=ORGUNIT/CN=FIRSTDOMAINNAME/emailAddress=EMAIL@ADDRESS/subjectAltName=DNS.1=SECONDDOMAIN,DNS.2=THIRDDOMAIN'

Additional domains can be added by appending more “,DNS.X=NEXTDOMAINNAME” (where X is from 3 onwards) in the subjectAltName parameter.

For more OpenSSL operations, see our older OpenSSL post.

FYI,
Richard.

Posted in Network Presence | Tagged , | Comments Off on Generating Multi-Domain SSL CSR and Key files

Apache Tomcat/TomEE Administration Training Course for 3 days from Monday April 3rd 2017

We’ve confirmed the date for the next Tomcat Administration Training Course that I present via Network Presence here in Adelaide during the week starting April 3rd.

Both Tomcat 7 and 8 the latest TomEE will be covered, with many course segments noting differences and changes between Tomcat 6, 7 & 8.

This course will be run at the first-rate Training Rooms of Express Training Connections in Gawler Place, Adelaide CBD and if you’re interested, please contact Sue at ETC on by email to info@etc-australia.com or phone 08 82324502 (Intl. +61 8 8232 4502)

This is an intensive and highly-technical (requires Linux or Windows System Admin capabilities) hands-on training course run over 3 days, with generous lunch & teas included by ETC. Each student has their own dedicated classroom desktop server, with virtualised local and cloud-based servers for trials, tutorials, testing, and there’s Internet accessible ‘Production’ servers for each student. Both Linux and Windows local and cloud-hosted servers are available to course participants, so if you prefer to work in Windows based systems for your Tomcat Training, then that’s fine.

The broad topics covered in the course are:

+ Tomcat Architecture, including installation and clustering
+ Tomcat Software Components
+ Comparison and Online Discovery of Difference between Tomcat, TomEE, Glassfish, JBoss, Geronimo and WebSphere
+ Trouble Shooting and Admin features
+ Performance and Tuning of both Tomcat & TomEE
+ Common and example Tomcat Web Applications, incl. Liferay, CAS, Hippo, OpenCMS, Enonic, Alfresco, dotCMS and other ‘bundled’ Tomcat systems/distributions.

There’s Tutorial, Trial sessions and an open workflow of subject presentation with multimedia support (electronic course notes supplied), then guided demonstrations and more to give deep understanding and some experience in technical details of Tomcat operations.

As per above, please contact Sue at ETC on by email to info@etc-australia.com or phone 08 82324502 if you have any interest or follow-up queries on this course being presented in early April 2017 in Adelaide, South Australia.

FYI and regards,
Richard.

Posted in Network Presence, Sales | Tagged , , | Comments Off on Apache Tomcat/TomEE Administration Training Course for 3 days from Monday April 3rd 2017

Value SSD VPS Plans

Released in January 2017 our Value SSD VPS Plans provide fantastic Sydney/Australia based VPS resources and pricing.

See https://www.networkpresence.com.au/hosting/vps-plans/value-ssd-vps.html for these VPS Plans.

Regards,
Richard.

Posted in Network Presence, Sales | Tagged , | Comments Off on Value SSD VPS Plans

Installing Fail2Ban on CentOS 7

Fail2Ban is an important utility on the modern Internet for stopping “port probe” and other repeat intrusion/login attempts on your Internet services. The following describes how to install and initially configure it to monitor & block repeated login failures on the SSH service.

It isn’t in the standard CentOS 7 Repositories, but is easily installed and configured with the following commands and settings done as the root user:

a) The Fail2Ban package is in the EPEL-Release repository which is activated with the command:

yum install epel-release

b) After the above which makes the EPEL Release Repository available for use, Fail2Ban is installed with:

yum install fail2ban
(type ‘y’ to confirm the EPEL Key etc)

c) Fail2Ban is activated on the system with the command:

systemctl enable fail2ban

A quick SSH based default config for fail2ban is achieved by loading the following lines to the newly created file /etc/fail2ban/jail.local

[DEFAULT]
# Ban hosts for one hour:
bantime = 3600

# Override /etc/fail2ban/jail.d/00-firewalld.conf:
banaction = iptables-multiport

[sshd]
enabled = true

The above configured Fail2Ban to block repeat offenders for 1 hour, to use the IPTables Firewalling capabilities on the SSH port of 22.

After loading the above to the jail.local file, restart the fail2ban service with:

systemctl restart fail2ban

You can check on fail2ban’s operations with the command:

fail2ban-client status

FYI,
Richard.

Posted in Network Presence | Tagged , , , | Comments Off on Installing Fail2Ban on CentOS 7