SlideShare a Scribd company logo
1 of 59
GRP Private Cloud
Openstack Based Cloud Platform
1
User Manual
Introduction
Openstack
➢ Cloud operating system. 1
➢ Provides Infrastructure as a Service (IaaS).
➢ Free and open source.
➢ Used for creating both private and public clouds.
➢ Controls large pools of compute, storage, and networking resources.
➢ Horizontally scalable.
➢ Managed through a dashboard or via the OpenStack API.
➢ Core services are :
i. Identity service (Keystone) iv. Networking service (Neutron)
ii. Image service (Glance) v. Dashboard (Horizon)
iii. Compute service (Nova)
➢ A joint project of Rackspace Hosting and NASA.
➢ World’s largest brands like Walmart, CERN, Volkswagen AG, Nike, T-Mobile rely on OpenStack.2
1. https://www.openstack.org/
2. https://www.openstack.org/user-stories/ 2
Scope Summary
1. Administrator
a. Create and edit Project with quotas (core, ram, disk)
b. Create User
c. Create external network to connect with physical networks (switch and router)
d. Resource Overview and enable/disable compute engines
2. Users
a. Image Upload (qcow2, iso, img)
b. Create Virtual Networks (Private network)
i. Router
ii. Network
iii. Subnet
iv. DHCP server
c. Manage security groups and Network ACLs
d. Create Virtual Instances
e. Take snapshots and create instance from snapshots
3
Dashboard Login
Url : http://172.16.21.174/dashboard
4
Project Creation
5
- Login as Admin
- Identity -> Projects
- Click Create Project
Project Creation Cont.
6
Project Information
- Domain ID: default
- Domain Name:
Default
- Name: Project Name
- Description:
Something description
for project
- Enabled: CHECKED
Project Creation Cont.
7
Project Members
- Add users for access
the project
- Click Create Project
Note: User can be add
during User Creation
process.
Project Creation Cont.
8
Edit Quotas
- Identity -> Projects
- Click dropdown button
from the action column
- Select Modify Quotas
Project Creation Cont.
9
Edit Quotas
- Edit Compute
- Edit Network
- Click Save
User Creation
10
- Login as Admin
- Identity -> Users
- Create User
User Creation Cont.
11
- Domain ID: default
- Domain Name:
Default
- User Name: User
Name
- Description:
Something description
for project
- Email: User Email
- Password : Password
- Primary Project: Select
a project
- Role : User
- Enable: [CHECKED]
User Creation Cont.
12
User Details:
- Identity -> Users
- Click on User Name
User Creation Cont.
13
Update User:
- Login as Admin
- Identity -> Users
- From the action
column Click Edit
User Creation Cont.
14
Change Password :
- Login as Admin
- Identity -> Users
- Click dropdown from
Action column
- Click Change
Password
User Creation Cont.
15
- Enter new password
- Click Save
External Network
16
- Login as Admin
- Admin -> Network ->
Networks
- Click Create Network
External Network Cont.
17
Network tab
- Name: provider
- Project: admin
- Provider Network Type: VLAN
- Physical Network: provider
- Segmentation ID : 401
Subnet tab
- Subnet Name: provider
- Network Address:
172.21.16.0/22
- IP Version: IPv4
Subnet details
- Enable DHCP: CHECKED
- Allocation Pools:
172.21.18.45,172.21.18.60
- DNS Name Servers:
114.130.54.123
114.130.54.124
Flavor Creation
18
- Login as Admin
- Admin -> Compute ->
Flavor
- Click Create Flavor
Flavor Creation Cont.
19
Flavor Information
Enter following info
- Name
- ID
- VCPUs
- RAM (MB)
- Root Disk (GB)
- Swap Disk (MB)
Flavor Access
Select Projects which
will use this flavor
Click Create Flavor
Resource overview
20
- Login as Admin
- Admin -> Overview
Resource overview Cont.
21
- Login as Admin
- Admin -> Compute ->
Hypervisors
Resource overview Cont.
22
- Login as Admin
- Admin -> Compute ->
Hypervisors
- click Compute Host
Image Upload
23
- Login as User [gerp]
- Project -> Compute
- Compute -> Images
Image Upload Cont.
24
- Login as User [gerp]
- Project -> Compute
- Compute -> Images
- Click Create Image
Private Network
25
- Login as User
- Project -> Network
- Network -> Networks
Private Network Cont.
26
- Login as User
- Project -> Network
- Network -> Networks
- Click Create Network
Router Creation
27
- Login as User
- Project -> Network
- Network -> Routers
Router Creation
28
- Login as User
- Project -> Network
- Network -> Routers
- Click Create Router
Subnet Creation
29
- Login as User
- Project -> Network
- Network -> Network
Topology
Subnet Creation Cont.
30
- Login as User
- Project -> Network
- Network -> Network
Topology
- Click Add Interface
Subnet Creation Cont.
31
- Login as User
- Project -> Network
- Network -> Network
Topology
Key-pair Creation
32
- Login as User
- Project -> Compute
- Compute -> Key Pairs
Key-pair Creation Cont.
33
- Login as User
- Project -> Compute
- Compute -> Key Pairs
- Click Create Key Pairs
Key-pair Creation Cont.
34
- Login as User
- Project -> Compute
- Compute -> Key Pairs
- Click Key Pairs name
Security Group Creation
35
- Login as User
- Project -> Network
- Network -> Security
Group
Security Group Creation Cont.
36
- Login as User
- Project -> Network
- Network -> Security
Group
- Click Create Security
Group
Security Group Creation Cont.
37
- Login as User
- Project -> Network
- Network -> Security
Group
- Click Manage Rules
Security Group Creation Cont.
38
- Login as User
- Project -> Network
- Network -> Security
Group
- Click Add Rules
Security Group Creation Cont.
39
- Login as User
- Project -> Network
- Network -> Security
Group
- Click Add
Instance Creation
40
- Login as User
- Project -> Compute
- Compute -> Instances
Instance Creation Cont.
41
- Login as User
- Project -> Compute
- Compute -> Instances
- Click Launch
Instances
- Click Details
Instance Creation Cont.
42
- Click Source
Instance Creation Cont.
43
- Click Flavor
Instance Creation Cont.
44
- Click Networks
Instance Creation Cont.
45
- Click Security Group
Instance Creation Cont.
46
- Click Key Pair
Instance Creation Cont.
47
- Click Configuration
- Sample script
#cloud-config
password: 123
chpasswd: { expire:
False }
ssh_pwauth: True
Instance Creation Cont.
48
- Click Launch Instance
Instance Creation Cont.
49
- Login as User
- Project -> Compute
- Compute -> Instances
Instance Creation Cont.
50
- Login as User
- Project -> Compute
- Compute -> Instances
- Click Instances Name
- Click Overview
Instance Creation Cont.
51
- Login as User
- Project -> Compute
- Compute -> Instances
- Click Instances Name
- Click Interfaces
Instance Creation Cont.
52
- Login as User
- Project -> Compute
- Compute -> Instances
- Click Instances Name
- Click Log
Instance Creation Cont.
53
- Login as User
- Project -> Compute
- Compute -> Instances
- Click Instances Name
- Click Console
- Click “Click here to
show only console”
Instance Creation Cont.
54
- Login as User
- Project -> Compute
- Compute -> Instances
- Click Instances Name
- Click Activity
Snapshot Creation
55
- Login as User
- Project -> Compute
- Compute -> Instances
Snapshot Creation Cont.
56
- Login as User
- Project -> Compute
- Compute -> Instances
- Click Create Snapshot
Snapshot Creation Cont.
57
- Login as User
- Project -> Compute
- Compute -> Images
Backup
➢ Snapshots of running/shutdown instances
➢ There is no hardware level backups in GERP openstack cloud infrastructure.
Openstack don’t suggest the manual server backups processes.
➢ See more
58
References
1. https://www.openstack.org/
2. https://docs.openstack.org/newton/admin-guide/dashboard.html
3. https://docs.openstack.org/horizon/rocky/user/
4. https://wiki.openstack.org/wiki/OpsGuide-Backup-Recovery
59

