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

134 total results found

Locale, Date & Time

Linux Linux System Variables

Locale In Linux, a locale is a set of environment variables that defines the language, country, and character encoding settings for a user's environment. Locales affect various aspects of a program's behavior, such as the way dates and times are displayed, th...

RAM

Linux Hardware and System Performance

View current RAM configuration lsmem View current RAM usage (human readable) free -h Older systems might not like -h, you can also run the command without it.

SSL Validation

Linux SSL

==================================================================================== SSL Validation   ----------------------------------------------------------------------------------------------------------------------------------------------- CNAME DNS V...

AutoSSL

Linux cPanel

------------------------------------------------------------------------------------------------------------------------------------------------ Quick fixes DCV Required Port: 53 UDP   AutoSSL detecting an internal IP? Check using cpdig command: /scripts/...

SSL Checks

Linux SSL

==================================================================================== Online Tools There are various online tools which can be used for SSL validation, here are a few:   SSL Checker   WhyNoPadlock   QuaysSSL lab   -------------------------...

LBv2 Overview

Linux LoadBalancers

ANS Portal > Servers > Load Balancers Services: haproxy   Warden  /var/log/warden/warden.log   Keepalived – manages which side of lb the IPs are located on                                    /var/log/syslog 

Repositories

Linux PHP

https://rpms.remirepo.net/wizard/ 

Programming Constructs

Bash, Scripting & Coding

------------------------------------------------------------------------------------------------------------------------------------------------ FOR LOOPS For loops are a fundamental programming construct used to execute a block of code repeatedly. They are ...

Bacula Bextract

Linux Backups & Restores

Bextract 1. Get list of volumes from TechDB To get an idea of what files you'll need, you need to examine the TechDB Backups tab. For each backup, a line will be printed which starts "Volume name(s):" - this should be in the following format: srv-7813711322...

xmlrpc & wp-login

Linux Monitoring

==================================================================================== XMLRPC Identifying the total number of xmlrpc requests: grep -i 'xmlrpc' /path/to/access/log | cut -d ':' -f1 | sort | uniq -c | wc -l ------------------------------------...

Bacula Backups

Linux Backups & Restores

==================================================================================== Backup Server Setup (via automation) USEFUL LINKS: https://kb.ukfast.net/Backup_Server_Install   https://linuxinstaller-man4.devops.ukfast.co.uk/dashboard/  https://linuxi...

QUICK GUIDE: Mail Troubleshooting

Linux Mail

OOB Management - KVM & DRAC

Linux Boot, Kernel, Recovery, and Tunables

==================================================================================== KVM ------------------------------------------------------------------------------------------------------------------------------------------  Useful Links:  KVM KB  ---...

ANS IPs

Linux Monitoring

------------------------------------------------------------------------------------------------------------------------------------------------ Monitoring IPs (Zabbix): MAN4: 81.201.136.209 MAN5: 46.37.163.173   MAN5-Proxy: 46.37.163.133 81.201.136.192/2...

DNS Record Types

DNS & Domain Management

------------------------------------------------------------------------------------------------------------------------------------------------ CNAME (Canonical Name) Record:  Links a domain to the A name record of another domain for ease of redirection. So...

Domain Transfers

DNS & Domain Management

------------------------------------------------------------------------------------------------------------------------------------------------ The below documents the ANS methodology for domain transfers - it's important to note that there will be process v...

DNS NameServer

DNS & Domain Management

==================================================================================== Changing Nameservers for a domain with ANS ANS Portal > Domains > Select Domain > NameServers ==============================================================================...

Changing WordPress Admin Password

Linux WordPress

The WordPress admin password can be changed via the WordPress database directly, or via WP-CLI: ==================================================================================== WP-CLI https://developer.wordpress.org/cli/commands/user/reset-password/  I...