Advanced Search
Search Results
162 total results found
MySQL - Parameters Explained
performance_schema = ON tmpdir = /run/mariadb thread_cache_size = 4 table_open_cache = 16384 table_definition_cache = 8384 sql_mode = ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION query_cache_type = 0 query_cache_size = 0 que...
MySQL - Cannot use select on user table
ERROR 1356 (HY000): View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them Looks like database is corrupted. Try the following workaround:1. Insert missing privileges: Code: INSERT INTO `...
Linux - Setup RedHat 10 SMTP Server
System Configuration Upgrade Current System subscription-manager repos --enable codeready-builder-for-rhel-10-$(arch)-rpms dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm -y dnf upgrade -y Configure SELinux setenforce ...
Raspberry PI - Error encountered raspi-firmware sense-hat
Error dpkg: error processing package sense-hat (--configure): dependency problems - leaving unconfiguredProcessing triggers for initramfs-tools (0.142+rpt4+deb12u3) ...Errors were encountered while processing: raspi-firmware sense-hatE: Sub-process /usr...
Raspberry Pi - Upgrade bulleys to trixie
First upgrade to bookworm sudo apt update sudo apt full-upgrade sudo sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list sudo sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/*.list sudo apt update sudo apt full-upgrade sudo reboot You may get t...
FSMO - Transfer Seize the roles to a new server
Old School Way: Using Graphical Tools (MMC) Check Current Roles: Run netdom query fsmo on any DC to see who holds them. Transfer Domain Roles (RID, PDC, Infrastructure): Open Active Directory Users and Computers (ADUC). Right-click the domain name and ...
PiHole - Configuration
This is a great link for pi-installation https://www.crosstalksolutions.com/the-worlds-greatest-pi-hole-and-unbound-tutorial-2023/
Git - Create new repo in on-prem Azure Devops
Create a new repo in the web portal and push code This is the standard approach for managing new code in Azure DevOps. Navigate to your project: Open the web portal for your Azure DevOps Server and select your project. Go to Repos: In the left-hand navi...
Dataset - Restrict Date in MAP MES VUE ESP
This is to freeze a datasets for different Kiwiplan modules. MAP / CLASSIC / FFF Create a file named [PROFILE] in the KIWISEA path. The best place to put it is in the $DATA folder. The DATA and TIME are the settings you wish to freeze the data at. RESTRICT:...
Postgres - Install on Redhat 9
**To install the `pgvector` extension** (the popular open-source vector similarity search extension for PostgreSQL, which provides the `vector` data type and operators) on **Red Hat Enterprise Linux (RHEL) 9** with **PostgreSQL 16**, follow these steps. **`ve...