More Related Content

Similar to Bangladesh e-Government ERP Project (GRP) OpenStack Private Cloud Demo Handover

ClickHouse on Kubernetes, by Alexander Zaitsev, Altinity CTO
ClickHouse on Kubernetes, by Alexander Zaitsev, Altinity CTOClickHouse on Kubernetes, by Alexander Zaitsev, Altinity CTO
ClickHouse on Kubernetes, by Alexander Zaitsev, Altinity CTOAltinity Ltd
 
Three Tier Architecture Project Using AWS.pdf
Three Tier Architecture Project Using AWS.pdfThree Tier Architecture Project Using AWS.pdf
Three Tier Architecture Project Using AWS.pdfAyomide Ogunsanya
 
How to make App with Hyperledger fabric and composer
How to make App with Hyperledger fabric and composerHow to make App with Hyperledger fabric and composer
How to make App with Hyperledger fabric and composerKUNITO Atsunori
 
The Challenges of Becoming Cloud Native
The Challenges of Becoming Cloud NativeThe Challenges of Becoming Cloud Native
The Challenges of Becoming Cloud NativeBen Hall
 
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGEPRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGEEditor IJCTER
 
Social Connections 13 - Troubleshooting Connections Pink
Social Connections 13 - Troubleshooting Connections PinkSocial Connections 13 - Troubleshooting Connections Pink
Social Connections 13 - Troubleshooting Connections PinkNico Meisenzahl
 
