Skip to main content

Recently Updated Pages

LVM

Linux

LVM functions by layering abstractions on top of physical storage devices. The basic layers that ...

Updated 4 years ago by Dave

Fedora 30 QEMU-KVM OVMF Passthrough

Linux

My Hardware Motherboard: Z370 AORUS Gaming 5 (rev. 1.0)CPU: Intel(R) Core(TM) i7-8700K CPURAM: 6...

Updated 4 years ago by Dave

OpenSSL

Linux

Check SSL On domain openssl s_client -connect www.domain.com:443 Check a Certificate Signing R...

Updated 4 years ago by Dave

Docker Swarm (WIP)

Linux

On master docker swarm init Copy/Paste docker swarm join on all other nodes docker swarm join ...

Updated 5 years ago by Dave

Docker

Linux

Docker hub https://hub.docker.com/ Searching an Image docker search <img-name> Pull a I...

Updated 5 years ago by Dave

Cisco ASA - AnyConnect VPN

Networking

Enable webvpn webvpn enable outside anyconnect image disk0:/anyconnect-win-4.0.00061-k9.pkg ...

Updated 5 years ago by Dave

Apache/Nginx/Varnish

Linux

Apache vhost vim /etc/httpd/conf/httpd.conf add ( include vhosts/*.conf ) at the bottom mkdir ...

Updated 5 years ago by Carl

Fedora Build ACS Override Patch Kernel

Linux

Add RPM Fusion sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-relea...

Updated 5 years ago by Dave

Kubernetes the hard way

Linux

node notes kube-1 192.168.1.8 192.168.2.151kube-2 192.168.1.10 192.168.2.162kube-3 192.168.1.6 1...

Updated 5 years ago by Dave

rdiff-backup

Linux

#!/bin/bash SERVEURS="HOSTNAME.SEVER.COM 127.0.0.1" RDIFFEXCLUSIONS="--exclude /mnt --exclude...

Updated 5 years ago by Dave

Firewall iptables script

Linux Firewall

# Interfaces WAN="ens3" LAN="ens9" #ifconfig $LAN up #ifconfig $LAN 192.168.1.1 netmask 255...

Updated 5 years ago by Dave

named

Linux

/etc/named.conf options { listen-on port 53 { any; }; listen-on-v6 { none; }; ...

Updated 5 years ago by Dave

SQL Server 2016 Step by Step: Creating AlwaysOn Availability Group

Windows MS SQL

Table of Contents Prerequisites: This environment: SQL Server Installation Failover Cl...

Updated 5 years ago by Dave

Windows Server 2012 booting in recovery (GPT/UEFI FIX)

Windows

If OS keeps booting in recovery, this is how you can fix it: Open the CMD in the windows live ...

Updated 5 years ago by Dave

Git

Linux

Tags git tag -a v0.1 -m "tagname"git tag v0.1Deletegit tag -d v0.1 Branch Create branchgit bra...

Updated 5 years ago by Dave

Chef notes

Linux

run cookbook locallychef-client --local-mode recipes/default.rb genrate cookbook chef generate c...

Updated 5 years ago by Dave

OpenStack MySQL command

OpenStack

Force delete snapshot use cinder; update snapshots set status='deleted', deleted='1' where id =...

Updated 5 years ago by Dave

Innodb recovery

Linux MySQL

What we will need to do for the recovery is to stop mysql and put it in innodb_force_recovery to ...

Updated 5 years ago by Dave

Reset MySQL root password

Linux MySQL

Stop MySQL systemctl stop mysqld Set the MySQL environment option systemctl set-environment MY...

Updated 5 years ago by Dave

MS SQL Commands

Windows MS SQL

Rename a domain user: ALTER LOGIN [OLD_DOMAIN\Administrator] WITH NAME = [NEW_DOMAIN\Administrat...

Updated 5 years ago by Dave