Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

175 total results found

Magento Installation

Linux Magento

Magento2 ------------------------------------------------------------------------------------------------------------------------------------------------ Magento is an ecommerce stack typically made up of the following components: nginx/apache mysql/mariad...

Useful Commands

Linux Magento

SWAP

Linux Linux Filesystem (FHS), Storage Concept...

==================================================================================== What is SWAP? Swap memory is space that is reserved via the hard disk and should only be utilized when necessary and in cases where the servers dedicated memory has been mos...

Overview

My Solution

Installing & launching a PROXMOX server

My Solution Proxmox

================================================================================= Installation PROXMOX ISO download: https://www.proxmox.com/en/downloads/proxmox-virtual-environment/iso

Installing pfSense

My Solution pfSense

Installing pfSense pfSense ISO: https://www.pfsense.org/download/ download the pfSense ISO or copy the download URL to install directly onto server. attach ISO to server 

Flame

My Solution Self Hosted

Flame is essentially just a web dashboard for accessing your other self hosted apps. Installation https://github.com/pawelmalak/flame/wiki/Installation-without-Docker#prerequisites

BookStack

My Solution Self Hosted

Bookstack is a self-hosted notes platform that you're currently using to read this. Installation https://jardin.icamole.site/books/bookstack/page/installation Backup and restore process https://www.bookstackapp.com/docs/admin/backup-restore/  Side note on...

Local Backups

My Solution Backups

Local backups are performed via cronjobs configured on a per server basis, depending on the files & databases required. BookStack Backups Database backups are performed using the mysqldump command, and using a dedicated 'backup' mysql user, with read only pr...

Off-Site Backups

My Solution Backups

Network Configuration

My Solution Proxmox

PfSense Networking for my VMs is done through pfSense, which is basically an router/firewall OS installed onto a VM, and configured to pass network traffic from the WAN network (144.76.138.40) to the LAN network (192.168.1.1/24) via a network bridge. For mor...

BASH ULTIMATE MAN PAGE

Bash, Scripting & Coding Bash

==================================================================================== #!/bin/bash Beginning a bash script ==================================================================================== echo 'enter domain name to test' read domain S...

Single User Mode

Linux Boot, Kernel, Recovery, and Tunables

==================================================================================== You might need to boot into single user mode in some of the following cases: Completely locked out of server - no credentials know root or sudo users inaccessible. Filesys...

FSCK

Linux Boot, Kernel, Recovery, and Tunables

==================================================================================== FSCK (File System Consistency Check) ----------------------------------------------------------------------------------------------------------------------------------------...

Resource usage and performance

Linux Monitoring

==================================================================================== ATOP ==================================================================================== Nice value In Linux, the nice value is a user-space and process-level mechanism t...

Full Server Restore (Dedi or Virtual)

Linux Backups & Restores

Full Server Restores ==================================================================================== Commvault ---------------------------------------------------------------------------------------------------------------------------------------------...

Commvault Backups

Linux Backups & Restores

==================================================================================== Installing Commvault Agent on Linux server https://kb.ukfast.net/Installing_Commvault_Agent_on_Linux_Client  https://kb.ukfast.net/Launching/Installing_Commvault   Ensur...

Clearing Command Line History

Linux SSH & Authentication

Oh dear, you've made a mistake on a clients server and want to hide the evidence... There's a few options here, also see the history man page for more info. 1. Remove the command from bash history using the history -d command: history -d LINE-NUMBER The do...