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

49 total results found

Jenkins-Adding Ubuntu Agent

Dockers & Devops

sudo mkdir -p /usr/local/jenkin-service sudo chown admin /usr/local/jenkin-service cd /usr/local/jenkin-service Execute the curl command from the Jenkins  -- below is the example only curl -sO https://jenkins.issentialsolutions.com/jnlpJars/agent.jar ...

Article 3 - AI and Privacy: Striking a Balance Between Innovation and Protection

AI - Artificial Intelligence Ethical AI

Introduction AI is everywhere, right? From predicting the weather to recommending your next favorite movie or tracking your fitness goals, AI makes our lives easier. But as much as it helps us, there’s a big question: what happens to our privacy? Let’s talk ...

Article 4 - Ethical AI: Success Stories

AI - Artificial Intelligence Ethical AI

Introduction When we talk about AI, there’s often a lot of discussion about its problems—bias, privacy, and ethical concerns. But wait, is AI a problem maker? The answer is BIG NO. Today, let’s focus on the positive side. What happens when AI is used ethicall...

Jenkins-As Window Agent

Dockers & Devops

The easiest way to set up Jenkins node (slave) as a service is to use https://nssm.cc/ Direct Download Link : https://nssm.cc/release/nssm-2.24.zip Offline Download : - nssm-2.24.zip Unzip the nssm into C:\ drive Run command  cd  C:\Windows\System32\c...

Article 5 - Building Ethical AI Policies: What Companies Need to Know

AI - Artificial Intelligence Ethical AI

Introduction AI is becoming more and more powerful every day. It can help businesses grow, automate tasks, and make decisions faster than humans. But wait… what if AI makes a wrong decision? What if it treats some people unfairly or collects data without perm...

Odoo18

Odoo

sudo apt-get update sudo apt-get upgrade -y sudo apt install software-properties-common sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update Creating the user sudo useradd -m -d /opt/odoo18 -U -r -s /bin/bash odoo18 apt list | grep python3.12 s...

odoo18 ubuntu 24.02

Odoo

Step 3: Secure the Server Securing your server is crucial to protect it from unauthorized access and potential attacks. Follow these steps to enhance your server’s security: Install the OpenSSH Server: This package ensures that your server can accept SSH con...

Git Hub Using SSH

Git

1. Use Personal Access Tokens (PAT) You can create a Personal Access Token in GitHub and use it instead of your password. Here's how: Generate a Personal Access Token: Go to your GitHub account settings. Navigate to Developer settings > Personal acce...

Jenkins-Telegram-SendMessage

Jenkins

Create a Pipeline project. Program pipeline { agent any stages { stage('Notify Telegram') { steps { script { def chatId = "-1002146311706" def token = "715...