Skip to main content

Recently Updated Pages

Configuring DR Replica

Windows Hyper-V

Open failover cluster manager Right click the Cluster -> Select "Configure Role"  ...

Updated 5 years ago by Dave

Linux - Netplan

Networking

This new tool replaces the static interfaces (/etc/network/interfaces) on ubuntu 18.04 DHCP net...

Updated 5 years ago by Dave

Linux Routing

Networking

Routing View routes ip route ip route Adding a route ip addr add 192.168.1.100/24 dev eth0 ...

Updated 5 years ago by Dave

Arch install notes (uEFI & Nvidia)

Linux

Before starting the bootable media, if you are on a GTX 10XX, the interface will not load properl...

Updated 5 years ago by Dave

Add IP on vSwitch

Windows Hyper-V

So you installed hyper-v and you need to configure your NIC with your public IP and your secondar...

Updated 5 years ago by Dave

Nagios NRPE

Linux

Downloading Nagios Core: https://www.nagios.org/downloads/nagios-core/thanks/?t=1500128149 Inst...

Updated 5 years ago by Dave

cPanel Notes

Linux cPanel

Useful scripts Restart ssh from URL http://11.22.33.44:2086/scripts2/doautofixer?autofix=safe...

Updated 5 years ago by Dave

DB's and Users

Linux MySQL

Create a DB CREATE DATABASE new_database; Drop a DB DROP DATABASE new_database; Create a new ...

Updated 5 years ago by Dave

Adding a LVM Cinder Volume

OpenStack

  mkfs.ext /dev/md0 mkdir /cinder-vol mount /dev/md0 /cinder-volumes dd if=/dev/zero of=/cind...

Updated 5 years ago by Dave

Ansible

Linux

This Wiki page is a list of examples based of this project i created, for the full project detail...

Updated 6 years ago by Dave

MySQL Replication

Linux MySQL

*** TESTED FOR CENTOS 7 *** NEED TO HAVE PORT 3306 OPENED! -- MASTER = 10.1.2.117, SLAVE = 10.1....

Updated 6 years ago by Dave

Regular expressions

Linux

SED Character Description ^ Matches the beginning of the line $ Matches the end of th...

Updated 6 years ago by Dave

Exim - Find Spam

Linux cPanel

  To get a sorted list of email sender in exim mail queue. It will show the number of mails send...

Updated 6 years ago by Dave

Firewalld

Linux Firewall

Zones Pre-defined zones within firewalld are: drop: The lowest level of trust. All incoming c...

Updated 6 years ago by Dave

iptables

Linux Firewall

iptables arguments -t = table, -X = del chain, -i = interface Deleting a line: iptables -L --l...

Updated 6 years ago by Dave

Verifying CMS versions

Linux

WordPress version: Linux/cPanel: find /home/*/public_html/ -type f -iwholename "*/wp-includes/v...

Updated 6 years ago by Dave

Software Raid

Linux Raid

Create raid: Raid levels can be changed with: --level=1 // --level=0 // --level=5 Raid 1 mdadm...

Updated 6 years ago by Dave

Grub

Linux

Normal grub install (root@server) # grub     GNU GRUB version 0.97 (640K lower / 3072K upper ...

Updated 6 years ago by Dave

SSL .htaccess

Other

WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTPS...

Updated 6 years ago by Dave

Update a port in Neutron

OpenStack

  To update a port in neutron you can do the following: neutron port-update --fixed-ip su...

Updated 6 years ago by Dave