Altinity Cluster Manager: ClickHouse Management for Kubernetes and Cloud
Altinity Cluster Manager: ClickHouse Management for Kubernetes and CloudAltinity Cluster Manager: ClickHouse Management for Kubernetes and Cloud
Altinity Cluster Manager: ClickHouse Management for Kubernetes and CloudAltinity Ltd
 
Mihai Criveti - PyCon Ireland - Automate Everything
Mihai Criveti - PyCon Ireland - Automate EverythingMihai Criveti - PyCon Ireland - Automate Everything
Mihai Criveti - PyCon Ireland - Automate EverythingMihai Criveti
 
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic TrainingGCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic TrainingSimon Su
 
PVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agents
PVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agentsPVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agents
PVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agentsAndrey Karpov
 
OpenStack API's and WSGI
OpenStack API's and WSGIOpenStack API's and WSGI
OpenStack API's and WSGIMike Pittaro
 
Setting up your virtual infrastructure using FIWARE Lab Cloud
Setting up your virtual infrastructure using FIWARE Lab CloudSetting up your virtual infrastructure using FIWARE Lab Cloud
Setting up your virtual infrastructure using FIWARE Lab CloudFernando Lopez Aguilar
 
Openstack Icehouse IaaS Presentation
Openstack Icehouse  IaaS PresentationOpenstack Icehouse  IaaS Presentation
Openstack Icehouse IaaS Presentationemad ahmed
 
ICON Smart Contract Development
ICON Smart Contract DevelopmentICON Smart Contract Development
ICON Smart Contract DevelopmentICON Foundation
 
DCHQ Cloud Application Platform | Linux Containers | Docker PaaS
DCHQ Cloud Application Platform | Linux Containers | Docker PaaSDCHQ Cloud Application Platform | Linux Containers | Docker PaaS
DCHQ Cloud Application Platform | Linux Containers | Docker PaaSdchq
 

Similar to Bangladesh e-Government ERP Project (GRP) OpenStack Private Cloud Demo Handover (20)

