Advanced Search
Search Results
180 total results found
MySQL - my.cnf Tweaking
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...
MongoDB - Installation on RedHat 9
Step 1: Configure the MongoDB Repository Create a new repository file named /etc/yum.repos.d/mongodb-org-7.0.repo using your preferred text editor (like vi or nano), or by using the cat command as shown below. This example uses version 7.0; you can check the ...
Redis - Installation on RedHat 9
Install the Latest Version using the Remi Repository For the latest stable version of Redis, you can use the Remi repository, which provides more recent packages for RHEL derivatives. Install the Remi repository configuration package: sudo ...
SQLLite - Installation on RedHat 9
Installation Steps Install the SQLite package: Run the following command in your terminal to install the main SQLite package. Install sudo dnf install sqlite The system will prompt you to confirm the installation. Type y and press Enter to ...
TrueNAS - Bash Colors
Change the colors of the shell do the following steps: Step 1: Change the shell on the user in Credentials/Users and then Edit the user you are using to log in and change the following. Step 2: Edit the .bashrc file and replace/add the following: alias ...
Event Viwer - Look at a Machine Restart
Key Event IDs for Reboot Analysis 1074 (Planned): Indicates a user or application initiated a restart or shutdown. It shows who did it and why. 41 (Unexpected): The system rebooted without a clean shutdown, often due to power failure or a system crash. 60...