Alhaditech

  • Home
  • About
  • Services
  • Portfolio
  • Support
  • Blogs
  • Sign In
  • Get Quote
  • Home
  • About
  • Services
  • Portfolio
  • Support
  • Blog
  • Sign In
  • Get Quote
X

Get a Quote







Blogs

  1. Home
  2. Blogs

db filter odoo

  • M Kashif Aziz
  • 2024-04-05

db filter is very important in odoo,Odoo is a multi-tenant system: a single Odoo system may run and serve a number of database instances. It is also highly customizable, with customizations (starting ...

Read More

Zatca failed invoices and advance pay

  • M Kashif Aziz
  • 2024-02-03

The Process to Solve the Failed Invoices in Phase II When ZATCA sends back a failed invoice, it will provide the reason for the failure. Accordingly, you must correct the errors and re-generate the e-...

Read More

ngrok forwarding

  • M Kashif Aziz
  • 2023-12-18

ngrok ngrok is a cross-platform application that enables developers to expose a local development server to the Internet with minimal effort. website: https://ngrok.com/download Install ngrok via Snap...

Read More

Setup Odoo with pyenv an virtulenv

  • M Kashif Aziz
  • 2023-12-12

pyenv Pyenv is a simple tool to manage multiple versions of Python . This tool helps in the following ways according to the official pyenv GitHub README documentation: It sets the global Python versio...

Read More

Zatca Technical workflow

  • M Kashif Aziz
  • 2023-11-20

Onboarding is mandatory for all taxpayers who are subject to electronic invoicing in Saudi Arabia. As a result of the onboarding process, taxpayers obtain Cryptographic Stamp Identifiers (CSIDs). CSID...

Read More

Learning JavaScript beginner to advance guide

Programming Learning

  • M Kashif Aziz
  • 2023-09-23

JavaScript libraries provide ready-made functions and tools that developers can use to speed up web application development. Vanilla JavaScript, on the other hand, refers to the use of pure JavaScript...

Read More

Data Science

Data Science

  • M Kashif Aziz
  • 2023-09-16

Introduction to Data Science Tools and Techniques Data science is an interdisciplinary academic field that uses statistics, scientific computing, scientific methods, processes, algorithms and systems ...

Read More

Odoo 16 inventory barcode app use cases

  • M Kashif Aziz
  • 2023-09-09

Client use cases Odoo enterprise app is very strong while for community you have to use some of thirdparty apps to make things works, let check below https://apps.odoo.com/apps/modules/15.0/stock_barc...

Read More

Odoo Java script cheat sheet v16

  • M Kashif Aziz
  • 2023-09-02

Before starting make sure you have good understanding of vanilla js/ plain javascript, jquery etc The Javascript framework is designed to work with three main use cases: the web client : this is the p...

Read More

Application Security

Cyber Security

  • M Kashif Aziz
  • 2023-08-30

What is Application Security? Application security is defined as the use of application security solutions, tools, and processes to secure applications across their life cycle. The speed of modern dev...

Read More

Firewalll

Cyber Security

  • M Kashif Aziz
  • 2023-08-29

Firewall A firewall is a network security device or software that monitors and controls incoming and outgoing network traffic based on predetermined security rules. Its primary purpose is to establish...

Read More

Bastion server/Jump Server

Cyber Security

  • M Kashif Aziz
  • 2023-08-26

Bastion server/Jump Server The main purpose of a bastion server: acting as a gateway to access other servers within a network.It's your first line of defense against potential cyber threats. Imagine y...

Read More

Big blue button installation

Linux/Ubuntu

  • M Kashif Aziz
  • 2023-08-25

Installation Documentation https://docs.bigbluebutton.org/2.2/install.html Method Used https://github.com/bigbluebutton/bbb-install Connecting to server 1. command: ssh root@192.181.1.1 password: elf7...

Read More

Odoo one2many & many2many tips

Odoo

  • M Kashif Aziz
  • 2023-08-25

One2many, Many2many fields odoo Case 1 Many2many relationship with same co-model on the same entity in Odoo. as we know the basic principal of many2many field is its create another table/model in data...

Read More

odoo server migration

Odoo

  • M Kashif Aziz
  • 2023-08-24

Server migration for odoo on older server stop odoo server and take the backup of your posgres if its filestore size is big else you can take backup with filestore as well. follow the blogs for instal...

Read More

Security objective CIA Triad

Cyber Security

  • M Kashif Aziz
  • 2023-08-20

security objectives of confidentiality, integrity, and availability. Confidentiality According to ISACA is preserving authorized restrictions on access and disclosure Including means for protecting pr...

Read More

vulnerability assessment

  • M Kashif Aziz
  • 2023-08-20

Vulnerability assessment A vulnerability assessment is the testing process used to identify and assign severity levels to as many security defects as possible in a given timeframe. This process may in...

Read More

Nmap tool

Networking

  • M Kashif Aziz
  • 2023-08-20

Nmap is a network scanning tool—an open source Linux command-line tool—used for network exploration, host discovery, and security auditing . Installation in linux/ubunut sudo apt update sudo apt insta...

Read More

What is the Deep and Dark Web?

Cyber Security

  • M Kashif Aziz
  • 2023-08-20

Open web/Surface web is the “visible” surface layer. If we continue to visualize the entire web like an iceberg, the open web would be the top portion that’s above the water. From a statistical standp...

Read More

Assets, Threats, and Vulnerabilities

Cyber Security

  • M Kashif Aziz
  • 2023-08-18

Assets, Threats, and Vulnerabilities security risk planning consist of three main elements 1. assets 2. threats 3. vulnerabilities security team help companies related to the risk, Security teams are ...

Read More

Odoo database backup and restore using terminal

Odoo

  • Saqib Aziz
  • 2023-08-18

In this blog post, we delve into the intricacies of recovering Odoo databases using the command line interface, often referred to as the terminal. While recovering a database from the front end is a c...

Read More

Gituhb

Version Controlling

  • M Kashif Aziz
  • 2023-08-16

Github Most popular version controlling tool List existing branches. git branch Switch to a different branch git checkout branch_name Merge changes from one branch into the current branch git merge br...

Read More

Rsync usage in linux

Linux/Ubuntu

  • M Kashif Aziz
  • 2023-08-16

rsync stands for "remote synchronization." It is a powerful and versatile command-line utility used for synchronizing files and directories between two locations, either on the same system or between ...

Read More

Linux/Ubuntu cheat sheet

Linux/Ubuntu

  • M Kashif Aziz
  • 2023-08-16

Linux/ubunut Cheat sheet To create a new user in a Linux-based operating system, you can use the adduser or useradd command. Here are the basic commands to create a new user: Using adduser (more user-...

Read More

Install Odoo 15 on Ubuntu 20.04 LTS with nginx and domain configration

Odoo

  • M Kashif Aziz
  • 2023-08-16

This blog will represent the installation aspects of Odoo 16 in an Ubuntu server 20.04 LTS and will help to understand its process. before starting make sure your server is enough secure follow this b...

Read More

Install Odoo 16 on Ubuntu 20.04 LTS with nginx and domain configration

Odoo

  • M Kashif Aziz
  • 2023-08-16

This blog will represent the installation aspects of Odoo 16 in an Ubuntu server 20.04 LTS and will help to understand its process. before starting make sure your server is enough secure follow this b...

Read More

Secure your file on cloud

Cyber Security

  • M Kashif Aziz
  • 2023-08-13

Keeping important files like authentication details or server etc , its very sensitive information, so be careful with it. Its good to have your encrypted file on cloud, whenever any disaster happens ...

Read More

Zatca Simulation portal testing

General Category

  • M Kashif Aziz
  • 2023-08-12

The Zakat, Tax and Customs Authority (ZATCA) has recently informed taxpayers about establishing a new "Fatoora simulation portal" (FSP) which will be available by 27 December 2022. The FSP will be a t...

Read More

Security importance in odoo

Odoo

  • M Kashif Aziz
  • 2023-08-09

The prime goal of cyber security is to decrease the risk of cyber assaults and to defend against unauthorized use of networks, systems and technology. When we talk about cyber security , its big field...

Read More

Zatca

General Category

  • M Kashif Aziz
  • 2023-08-09

EGS Onboarding — ZATCA Phase-2 E-Invoicing Audience : This blog is intended to explain the ZATCA’s Phase-2 E-Invoicing process to a Taxpayer/EGS user in Saudi Arabia. So, I will address the “Taxpayer”...

Read More
  • Previous
  • Next
No results found.

Search

Categories

  • All (22)
  • Cyber Security (7)
  • Version Controlling (1)
  • General Category (2)
  • Data Science (1)
  • Linux/Ubuntu (3)
  • Odoo (6)
  • Programming Learning (1)
  • Networking (1)

Recent Posts

Image Alt Text

db filter odoo

2024-04-05
Image Alt Text

Zatca failed invoices and advance pay

2024-02-03
Image Alt Text

ngrok forwarding

2023-12-18
Image Alt Text

Setup Odoo with pyenv an virtulenv

2023-12-12
Image Alt Text

Zatca Technical workflow

2023-11-20

Tags

  • version control
  • Search engine
  • Internet
  • database
  • Data analytics
  • Vulnerabilities
  • Odoo
  • cyber secuirty
  • successful branching
  • Server linux/ubuntu
  • backup
  • learning
  • Networking
  • data transfer
  • Javascript
  • threats
  • gituhb
  • Data Science
  • migration
  • data
  • browser
  • assets

AlhadiTech

Unlock Your Business Potential with Seamless Odoo Solutions - Streamline, Simplify, and Succeed with our Expert ERP Services

Explore

  • About
  • Portfolio
  • Blog

Info

  • Join us
  • Blog
  • Privacy & Policy
  • Term & Conditions

Company

  • About Us
  • Blog
  • Careers

Have a Questions?

  • B17, multi-garden, Islamabad, Pakistan
  • +923010305473
  • support@alhaditech.com

Copyright © All rights reserved Alhaditech