A Linux and Cybersecurity expert in Australia. RHCE, Linux+, Sec+, CySA+, CASP+, CISM

Contact our friendly team to get started.

Windows

Preparing Windows 7/8 for kids

This article is for those looking to prepare a Windows 7 or 8 computer for kids. These are the steps i take as a minimum. 1. Remove all unnecessary software from the PC. Unnecessary software (such as download assistant software, assistive software, adware software, etc can lead kids (and adults)

Read more
All HowTo's

Adding Neo4J to OpenShift

This article shows how to add a Neo4J cartridge to your OpenShift application. We’re assuming you have an application already created and that you’re simply needing to add the Neo4J database to your existing app. The YML file is: https://raw.githubusercontent.com/danielnatali/openshift-neo4j-cartridge/master/metadata/manifest.yml You can add Neo4J via the command line as follows:

Read more
All HowTo's Cyber-Security Redhat, Fedora and CentOS Linux Web Servers

Minimal Apache SSL Configuration (Redhat)

This document shows the minimal information you need to have a working Apache server serving HTTPS requests. It’s typical to put your configuration files in (when using Redhat) “/etc/httpd/conf.d/”. We’re using certificates supplied to us and not self signed certificates. <VirtualHost *:443> LogLevel warn SSLEngine on SSLCertificateFile /etc/httpd/keys/www.example.com.crt SSLCertificateKeyFile /etc/httpd/keys/www.example.com.key

Read more