Fiware cloud developers week brussels
Fiware cloud developers week brusselsFiware cloud developers week brussels
Fiware cloud developers week brussels
 
ClickHouse on Kubernetes, by Alexander Zaitsev, Altinity CTO
ClickHouse on Kubernetes, by Alexander Zaitsev, Altinity CTOClickHouse on Kubernetes, by Alexander Zaitsev, Altinity CTO
ClickHouse on Kubernetes, by Alexander Zaitsev, Altinity CTO
 
Three Tier Architecture Project Using AWS.pdf
Three Tier Architecture Project Using AWS.pdfThree Tier Architecture Project Using AWS.pdf
Three Tier Architecture Project Using AWS.pdf
 
How to make App with Hyperledger fabric and composer
How to make App with Hyperledger fabric and composerHow to make App with Hyperledger fabric and composer
How to make App with Hyperledger fabric and composer
 
nuxt-en.pdf
nuxt-en.pdfnuxt-en.pdf
nuxt-en.pdf
 
The Challenges of Becoming Cloud Native
The Challenges of Becoming Cloud NativeThe Challenges of Becoming Cloud Native
The Challenges of Becoming Cloud Native
 
DevOps_project.pdf
DevOps_project.pdfDevOps_project.pdf
DevOps_project.pdf
 
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGEPRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
PRIVATE CLOUD SERVER IMPLEMENTATIONS FOR DATA STORAGE
 
Social Connections 13 - Troubleshooting Connections Pink
Social Connections 13 - Troubleshooting Connections PinkSocial Connections 13 - Troubleshooting Connections Pink
Social Connections 13 - Troubleshooting Connections Pink
 
Altinity Cluster Manager: ClickHouse Management for Kubernetes and Cloud
Altinity Cluster Manager: ClickHouse Management for Kubernetes and CloudAltinity Cluster Manager: ClickHouse Management for Kubernetes and Cloud
Altinity Cluster Manager: ClickHouse Management for Kubernetes and Cloud
 
Mihai Criveti - PyCon Ireland - Automate Everything
Mihai Criveti - PyCon Ireland - Automate EverythingMihai Criveti - PyCon Ireland - Automate Everything
Mihai Criveti - PyCon Ireland - Automate Everything
 
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic TrainingGCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
GCP - GCE, Cloud SQL, Cloud Storage, BigQuery Basic Training
 
PVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agents
PVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agentsPVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agents
PVS-Studio: analyzing pull requests in Azure DevOps using self-hosted agents
 
Mini Project- Virtual Network Project
Mini Project- Virtual Network ProjectMini Project- Virtual Network Project
Mini Project- Virtual Network Project
 
OpenStack API's and WSGI
OpenStack API's and WSGIOpenStack API's and WSGI
OpenStack API's and WSGI
 
Setting up your virtual infrastructure using FIWARE Lab Cloud
Setting up your virtual infrastructure using FIWARE Lab CloudSetting up your virtual infrastructure using FIWARE Lab Cloud
Setting up your virtual infrastructure using FIWARE Lab Cloud
 
Openstack Icehouse IaaS Presentation
Openstack Icehouse  IaaS PresentationOpenstack Icehouse  IaaS Presentation
Openstack Icehouse IaaS Presentation
 
Tutorial mikrotik step by step
Tutorial mikrotik step by stepTutorial mikrotik step by step
Tutorial mikrotik step by step
 
ICON Smart Contract Development
ICON Smart Contract DevelopmentICON Smart Contract Development
ICON Smart Contract Development
 
DCHQ Cloud Application Platform | Linux Containers | Docker PaaS
DCHQ Cloud Application Platform | Linux Containers | Docker PaaSDCHQ Cloud Application Platform | Linux Containers | Docker PaaS
DCHQ Cloud Application Platform | Linux Containers | Docker PaaS
 

Recently uploaded

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Recently uploaded (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Bangladesh e-Government ERP Project (GRP) OpenStack Private Cloud Demo Handover