Blog

Docker DRUPAL Container

# Preseed drupal files with persitent storagemkdir /var/www/html/kimconnect/{modules,profiles,sites,themes}docker run --rm drupal tar -cC /var/www/html/sites .…

Docker ShellInABox

docker run --privileged -p 9999:4200 -e SIAB_PASSWORD=password-e SIAB_SUDO=true sspreitzer/shellinabox:latestdocker run --privileged -d --name shellinabox -p…

Firewall-Cmd

# Show all zonesfirewall-cmd --get-zones# Show Active Zonesfirewall-cmd --get-active-zones# Show Trusted Zonefirewall-cmd --list-all --zone=trusted# Set…

LAMP Stack using Docker

# Install docker and composeyum install docker docker-compose -y# Add user into docker groupusermod -aG…

Linux Swapfile

There's a more updated post here. Setup Swap on CentOS Localhost:# Check memory & swap…

Docker Alpine OpenSSH-Client

# Run Alpinedocker run --privileged --restart always --name alpine alpine:latest# Run these commands from inside…

MySQL on Localhost

Modern versions of MySQL is memory intensive; thus, it is a pre-requisite that an adequate…

MySQL Docker Container

################### Dockerfile Build Method ######################mkdir /var/lib/docker/mysql && cd /var/lib/docker/mysqlvim Dockerfile################## Dockerfile contents ###################### Derived from…

Storage & Transfer Speed Unit of Measurement

Intro What's all this talk about bits and bytes? Why do hard drive manufacturers measure…

Common Windows Ports and Services

Port Protocol Application protocol System service name n/a GRE GRE (IP protocol 47) Routing and…

Blackberry Server “Send As” issue

To correct the "Send As" issue I have outlined the steps I use to quickly…

Quickbooks Enterprise 6 Data Server Migration

In Quickbooks 2006 and newer, there's a server component that needs to be installed. Thus,…

SQL: Exists Condition

The EXISTS condition is considered "to be met" if the subquery returns at least one…

Hard drive Copying

Requirements: Windows 2000,XP Pro, 2003 Server robocopy.exe- in the windows resource kits or download here…

Remote Desktop: change default listening port

1. Start Registry Editor. 2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber 3.…

How to move the Active Directory (AD) Global Catalog (GC) to another domain controller (DC)

You don't actually move the GC between servers. Instead, you simply enable the GC on…

Enable Remote Assistance (Windows XP/2003)

The Remote Assistance feature is a convenient way for an administrator to remotely connect to…

How to transport Outlook contacts

Export your contacts from Outlook: In Outlook, on the File menu, click Import and Export.…

Windows: How to Disable F1 Help Center Function in Windows Explorer

Step 1: Create a Dummy File that does nothing   # Dummy-File-Creator.ps1$dummyFile="C:\Windows\dummy.exe"$output = new-object byte[]…

Restoring AD – using Secondary Domain Controller

1. Reset Administrator password ntdsutil  reset password on server [servername]  [password], confirm [password]  quit, quit  2.…