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

67 total results found

Setting up Jenkins

Jenkins

After running Jenkins and checking status, go to localhost:8080 (this is the default port that jenkins runs). You will see the following page: paste the password you copied when checking the status and click continue. Then proceed to install suggeste...

Pipelines in Jenkins

Jenkins

Jenkins Pipelines are a powerful way to automate the software development lifecycle by defining CI/CD workflows as code. They allow you to automate tasks like building, testing, and deploying applications in a structured, repeatable, and scalable manner. Pipel...

Step 4 — Master Replication over SSL

Percona

Check following attributes on both master and replication servers. sudo nano /etc/mysql/my.cnf On Master server [mysqld] server-id = 1 replicate-same-server-id = 0 auto-increment-increment = 2 auto-increment-offset = 1 relay-log = /var/lib/mysql/re...

Step 2 — Replication Configuration on Primary Server

Percona

install nano   sudo apt-get install nano Edit my.cnf file sudo nano /etc/mysql/my.cnf   [mysqld] server-id = 1 log_bin = /var/log/mysql/mysql-bin.log binlog_format = ROW innodb_flush_log_at_trx_commit = 1 sync_binlog = 1 Restart MySQL serv...

Step 3 — Replication Configuration on Replication Server

Percona

On Replication Server sudo nano /etc/mysql/my.cnf [mysqld] server-id = 2 relay_log = /var/log/mysql/mysql-relay-bin.log replicate_do_db = your_database replicate_do_table = your_database.your_table

Installing docker

Docker

To install docker, run the following commands in the terminal. (This installation was done in Ubuntu 22.04.5 lts) First, update your existing list of packages. $ sudo apt update Next, install a few prerequisite packages which let apt use packages ov...

SRR Uploads

SRR - SME Sales Result Report

SRR UploadsOverviewThe SRR Uploads feature provides a centralized platform for managing various data uploads related to the Sales Report (SRR) module. This includes uploading rules, staff lists, and other relevant data.                                        ...

1. Prerequestics

Percona Percona Toolkit

Test Database Download sakila db   https://dev.mysql.com/doc/index-other.html Extract the installation archive to a temporary location  Connect to the MySQL server mysql -uroot -p Execute the sakila-schema.sql script to create the database structu...

2. pt-archive

Percona Percona Toolkit

In this test case, data exchange from one table to another in the same db on the same server Connect to the MySQL server mysql -uroot -p Create a new table USE sakila; CREATE TABLE old_rental LIKE rental; SELECT COUNT(*) FROM rental WHERE rental_date...

pt-summary

Percona Percona Toolkit

Summarizes the status and configuration of a server Locate the pt-summary find / -name pt-summary 2>/dev/null usr/bin/pt-summary Usage sudo /usr/bin/pt-summary | less Output # Percona Toolkit System Summary Report ###################### D...

SRR Report

SRR - SME Sales Result Report

Overview The SRR Processed Sheet is a Sales Report (SRR) module tool that allows you to manage processed contracts. View, search export, delete, and process contract data from this list.                                                                         ...

SRR Bulk Uploads

SRR - SME Sales Result Report

Overview This Page provides a detailed explanation of the Bulk Upload List interface, which is part of the system. The interface allows users to view, manage, delete & upload data sheets.                                                                        ...

SRR Bulk Process

SRR - SME Sales Result Report

Overview SRR Bulk Process refers to the automated or semi-automated processing of a large number of System Requirements Reviews (SRRs) in a batch or bulk manner. This approach can significantly improve efficiency and reduce manual effort compared to reviewing...

Sales Result Report

SRR - SME Sales Result Report

Overview A Sales Result Report is a comprehensive document that analyzes a company's sales performance over a specific period. It typically includes various metrics and insights to help businesses evaluate their sales strategies, identify areas for improvemen...

Expense Title

Expense

The Expense Module is a comprehensive system designed to streamline and manage the expense reimbursement process within an organization. It provides a structured framework for entering expenses, obtaining necessary approvals, and ensuring accurate and timely d...

Excel

Excel

To become proficient in Excel, there are several key sections and topics you should focus on. Here’s a breakdown of the main areas to learn:  1. Basic Excel Skills    - Excel Interface : Learn the Ribbon, toolbar, and how to navigate Excel.   - Entering Data...

Ringi List

Expense

Ringi List Page is designed to facilitate the management and tracking of Ringi/Expense documents. It provides a comprehensive overview of Ringi Status, allowing users to efficiently monitor and manage the document approval process.   The page is divided in...

Account Code

Expense

The Account Code Module is a centralized platform designed to manage and organize account codes. It provides a comprehensive overview of account code information, allowing users to efficiently create, search, and update account codes. Account Code Search: All...

Use strong password to prevent from password theft - ໃຊ້ລະຫັດຜ່ານທີ່ເຂັ້ມແຂງເພື່ອປ້ອງກັນຈາກການລັກລະຫັດຜ່ານ

Cybersecurity Awareness

All passwords should be: Length: At least 8 characters long.  Unique: Never reuse passwords Random: Use a random string of mixed-case letters, numbers and symbols, like: PxH1#n!8. Keep your passwords safe by keeping in a safe place or use a password mana...

Bank Statement

LMS Version 1

1. Introduction This document outlines the process of uploading and processing bank statements within our system. The primary goal is to automate the linking of bank statements to existing collections and create new auto-collections as needed. 2. Adding Bank...